Uses of Class
org.jfree.chart.entity.ChartEntity
Packages that use ChartEntity
-
Uses of ChartEntity in org.jfree.chart
Methods in org.jfree.chart that return ChartEntityModifier 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.Constructors in org.jfree.chart with parameters of type ChartEntityModifierConstructorDescriptionChartMouseEvent
(JFreeChart chart, MouseEvent trigger, ChartEntity entity) Constructs a new event. -
Uses of ChartEntity in org.jfree.chart.entity
Subclasses of ChartEntity in org.jfree.chart.entityModifier 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
.Methods in org.jfree.chart.entity that return ChartEntityModifier 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.Methods in org.jfree.chart.entity with parameters of type ChartEntityModifier and TypeMethodDescriptionvoid
EntityCollection.add
(ChartEntity entity) Adds an entity to the collection.void
StandardEntityCollection.add
(ChartEntity entity) Adds an entity to the collection.