public final class GeneratedChartState
extends java.lang.Object
Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext)
method.Modifier and Type | Method and Description |
---|---|
Chart |
getChartModel()
Returns an instance of the source chart model associated with the built
chart content.
|
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,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.
|
public final java.util.LinkedHashMap<Series,LegendItemRenderingHints> getRenderers()
public final PlotComputation getComputations()
public final IDisplayServer getDisplayServer()
public final Chart getChartModel()
public final RunTimeContext getRunTimeContext()
Copyright © 2005-2008 Actuate Corp. All rights reserved.