Uses of Class
org.jfree.chart.entity.ChartEntity
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.entity |
Classes representing components of (or entities in) a chart.
|
-
Uses of ChartEntity in org.jfree.chart
Methods in org.jfree.chart that return ChartEntity Modifier and Type Method Description ChartEntity
ChartMouseEvent. getEntity()
Returns the chart entity (if any) under the mouse point.ChartEntity
ChartPanel. getEntityForPoint(int viewX, int viewY)
Returns the chart entity at a given point.Constructors in org.jfree.chart with parameters of type ChartEntity Constructor Description ChartMouseEvent(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.entity Modifier and Type Class Description class
CategoryItemEntity
A chart entity that represents one item within a category plot.class
ContourEntity
Represents an item on a contour chart.class
LegendItemEntity
An entity that represents an item within a legend.class
PieSectionEntity
A chart entity that represents one section within a pie plot.class
TickLabelEntity
A chart entity representing a tick label.class
XYItemEntity
A chart entity that represents one item within anXYPlot
.Methods in org.jfree.chart.entity that return ChartEntity Modifier and Type Method Description ChartEntity
EntityCollection. getEntity(double x, double y)
Returns an entity whose area contains the specified point.ChartEntity
StandardEntityCollection. getEntity(double x, double y)
Returns an entity for the specified coordinates.Methods in org.jfree.chart.entity with parameters of type ChartEntity Modifier and Type Method Description void
EntityCollection. addEntity(ChartEntity entity)
Adds an entity to the collection.void
StandardEntityCollection. addEntity(ChartEntity entity)
Adds an entity.