Package org.eclipse.birt.chart.model

Contains the chart model interfaces that define the starting point for creating a new chart.

See:
          Description

Interface Summary
Chart A representation of the model object 'Chart'.
ChartWithAxes A representation of the model object 'Chart With Axes'.
ChartWithoutAxes A representation of the model object 'Chart Without Axes'.
DialChart A representation of the model object 'Dial Chart'.
ModelFactory The Factory for the model.
ModelPackage The Package for the model.
Serializer This interface provides a means to serialize and/or de-serialize the chart model instance into XML content.
 

Class Summary
ScriptHandler This class forms the basis of script handling in the charting library.
 

Package org.eclipse.birt.chart.model Description

Contains the chart model interfaces that define the starting point for creating a new chart. Refer to the implementation classes (in the corresponding impl package) to create an instance of a chart that either contains an axes rendering framework or one that does not. This package also provides a convenience interface to serialize and de-serialize the chart model into an XML representation.



Copyright © 2005 Actuate Corp. All rights reserved.