Class GeneratedChartState

    • Method Detail

      • getRenderers

        public java.util.LinkedHashMap<Series,​LegendItemRenderingHints> getRenderers()
        Returns a sorted lookup list of all series renderers.
        Returns:
        A sorted lookup list of all series renderers.
      • getComputations

        public PlotComputation getComputations()
        Returns an internal class capable of computing the chart content.
        Returns:
        An internal class capable of computing the chart content.
      • getDisplayServer

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