public interface

XYAnnotationBoundsInfo

org.jfree.chart.annotations.XYAnnotationBoundsInfo
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract 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.
abstract Range getXRange()
Returns the range of x-values (in data space) that the annotation uses.
abstract Range getYRange()
Returns the range of y-values (in data space) that the annotation uses.

Public Methods

public abstract 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.

public abstract Range getXRange ()

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

Returns
  • The x-range.

public abstract Range getYRange ()

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

Returns
  • The y-range.