Package schmitzm.jfree.feature.style

Interface Summary
FeatureChartStyle This interface extends the chart style with several functionalities used to define a chart on a FeatureCollection.
 

Class Summary
FeatureBasicChartStyle This class extends the BasicChartStyle with the properties of the FeatureChartStyle.
FeatureChartStyle.Dummy This class defines a dummy implementation of FeatureChartStyle just to maintain the properties of the interface FeatureChartStyle, so sub classes of FeatureChartStyle which usually are derived from a normal ChartStyle implementation must not implement the FeatureChartStyle maintenance each.
FeatureChartStyleXMLFactory This class defines a factory to create a chart style from XML specialized for FeatureCollection.
FeatureChartUtil This class contains static utility methods related to chart styles based on FeatureCollection.
FeatureScatterChartStyle This class extends the ScatterChartStyle with the properties of the FeatureChartStyle.