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'.
IChartModelHelper This helper class is used to update chart model or return model properties.
IChartObject Root interface of all chart's model objects.
ModelFactory The Factory for the model.
ModelPackage The Package for the model.
ModelPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
Serializer This interface provides a means to serialize and/or de-serialize the chart model instance into XML content.
 

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-2008 Actuate Corp. All rights reserved.