Uses of Class
org.gicentre.utils.stat.AbstractChart.Side

Packages that use AbstractChart.Side
org.gicentre.utils.stat   
 

Uses of AbstractChart.Side in org.gicentre.utils.stat
 

Methods in org.gicentre.utils.stat that return AbstractChart.Side
static AbstractChart.Side AbstractChart.Side.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractChart.Side[] AbstractChart.Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gicentre.utils.stat with parameters of type AbstractChart.Side
protected  float AbstractChart.getBorder(AbstractChart.Side side)
          Reports the internal border between the given edge of the chart and the drawing area.
protected  void AbstractChart.setBorder(float border, AbstractChart.Side side)
          Sets the internal border between the given edge of the chart and the drawing area.
protected  void AbstractChart.setMinBorder(float border, AbstractChart.Side side)
          Sets the minimum internal border between the given edge of the chart and the drawing area.
protected  void AbstractChart.showAxis(int dimension, boolean showAxis, AbstractChart.Side side)
          Determines whether or not the axis representing the given dimension is drawn.
 



gicentreUtils V.3.0, API documentation generated 13th August, 2010