Uses of Interface
org.eclipse.birt.chart.render.ISeriesRenderingHints

Packages that use ISeriesRenderingHints
org.eclipse.birt.chart.render Contains classes that represent the core plot rendering framework. 
 

Uses of ISeriesRenderingHints in org.eclipse.birt.chart.render
 

Methods in org.eclipse.birt.chart.render that return ISeriesRenderingHints
 ISeriesRenderingHints BaseRenderer.getSeriesRenderingHints()
           
 

Methods in org.eclipse.birt.chart.render with parameters of type ISeriesRenderingHints
 void ISeriesRenderer.compute(Bounds bo, Plot p, ISeriesRenderingHints isrh)
          Sends out a first pass notification to the series renderer implementation to perform any necessary pre-computations prior to a second pass rendering.
 void ISeriesRenderer.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
          Notifies the series renderer to render itself in the provided plot area.
 void BaseRenderer.set(ISeriesRenderingHints _srh)
          Sets the series rendering hints for current renderer.
 



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