public interface Measurable extends Drawable
Modifier and Type | Method and 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()