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

Packages that use IPrimitiveRenderer
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.render Contains classes that represent the core plot rendering framework. 
 

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

Subinterfaces of IPrimitiveRenderer in org.eclipse.birt.chart.device
 interface IDeviceRenderer
          Combines the primitive rendering notifications provided in the primitive and other convenience methods needed by a device renderer.
 

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

Methods in org.eclipse.birt.chart.device with parameters of type IPrimitiveRenderer
 void TextRendererAdapter.renderShadowAtLocation(IPrimitiveRenderer idr, int labelPosition, Location lo, Label la)
           
 void TextRendererAdapter.renderTextAtLocation(IPrimitiveRenderer ipr, int labelPosition, Location lo, Label la)
           
 void ITextRenderer.renderShadowAtLocation(IPrimitiveRenderer idr, int iLabelPosition, Location lo, Label la)
          This method renders the 'shadow' at an offset from the text 'rotated rectangle' subsequently rendered.
 void ITextRenderer.renderTextAtLocation(IPrimitiveRenderer ipr, int iLabelPosition, Location lo, Label la)
           
 

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

Methods in org.eclipse.birt.chart.render with parameters of type IPrimitiveRenderer
 void BaseRenderer.renderLegend(IPrimitiveRenderer ipr, Legend lg, java.util.Map htRenderers)
          Renders the legend block based on the legend rendering rules.
 void BaseRenderer.renderPlot(IPrimitiveRenderer ipr, Plot p)
          Renders the Plot
 void BaseRenderer.renderLabel(IPrimitiveRenderer ipr, Block b, java.lang.Object oSource)
          Renders label.
 void BaseRenderer.renderTitle(IPrimitiveRenderer ipr, TitleBlock b)
          Renders the Chart Title Block
 void AxesRenderer.renderPlot(IPrimitiveRenderer ipr, Plot p)
          This method renders the bar graphic elements superimposed over the plot background and any previously rendered series' graphic elements.
 void AxesRenderer.renderEachAxis(IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw)
          Renders the axis.
 void ISeriesRenderer.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
          Notifies the series renderer to render itself in the provided plot area.
 void ISeriesRenderer.renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo)
          Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer.
 void MarkerRenderer.draw(IPrimitiveRenderer ipr)
          Render the marker with given renderer.
 void EmptyWithAxes.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
           
 void EmptyWithAxes.renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo)
           
 void CurveRenderer.draw(IPrimitiveRenderer ipr)
           
 void ISeriesRenderer.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
          Notifies the series renderer to render itself in the provided plot area.
 void ISeriesRenderer.renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo)
          Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer.
 void IAxesDecorator.decorateAxes(IPrimitiveRenderer ipr, ISeriesRenderingHints isrh, OneAxis ax)
          Perform decoration.
 void EmptyWithoutAxes.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
           
 void EmptyWithoutAxes.renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo)
           
 void BaseRenderer.renderLegend(IPrimitiveRenderer ipr, Legend lg, java.util.Map htRenderers)
          Renders the legend block based on the legend rendering rules.
 void BaseRenderer.renderPlot(IPrimitiveRenderer ipr, Plot p)
          Renders the Plot
 void BaseRenderer.renderLabel(IPrimitiveRenderer ipr, Block b, java.lang.Object oSource)
          Renders label.
 void BaseRenderer.renderTitle(IPrimitiveRenderer ipr, TitleBlock b)
          Renders the Chart Title Block
 void AxesRenderer.renderPlot(IPrimitiveRenderer ipr, Plot p)
          This method renders the bar graphic elements superimposed over the plot background and any previously rendered series' graphic elements.
 void AxesRenderer.renderEachAxis(IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw)
          Renders the axis.
 



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