Uses of Class
org.jfree.chart.entity.ChartEntity
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Classes representing components of (or entities in) a chart.
-
Uses of ChartEntity in org.jfree.chart
Modifier and TypeMethodDescriptionChartMouseEvent.getEntity()
Returns the chart entity (if any) under the mouse point.ChartPanel.getEntityForPoint
(int viewX, int viewY) Returns the chart entity at a given point.ModifierConstructorDescriptionChartMouseEvent
(JFreeChart chart, MouseEvent trigger, ChartEntity entity) Constructs a new event. -
Uses of ChartEntity in org.jfree.chart.entity
Modifier and TypeClassDescriptionclass
A class that captures information about anAxis
belonging to a chart.class
A chart entity that represents one item within a category plot.class
An entity to represent the labels on aCategoryAxis
.class
A chart entity representing the flow between two nodes in aFlowPlot
.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 aFlowPlot
.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 anXYPlot
.class
A chart entity that represents one item within anXYPlot
.Modifier and TypeMethodDescriptionEntityCollection.getEntity
(double x, double y) Returns an entity whose area contains the specified point.EntityCollection.getEntity
(int index) 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, ornull
if there is no such entity.StandardEntityCollection.getEntity
(int index) Returns a chart entity from the collection.Modifier and TypeMethodDescriptionvoid
EntityCollection.add
(ChartEntity entity) Adds an entity to the collection.void
StandardEntityCollection.add
(ChartEntity entity) Adds an entity to the collection.