Package org.jfree.chart.entity
Classes representing components of (or entities in) a chart.
-
Interface Summary Interface Description EntityCollection Defines the methods that a collection of entities is required to implement. -
Class Summary Class Description CategoryItemEntity A chart entity that represents one item within a category plot.ChartEntity A class that captures information about some component of a chart (a bar, line etc).ContourEntity Represents an item on a contour chart.LegendItemEntity An entity that represents an item within a legend.PieSectionEntity A chart entity that represents one section within a pie plot.StandardEntityCollection A standard implementation of theEntityCollection
interface.TickLabelEntity A chart entity representing a tick label.XYItemEntity A chart entity that represents one item within anXYPlot
.