|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 | |
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 |
public final java.util.LinkedHashMap getRenderers()
public final java.lang.Object getComputations()
public final IDisplayServer getDisplayServer()
public final Chart getChartModel()
public final RunTimeContext getRunTimeContext()
public final int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |