|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartHolder
An object of this type represents a full description of a chart. Therefore it is able to produce the chart and dataset object resulting out of this definition.
Method Summary | |
---|---|
org.jfree.chart.JFreeChart |
getChart()
Returns a chart. |
org.jfree.data.general.Dataset |
getDataset()
Returns the dataset produced when using this definition. |
Method Detail |
---|
org.jfree.chart.JFreeChart getChart() throws DatasetProduceException, PostProcessingException, ChartValidationException
DatasetProduceException
- if there could be no data produced for the cahrt
ConfigurationException
- if there is something wrong in the Cewolf configuration
PostProcessingException
- if a post processor failed to process the chart
ChartValidationException
org.jfree.data.general.Dataset getDataset() throws DatasetProduceException
DatasetProduceException
- if the dataset could not be produced
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |