org.pentaho.chart.model
Class PiePlot.PieLabels

java.lang.Object
  extended by org.pentaho.chart.model.PiePlot.PieLabels
All Implemented Interfaces:
Serializable
Enclosing class:
PiePlot

public static class PiePlot.PieLabels
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PiePlot.PieLabels()
           
 
Method Summary
 Integer getBackgroundColor()
           
 Integer getColor()
           
 String getFontFamily()
           
 Integer getFontSize()
           
 CssStyle.FontStyle getFontStyle()
           
 CssStyle.FontWeight getFontWeight()
           
 CssStyle getStyle()
           
 boolean getVisible()
           
 void setBackgroundColor(Integer color)
           
 void setColor(Integer color)
           
 void setFont(String family, Integer size)
           
 void setFont(String family, Integer size, CssStyle.FontStyle fontStyle, CssStyle.FontWeight fontWeight)
           
 void setFontFamily(String family)
           
 void setFontSize(Integer size)
           
 void setFontStyle(CssStyle.FontStyle style)
           
 void setFontWeight(CssStyle.FontWeight weight)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PiePlot.PieLabels

public PiePlot.PieLabels()
Method Detail

getVisible

public boolean getVisible()

setVisible

public void setVisible(boolean visible)

getStyle

public CssStyle getStyle()

getBackgroundColor

public Integer getBackgroundColor()

getColor

public Integer getColor()

getFontFamily

public String getFontFamily()

getFontSize

public Integer getFontSize()

getFontStyle

public CssStyle.FontStyle getFontStyle()

getFontWeight

public CssStyle.FontWeight getFontWeight()

setBackgroundColor

public void setBackgroundColor(Integer color)

setColor

public void setColor(Integer color)

setFont

public void setFont(String family,
                    Integer size,
                    CssStyle.FontStyle fontStyle,
                    CssStyle.FontWeight fontWeight)

setFont

public void setFont(String family,
                    Integer size)

setFontFamily

public void setFontFamily(String family)

setFontSize

public void setFontSize(Integer size)

setFontStyle

public void setFontStyle(CssStyle.FontStyle style)

setFontWeight

public void setFontWeight(CssStyle.FontWeight weight)