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

Packages that use AbstractChart.Side
org.gicentre.utils.stat Utilities to support the creation of statistical graphics with Processing. 
 

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 isVisible, AbstractChart.Side side)
          Determines whether or not the axis representing the given dimension is drawn.
 



giCentre Utilities V.3.3, API documentation generated 6th April, 2013