org.pentaho.chart.model
Class Axis
java.lang.Object
org.pentaho.chart.model.Axis
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NumericAxis
public class Axis
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Axis()
|
Axis
public Axis()
getLegend
public StyledText getLegend()
setLegend
public void setLegend(StyledText legend)
getLabelOrientation
public Axis.LabelOrientation getLabelOrientation()
setLabelOrientation
public void setLabelOrientation(Axis.LabelOrientation labelOrientation)
getFontFamily
public String getFontFamily()
getFontSize
public Integer getFontSize()
getFontStyle
public CssStyle.FontStyle getFontStyle()
getFontWeight
public CssStyle.FontWeight getFontWeight()
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 fontStyle)
setFontWeight
public void setFontWeight(CssStyle.FontWeight weight)