Uses of Class
com.approximatrix.charting.Axis

Packages that use Axis
com.approximatrix.charting   
 

Uses of Axis in com.approximatrix.charting
 

Fields in com.approximatrix.charting declared as Axis
protected  Axis CoordSystem.xaxis
          The xaxis.
protected  Axis CoordSystem.yaxis
          The first y-axis.
protected  Axis CoordSystem.yaxis2
          The second y-axis.
 

Methods in com.approximatrix.charting that return Axis
 Axis CoordSystem.getFirstYAxis()
          Returns the first y-axis.
 Axis CoordSystem.getSecondYAxis()
          Returns the second y-axis.
 Axis CoordSystem.getXAxis()
          Returns the x axis.
 

Methods in com.approximatrix.charting with parameters of type Axis
 void CoordSystem.setFirstYAxis(Axis a)
          Sets the left y-axis and computes the matrix transformation.
 void CoordSystem.setSecondYAxis(Axis a)
          Sets the second y-axis and computes the matrix transformation.
 void CoordSystem.setXAxis(Axis a)
          Sets the x-axis.