Uses of Class
org.eclipse.birt.chart.factory.GeneratedChartState

Packages that use GeneratedChartState
org.eclipse.birt.chart.factory Contains classes and interfaces used in the chart building and generation phase. 
 

Uses of GeneratedChartState in org.eclipse.birt.chart.factory
 

Methods in org.eclipse.birt.chart.factory that return GeneratedChartState
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, org.eclipse.birt.chart.script.IExternalContext externalContext, RunTimeContext rtc)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, org.eclipse.birt.chart.script.IExternalContext externalContext, RunTimeContext rtc, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 

Methods in org.eclipse.birt.chart.factory with parameters of type GeneratedChartState
 void IGenerator.refresh(GeneratedChartState gcs)
          Performs a minimal rebuild of the chart if non-sizing attributes are altered or the dataset for any series has changed.
 void IGenerator.render(IDeviceRenderer idr, GeneratedChartState gcs)
          Draws a previously built chart using the specified device renderer into a target output device.
 



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