Uses of Class
org.jfree.chart.entity.ChartEntity
-
Packages that use ChartEntity Package Description org.jfree.chart.entity Classes representing components of (or entities in) a chart.org.jfree.chart.swing Classes that provide support for JFreeChart in Swing applications. -
-
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.classCategoryItemEntity<R extends Comparable<R>,C extends Comparable<C>>A chart entity that represents one item within a category plot.classCategoryLabelEntity<C extends Comparable<C>>An 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.classLegendItemEntity<S extends Comparable<S>>An entity that represents an item (the identifier for a series) within a legend.classNodeEntityA chart entity representing a node in aFlowPlot.classPieSectionEntity<K extends Comparable<K>>A chart entity that represents one section within a pie plot.classPlotEntityA class that captures information about a plot during rendering.classTickLabelEntityA chart entity representing a tick label.classTitleEntityA class that captures information about a Title of a chart during rendering.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 that return types with arguments of type ChartEntity Modifier and Type Method Description Collection<ChartEntity>EntityCollection. getEntities()Returns the entities in an unmodifiable collection.Collection<ChartEntity>StandardEntityCollection. getEntities()Returns the entities in an unmodifiable collection.Iterator<ChartEntity>EntityCollection. iterator()Returns an iterator for the entities in the collection.Iterator<ChartEntity>StandardEntityCollection. iterator()Returns an iterator for the entities in 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. -
Uses of ChartEntity in org.jfree.chart.swing
Methods in org.jfree.chart.swing 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.swing with parameters of type ChartEntity Constructor Description ChartMouseEvent(JFreeChart chart, MouseEvent trigger, ChartEntity entity)Constructs a new event.
-