Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.core.ui.jfreechart.DefaultSimChartStyle
Version: 1.0
This class provides a basis chart style for line, area an bar charts.
public class
DefaultSimChartStyle
extends
AbstractChartStyle
{
// Public Constructors
public
DefaultSimChartStyle
();
public
DefaultSimChartStyle
(
ChartStyle.ChartType
aType);
public
DefaultSimChartStyle
(
ChartStyle.ChartType
aType, String aTitle,
String aXTitle, String aYTitle, boolean aLegend, boolean aTooltips,
boolean aURLs, Map aDatasetMap,
FWSimIOAdapter.FREQUENCE
aFrequence);
// Protected Instance Variables
protected PlotOrientation
iOrientation
;
// Public Instance Methods
public JFreeChart
applyToDataset
(List aDataset);
Generates a chart using the given data and the style represented by this class.
aDataset
the data for the chart
returns
JFreeChart
}
Hierarchy:
java.lang.Object -
AbstractChartStyle
(
ChartStyle
) - DefaultSimChartStyle