Package schmitzm.jfree.chart.style

Interface Summary
ChartStyle This interface is a general super class for a design style of a JFreeChart.
 

Class Summary
AbstractChartStyle This class provides an abstract implementation for chart styles.
BasicChartStyle This class provides a basis chart style for line, area an bar charts.
ChartAxisStyle This class is defines the design style of a chart Axis.
ChartLabelStyle This class is a general super class for a design style of text displayed in a chart.
ChartPlotStyle This class defines the rendering style the charts plot(s).
ChartRendererStyle This class defines the rendering style the charts series.
ChartStyleUtil This class contains static utility methods related to chart styling.
ChartStyleXMLFactory<E extends ChartStyle> This class defines a factory to create a chart style from XML.
ScatterChartStyle This class provides a chart style for scatter chart, which shows the data as points.
 

Enum Summary
ChartType Enum representing the style type of a chart (bar, line, area, ...).