Uses of Interface
jcckit.plot.CoordinateSystem
-
Packages that use CoordinateSystem Package Description jcckit.plot -
-
Uses of CoordinateSystem in jcckit.plot
Classes in jcckit.plot that implement CoordinateSystem Modifier and Type Class Description class
CartesianCoordinateSystem
A Cartesian coordinate system.Methods in jcckit.plot with parameters of type CoordinateSystem Modifier and Type Method Description void
Plot. setCoordinateSystem(CoordinateSystem coordinateSystem)
Sets the coordinate system.
-