|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.factory.GeneratedChartState
public final class 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. |
org.eclipse.birt.chart.computation.PlotComputation |
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<Series,org.eclipse.birt.chart.computation.LegendItemRenderingHints> |
getRenderers()
Returns a sorted lookup list of all series renderers. |
RunTimeContext |
getRunTimeContext()
Returns an instance of the runtime context used in building the chart. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final java.util.LinkedHashMap<Series,org.eclipse.birt.chart.computation.LegendItemRenderingHints> getRenderers()
public final org.eclipse.birt.chart.computation.PlotComputation getComputations()
public final IDisplayServer getDisplayServer()
public final Chart getChartModel()
public final RunTimeContext getRunTimeContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |