-
Returns the chart entity (if any) under the mouse point.
Returns the chart entity at a given point.
-
class
A class that captures information about an
Axis
belonging to a
chart.
class
A chart entity that represents one item within a category plot.
class
class
A chart entity representing the flow between two nodes in a
FlowPlot
.
class
A class that captures information about an entire chart.
class
An entity that represents an item within a legend.
class
A chart entity representing a node in a
FlowPlot
.
class
A chart entity that represents one section within a pie plot.
class
A class that captures information about a plot.
class
A chart entity representing a tick label.
class
A class that captures information about a Title of a chart.
class
A chart entity that represents an annotation on an
XYPlot
.
class
A chart entity that represents one item within an
XYPlot
.
EntityCollection.getEntity(double x,
double y)
Returns an entity whose area contains the specified point.
Returns an entity from the collection.
StandardEntityCollection.getEntity(double x,
double y)
Returns the last entity in the list with an area that encloses the
specified coordinates, or null
if there is no such entity.
StandardEntityCollection.getEntity(int index)
Returns a chart entity from the collection.
void
Adds an entity to the collection.
void
Adds an entity to the collection.