Uses of Interface
jcckit.transformation.Transformation

Packages that use Transformation
jcckit.plot Classes for generating plots and charts. 
jcckit.transformation Classes for the transformations between data coordinates into device-independent coordinates. 
 

Uses of Transformation in jcckit.plot
 

Methods in jcckit.plot that return Transformation
 Transformation CoordinateSystem.getTransformation()
          Returns the transformation between data coordinates and device-independent graphcial coordinates.
 Transformation CartesianCoordinateSystem.getTransformation()
          Returns the transformation of data coordinates into the device-independent coordinates of the axis box.
 

Uses of Transformation in jcckit.transformation
 

Classes in jcckit.transformation that implement Transformation
 class CartesianTransformation
          Two-dimensional Cartesian transformation.