Interface XYAnnotationBoundsInfo
- All Known Implementing Classes:
XYDataImageAnnotation,XYDataRangeAnnotation
public interface XYAnnotationBoundsInfo
An interface that supplies information about the bounds of the annotation.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a flag that determines whether the annotation's bounds should be taken into account for auto-range calculations on the axes that the annotation is plotted against.Returns the range of x-values (in data space) that the annotation uses.Returns the range of y-values (in data space) that the annotation uses.
-
Method Details
-
getIncludeInDataBounds
boolean getIncludeInDataBounds()Returns a flag that determines whether the annotation's bounds should be taken into account for auto-range calculations on the axes that the annotation is plotted against.- Returns:
- A boolean.
-
getXRange
-
getYRange
-