|
||||||||||
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 descritption of a chart. Therefore it is able to produce the chart and dataset object resulting out of this definition.
Method Summary | |
---|---|
java.lang.Object |
getChart()
Returns a chart. |
java.lang.Object |
getDataset()
Returns the dataset produced when using this definition.The type of this object is dependant on the underlying chart implementation. |
Method Detail |
---|
java.lang.Object 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
java.lang.Object 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 |