public interface CartesianRanger
Modifier and Type | Method and Description |
---|---|
double[][] |
getDataLimits(uk.ac.starlink.ttools.plot2.Surface surf)
Returns the limits in data coordinates
of the hypercube corresponding to a given plot surface.
|
int |
getDimCount()
Returns the dimensionality of the hypercube it can characterise.
|
int[] |
getPixelDims(uk.ac.starlink.ttools.plot2.Surface surf)
Returns the notional size in pixels for each axis
of the hypercube corresponding to a given plot surface.
|
uk.ac.starlink.ttools.plot2.Scale[] |
getScales(uk.ac.starlink.ttools.plot2.Surface surf)
Indicates the scaling along the axes
of the hypercube corresponding to a given plot surface.
|
int getDimCount()
double[][] getDataLimits(uk.ac.starlink.ttools.plot2.Surface surf)
surf
- plot surfaceuk.ac.starlink.ttools.plot2.Scale[] getScales(uk.ac.starlink.ttools.plot2.Surface surf)
surf
- plot surfaceint[] getPixelDims(uk.ac.starlink.ttools.plot2.Surface surf)
surf
- plot surfaceCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.