Surface
PlaneSurface
, TimeSurface
public interface PlanarSurface extends Surface
Modifier and Type | Method | Description |
---|---|---|
Axis[] |
getAxes() |
Returns the axis objects used by this surface.
|
double[][] |
getDataLimits() |
Returns the limits in data coordinates of the plot region.
|
boolean[] |
getFlipFlags() |
Indicates which axes are reversed.
|
boolean[] |
getLogFlags() |
Indicates the scaling along the two axes.
|
boolean[] |
getTimeFlags() |
Indicates which axes represent time values.
|
dataToGraphics, dataToGraphicsOffset, formatPosition, getCaptioner, getDataDimCount, getPlotBounds, getPlotInsets, graphicsToData, paintBackground, paintForeground
boolean[] getLogFlags()
boolean[] getFlipFlags()
boolean[] getTimeFlags()
Axis[] getAxes()
double[][] getDataLimits()
{{xlo, xhi}, {ylo, yhi}}
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.