org.jfree.chart.annotations

Interface XYAnnotationBoundsInfo

public interface XYAnnotationBoundsInfo

An interface that supplies information about the bounds of the annotation.

Since: 1.0.13

Method Summary
booleangetIncludeInDataBounds()
Returns a flag that determines whether or not the annotation's bounds should be taken into account for auto-range calculations on the axes that the annotation is plotted against.
RangegetXRange()
Returns the range of x-values (in data space) that the annotation uses.
RangegetYRange()
Returns the range of y-values (in data space) that the annotation uses.

Method Detail

getIncludeInDataBounds

public boolean getIncludeInDataBounds()
Returns a flag that determines whether or not 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

public Range getXRange()
Returns the range of x-values (in data space) that the annotation uses.

Returns: The x-range.

getYRange

public Range getYRange()
Returns the range of y-values (in data space) that the annotation uses.

Returns: The y-range.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.