org.kuali.maven.plugins.graph.pojo
Class Style

java.lang.Object
  extended by org.kuali.maven.plugins.graph.pojo.Style

public class Style
extends Object


Field Summary
static Style DEFAULT_STYLE
           
 
Constructor Summary
Style()
           
Style(String color, String fontcolor, String fillcolor, String weight, String fontsize, String style)
           
 
Method Summary
 String getColor()
           
 String getFillcolor()
           
 String getFontcolor()
           
 String getFontsize()
           
 String getStyle()
           
 String getWeight()
           
 void setColor(String color)
           
 void setFillcolor(String fillcolor)
           
 void setFontcolor(String fontcolor)
           
 void setFontsize(String fontsize)
           
 void setStyle(String style)
           
 void setWeight(String weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_STYLE

public static final Style DEFAULT_STYLE
Constructor Detail

Style

public Style()

Style

public Style(String color,
             String fontcolor,
             String fillcolor,
             String weight,
             String fontsize,
             String style)
Method Detail

getColor

public String getColor()

setColor

public void setColor(String color)

getFontcolor

public String getFontcolor()

setFontcolor

public void setFontcolor(String fontcolor)

getFillcolor

public String getFillcolor()

setFillcolor

public void setFillcolor(String fillcolor)

getWeight

public String getWeight()

setWeight

public void setWeight(String weight)

getFontsize

public String getFontsize()

setFontsize

public void setFontsize(String fontsize)

getStyle

public String getStyle()

setStyle

public void setStyle(String style)


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