jas2.plot
Interface DoubleCoordinateTransformation
-
- All Superinterfaces:
- CoordinateTransformation, Transformation
- All Known Implementing Classes:
- DoubleAxis
public interface DoubleCoordinateTransformation extends CoordinateTransformation, Transformation
Converts between double values and pixel values for theDoubleAxistype.- See Also:
DoubleAxis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doubleconvert(double d)Returns a pixel value for a given double value.doublegetPlotMax()Returns the maximum value on the axis.doublegetPlotMin()Returns the minimum value on the axis.doubleunConvert(double i)Returns a double value for a given pixel.
-
-
-
Method Detail
-
convert
double convert(double d)
Returns a pixel value for a given double value.- Specified by:
convertin interfaceTransformation
-
unConvert
double unConvert(double i)
Returns a double value for a given pixel.
-
getPlotMin
double getPlotMin()
Returns the minimum value on the axis.
-
getPlotMax
double getPlotMax()
Returns the maximum value on the axis.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG