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 classAxisEntityA class that captures information about anAxisbelonging to a chart.classCategoryItemEntityA chart entity that represents one item within a category plot.classCategoryLabelEntityAn entity to represent the labels on aCategoryAxis.classFlowEntityA chart entity representing the flow between two nodes in aFlowPlot.classJFreeChartEntityA class that captures information about an entire chart.classLegendItemEntityAn entity that represents an item within a legend.classNodeEntityA chart entity representing a node in aFlowPlot.classPieSectionEntityA chart entity that represents one section within a pie plot.classPlotEntityA class that captures information about a plot.classTickLabelEntityA chart entity representing a tick label.classTitleEntityA class that captures information about a Title of a chart.classXYAnnotationEntityA chart entity that represents an annotation on anXYPlot.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.ChartEntityEntityCollection. getEntity(int index)Returns an entity from the collection.ChartEntityStandardEntityCollection. 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.ChartEntityStandardEntityCollection. getEntity(int index)Returns a chart entity from the collection.Methods in org.jfree.chart.entity with parameters of type ChartEntity Modifier and Type Method Description voidEntityCollection. add(ChartEntity entity)Adds an entity to the collection.voidStandardEntityCollection. add(ChartEntity entity)Adds an entity to the collection.