DrawableByteLattice, Interactive, InteractiveImage, LogMeasurable, Plot2D, Selectable, VideoAbstractInteractive, AbstractTrail, BinaryLattice, BoundedImage, BoundedShape, BoundedTextLine, ByteImage, ByteRaster, Carpet, CartesianInteractive, CartesianType3, CellLattice, CellLatticeOSX, CellLatticePC, ComplexCarpet, ComplexContourPlot, ComplexDataset, ComplexGridPlot, ComplexInterpolatedPlot, ComplexSurfacePlot, ContourPlot, DataColumn, DataFunction, DataRaster, Dataset, DatasetManager, DataToolTab.DataToolAxes, DataToolTab.DataToolPlotter.LimitLine, DataToolTab.DataToolPlotter.XYAxes, DrawableBuffer, FunctionDrawer, GifVideo, GrayscalePlot, GridPlot, HighlightableDataset, Histogram, HistogramDataset, ImageVideo, IntegerImage, IntegerRaster, InteractiveArrow, InteractiveCenteredArrow, InteractiveCircle, InteractiveImage, InteractiveLabel, InteractiveShape, InteractiveTextLine, InterpolatedPlot, MeasuredCircle, MeasuredImage, PerspectiveFilter.Corner, Protractor, Protractor.Tip, SiteLattice, Spring, Stripchart, SurfacePlot, TCircle, TCoordAxes, TLine, TLineProfile, TPoint, Trail, TrailBezier, TrailSmart, TriangularBinaryLattice, TriangularByteLattice, TShape, TVector, VectorPlot, VideoAdapter, XAxis, XYAxis, YAxispublic interface Measurable extends Drawable
| Modifier and Type | Method | Description |
|---|---|---|
double |
getXMax() |
Gets the maximum x needed to draw this object.
|
double |
getXMin() |
Gets the minimum x needed to draw this object.
|
double |
getYMax() |
Gets the maximum y needed to draw this object.
|
double |
getYMin() |
Gets the minimum y needed to draw this object.
|
boolean |
isMeasured() |
Determines if information is available to set min/max values.
|
double getXMin()
double getXMax()
double getYMin()
double getYMax()
boolean isMeasured()