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 ChartEntityChartMouseEvent. getEntity()Returns the chart entity (if any) under the mouse point.ChartEntityChartPanel. 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 classCategoryItemEntityA chart entity that represents one item within a category plot.classContourEntityRepresents an item on a contour chart.classLegendItemEntityAn entity that represents an item within a legend.classPieSectionEntityA chart entity that represents one section within a pie plot.classTickLabelEntityA chart entity representing a tick label.classXYItemEntityA chart entity that represents one item within anXYPlot.Methods in org.jfree.chart.entity that return ChartEntity Modifier and Type Method Description ChartEntityEntityCollection. getEntity(double x, double y)Returns an entity whose area contains the specified point.ChartEntityStandardEntityCollection. 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 voidEntityCollection. addEntity(ChartEntity entity)Adds an entity to the collection.voidStandardEntityCollection. addEntity(ChartEntity entity)Adds an entity.