Package org.eclipse.birt.chart.factory
Class GeneratedChartState
java.lang.Object
org.eclipse.birt.chart.factory.GeneratedChartState
Maintains state information containing the original chart model and runtime
built information based on offscreen computations performed using the
Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext)
method.-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of the source chart model associated with the built chart content.Returns an internal class capable of computing the chart content.Returns an instance of a display server used in building the chart content.Returns a sorted lookup list of all series renderers.Returns an instance of the runtime context used in building the chart.
-
Method Details
-
getRenderers
Returns a sorted lookup list of all series renderers.- Returns:
- A sorted lookup list of all series renderers.
-
getComputations
Returns an internal class capable of computing the chart content.- Returns:
- An internal class capable of computing the chart content.
-
getDisplayServer
Returns an instance of a display server used in building the chart content.- Returns:
- An instance of a display server used in building the chart content.
-
getChartModel
Returns an instance of the source chart model associated with the built chart content.- Returns:
- An instance of the source chart model associated with the built chart content.
-
getRunTimeContext
Returns an instance of the runtime context used in building the chart.- Returns:
- An instance of the runtime context used in building the chart.
-