All Packages Class Hierarchy This Package Previous Next Index
Interface jas.plot.CoordinateTransformation
- public interface CoordinateTransformation
A coordinate transformation allows for conversions between values
on an axis and pixels on the screen. Each axis type(DoubleAxis,
TimeAxis, etc.) has a type-specific coordinate transformation
that extends this interface and contains methods specific to the type
on that axis.
- See Also:
- DoubleCoordinateTransformation, TimeCoordinateTransformation, DateCoordinateTransformation, StringCoordinateTransformation
All Packages Class Hierarchy This Package Previous Next Index