Uses of Interface
org.eclipse.birt.chart.device.IDeviceRenderer

Packages that use IDeviceRenderer
org.eclipse.birt.chart.api   
org.eclipse.birt.chart.device Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. 
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
org.eclipse.birt.chart.factory Contains classes and interfaces used in the chart building and generation phase. 
org.eclipse.birt.chart.render Contains classes that represent the core plot rendering framework. 
org.eclipse.birt.chart.util Provides miscellaneous classes associated with data types and extension lookup services. 
 

Uses of IDeviceRenderer in org.eclipse.birt.chart.api
 

Methods in org.eclipse.birt.chart.api that return IDeviceRenderer
 IDeviceRenderer ChartEngine.getRenderer(java.lang.String deviceID)
          Loads a device renderer, required by IChartGenerator to render charts
 IDeviceRenderer ChartEngine.getRenderer(java.lang.String deviceID)
          Loads a device renderer, required by IChartGenerator to render charts
 

Uses of IDeviceRenderer in org.eclipse.birt.chart.device
 

Classes in org.eclipse.birt.chart.device that implement IDeviceRenderer
 class DeviceAdapter
          A no-op adapter implementation for the IDeviceRendererinterface definition.
 

Methods in org.eclipse.birt.chart.device with parameters of type IDeviceRenderer
 void TextRendererAdapter.renderTextInBlock(IDeviceRenderer idr, Bounds boBlock, TextAlignment taBlock, Label la)
           
 void ITextRenderer.renderTextInBlock(IDeviceRenderer idr, Bounds boBlock, TextAlignment taBlock, Label la)
           
 

Uses of IDeviceRenderer in org.eclipse.birt.chart.event
 

Methods in org.eclipse.birt.chart.event with parameters of type IDeviceRenderer
 void PolygonRenderEvent.draw(IDeviceRenderer idr)
           
 void OvalRenderEvent.draw(IDeviceRenderer idr)
           
 void AreaRenderEvent.draw(IDeviceRenderer idr)
           
 void TextRenderEvent.draw(IDeviceRenderer idr)
           
 void PrimitiveRenderEvent.draw(IDeviceRenderer idr)
          Causes this instruction to 'draw' itself on the device renderer
 void RectangleRenderEvent.draw(IDeviceRenderer idr)
           
 void ArcRenderEvent.draw(IDeviceRenderer idr)
           
 void LineRenderEvent.draw(IDeviceRenderer idr)
           
 void ImageRenderEvent.draw(IDeviceRenderer idr)
           
 void PolygonRenderEvent.fill(IDeviceRenderer idr)
           
 void OvalRenderEvent.fill(IDeviceRenderer idr)
           
 void AreaRenderEvent.fill(IDeviceRenderer idr)
           
 void TextRenderEvent.fill(IDeviceRenderer idr)
           
 void PrimitiveRenderEvent.fill(IDeviceRenderer idr)
          Causes this instruction to 'fill' itself on the device renderer
 void RectangleRenderEvent.fill(IDeviceRenderer idr)
           
 void ArcRenderEvent.fill(IDeviceRenderer idr)
           
 void LineRenderEvent.fill(IDeviceRenderer idr)
           
 void ImageRenderEvent.fill(IDeviceRenderer idr)
           
 

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

Methods in org.eclipse.birt.chart.factory with parameters of type IDeviceRenderer
 void IGenerator.render(IDeviceRenderer idr, GeneratedChartState gcs)
          Draws a previously built chart using the specified device renderer into a target output device.
 void Generator.render(IDeviceRenderer idr, GeneratedChartState gcs)
          Draws a previously built chart using the specified device renderer into a target output device.
 void IGenerator.render(IDeviceRenderer idr, GeneratedChartState gcs)
          Draws a previously built chart using the specified device renderer into a target output device.
 

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

Methods in org.eclipse.birt.chart.render that return IDeviceRenderer
 IDeviceRenderer BaseRenderer.getDevice()
           
 IDeviceRenderer BaseRenderer.getDevice()
           
 

Methods in org.eclipse.birt.chart.render with parameters of type IDeviceRenderer
 void BaseRenderer.set(IDeviceRenderer _ir)
          Sets the device renderer for current renderer.
 void BaseRenderer.set(IDeviceRenderer _ir)
          Sets the device renderer for current renderer.
 

Constructors in org.eclipse.birt.chart.render with parameters of type IDeviceRenderer
DeferredCache(IDeviceRenderer idr, Chart c)
          The constructor.
DeferredCacheManager(IDeviceRenderer idr, Chart chart)
          Constructor of the class.
MarkerRenderer(IDeviceRenderer _render, java.lang.Object _oSource, Location _lo, LineAttributes _la, Fill _paletteEntry, Marker _m, java.lang.Integer _markerSize, DeferredCache _dc, boolean _bDeferred, boolean _bTransposed)
          The constructor.
 

Uses of IDeviceRenderer in org.eclipse.birt.chart.util
 

Methods in org.eclipse.birt.chart.util that return IDeviceRenderer
 IDeviceRenderer PluginSettings.getDevice(java.lang.String sName)
          Retrieves the first instance of a device renderer registered as an extension for a given name
 



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