org.pentaho.chart.model
Class PiePlot.PieLabels
java.lang.Object
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
PiePlot.PieLabels
public PiePlot.PieLabels()
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)