org.pentaho.chart.model
Class Axis

java.lang.Object
  extended by org.pentaho.chart.model.Axis
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NumericAxis

public class Axis
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class Axis.LabelOrientation
           
 
Constructor Summary
Axis()
           
 
Method Summary
 String getFontFamily()
           
 Integer getFontSize()
           
 CssStyle.FontStyle getFontStyle()
           
 CssStyle.FontWeight getFontWeight()
           
 Axis.LabelOrientation getLabelOrientation()
           
 StyledText getLegend()
           
 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 fontStyle)
           
 void setFontWeight(CssStyle.FontWeight weight)
           
 void setLabelOrientation(Axis.LabelOrientation labelOrientation)
           
 void setLegend(StyledText legend)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis

public Axis()
Method Detail

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)