Uses of Interface
jcckit.transformation.Transformation
-
Packages that use Transformation Package Description jcckit.plot jcckit.transformation -
-
Uses of Transformation in jcckit.plot
Methods in jcckit.plot that return Transformation Modifier and Type Method Description Transformation
CartesianCoordinateSystem. getTransformation()
Returns the transformation of data coordinates into the device-independent coordinates of the axis box.Transformation
CoordinateSystem. getTransformation()
Returns the transformation between data coordinates and device-independent graphcial coordinates. -
Uses of Transformation in jcckit.transformation
Classes in jcckit.transformation that implement Transformation Modifier and Type Class Description class
CartesianTransformation
Two-dimensional Cartesian transformation.
-