org.kuali.maven.plugins.graph.dot.html
Class Font

java.lang.Object
  extended by org.kuali.maven.plugins.graph.dot.html.Font
All Implemented Interfaces:
HtmlTag

public class Font
extends Object
implements HtmlTag


Constructor Summary
Font()
           
Font(String content)
           
Font(String color, Integer pointSize)
           
Font(String content, String color)
           
Font(String content, String color, Integer pointSize)
           
Font(String content, String color, String face, Integer pointSize)
           
 
Method Summary
 String getColor()
           
 String getContent()
           
 String getFace()
           
 String getName()
           
 Integer getPointSize()
           
 void setColor(String color)
           
 void setContent(String content)
           
 void setFace(String face)
           
 void setPointSize(Integer pointSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Font

public Font()

Font

public Font(String content)

Font

public Font(String content,
            String color)

Font

public Font(String color,
            Integer pointSize)

Font

public Font(String content,
            String color,
            Integer pointSize)

Font

public Font(String content,
            String color,
            String face,
            Integer pointSize)
Method Detail

getName

public String getName()
Specified by:
getName in interface HtmlTag

getColor

public String getColor()

setColor

public void setColor(String color)

getFace

public String getFace()

setFace

public void setFace(String face)

getPointSize

public Integer getPointSize()

setPointSize

public void setPointSize(Integer pointSize)

getContent

public String getContent()
Specified by:
getContent in interface HtmlTag

setContent

public void setContent(String content)


Copyright © 2011-2012 The Kuali Foundation. All Rights Reserved.