org.eclipse.birt.chart.factory
Class GeneratedChartState

java.lang.Object
  extended by org.eclipse.birt.chart.factory.GeneratedChartState

public final class GeneratedChartState
extends java.lang.Object

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
 Chart getChartModel()
          Returns an instance of the source chart model associated with the built chart content.
 java.lang.Object getComputations()
          Returns an internal class capable of computing the chart content.
 IDisplayServer getDisplayServer()
          Returns an instance of a display server used in building the chart content.
 java.util.LinkedHashMap getRenderers()
          Returns a sorted lookup list of all series renderers.
 RunTimeContext getRunTimeContext()
          Returns an instance of the runtime context used in building the chart.
 int getType()
          Returns the type of the chart that was built.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRenderers

public final java.util.LinkedHashMap getRenderers()
Returns a sorted lookup list of all series renderers.

Returns:
A sorted lookup list of all series renderers.

getComputations

public final java.lang.Object getComputations()
Returns an internal class capable of computing the chart content.

Returns:
An internal class capable of computing the chart content.

getDisplayServer

public final IDisplayServer 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

public final Chart 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

public final RunTimeContext 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.

getType

public final int getType()
Returns the type of the chart that was built.

Returns:
The type of the chart that was built.


Copyright © 2005-2008 Actuate Corp. All rights reserved.