Frames | No Frames |
Classes derived from org.jfree.chart.entity.ChartEntity | |
class | A chart entity that represents one item within a category plot. |
class | An entity to represent the labels on a CategoryAxis . |
class | Represents an item on a contour chart. |
class | An entity that represents an item within a legend. |
class | A chart entity that represents one section within a pie plot. |
class | A chart entity representing a tick label. |
class | A chart entity that represents an annotation on an
XYPlot . |
class | A chart entity that represents one item within an
XYPlot . |
Methods with parameter type org.jfree.chart.entity.ChartEntity | |
void | Adds an entity to the collection. |
void | Adds an entity to the collection. |
Methods with return type org.jfree.chart.entity.ChartEntity | |
ChartEntity | EntityCollection.getEntity(double x, double y) Returns an entity whose area contains the specified point. |
ChartEntity | StandardEntityCollection.getEntity(double x, double y) Returns the last entity in the list with an area that encloses the
specified coordinates, or null if there is no such entity. |
ChartEntity | EntityCollection.getEntity(int index) Returns an entity from the collection. |
ChartEntity | StandardEntityCollection.getEntity(int index) Returns a chart entity from the collection. |
Constructors with parameter type org.jfree.chart.entity.ChartEntity | |
Constructs a new event. |
Methods with return type org.jfree.chart.entity.ChartEntity | |
ChartEntity | 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. |