Uses of Class
com.java4less.rchart.Scale

Packages that use Scale
com.java4less.rchart   
 

Uses of Scale in com.java4less.rchart
 

Subclasses of Scale in com.java4less.rchart
 class LogScale
          The scale converts the data to screen coordinates using logarithms.
 

Fields in com.java4less.rchart declared as Scale
 Scale Axis.scale
          scale assigned to the axis.
 Scale Plotter.XScale
          scale of the X Axis.
 Scale Plotter.Y2Scale
          scale of the second Y axis.
 Scale Plotter.YScale
          scale of the Y axis.
 

Constructors in com.java4less.rchart with parameters of type Scale
Axis(int o, Scale s)
          creates an axis with an orientation and scale.