Module org.jfree.chart
Package org.jfree.chart.entity
Classes representing components of (or entities in) a chart.
-
Interface Summary Interface Description EntityCollection This interface defines the methods used to access an ordered list ofChartEntityobjects. -
Class Summary Class Description AxisEntity A class that captures information about anAxisbelonging to a chart.CategoryItemEntity<R extends Comparable<R>,C extends Comparable<C>> A chart entity that represents one item within a category plot.CategoryLabelEntity<C extends Comparable<C>> An entity to represent the labels on aCategoryAxis.ChartEntity A class that captures information about some component of a chart (a bar, line etc).FlowEntity A chart entity representing the flow between two nodes in aFlowPlot.JFreeChartEntity A class that captures information about an entire chart.LegendItemEntity<S extends Comparable<S>> An entity that represents an item (the identifier for a series) within a legend.NodeEntity A chart entity representing a node in aFlowPlot.PieSectionEntity<K extends Comparable<K>> A chart entity that represents one section within a pie plot.PlotEntity A class that captures information about a plot during rendering.StandardEntityCollection A standard implementation of theEntityCollectioninterface.TickLabelEntity A chart entity representing a tick label.TitleEntity A class that captures information about a Title of a chart during rendering.XYAnnotationEntity A chart entity that represents an annotation on anXYPlot.XYItemEntity A chart entity that represents one item within anXYPlot.