Uses of Class
graphics.grapher.Axis

Packages that use Axis
graphics.grapher   
 

Uses of Axis in graphics.grapher
 

Fields in graphics.grapher declared as Axis
 Axis DataSet.xaxis
           
 Axis DataSet.yaxis
           
 

Methods in graphics.grapher that return Axis
 Axis GraphComponent.createAxis(int position)
           
 

Methods in graphics.grapher with parameters of type Axis
 void GraphComponent.attachAxis(Axis a)
           
 void GraphComponent.deleteAxis(Axis a)