Uses of Class
org.jfree.chart.entity.ChartEntity
Packages that use 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
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 TypeClassDescriptionclassA class that captures information about anAxisbelonging to a chart.classA chart entity that represents one item within a category plot.classAn entity to represent the labels on aCategoryAxis.classA chart entity representing the flow between two nodes in aFlowPlot.classA class that captures information about an entire chart.classAn entity that represents an item within a legend.classA chart entity representing a node in aFlowPlot.classA chart entity that represents one section within a pie plot.classA class that captures information about a plot.classA chart entity representing a tick label.classA class that captures information about a Title of a chart.classA chart entity that represents an annotation on anXYPlot.classA 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, ornullif 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 TypeMethodDescriptionvoidEntityCollection.add(ChartEntity entity) Adds an entity to the collection.voidStandardEntityCollection.add(ChartEntity entity) Adds an entity to the collection.