Uses of Class
org.eclipse.birt.chart.event.LineRenderEvent

Packages that use LineRenderEvent
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. 
 

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

Methods in org.eclipse.birt.chart.device with parameters of type LineRenderEvent
 void IPrimitiveRenderer.drawLine(LineRenderEvent lre)
          This method is responsible for drawing a line on the target rendering device's graphic context.
 void DeviceAdapter.drawLine(LineRenderEvent lre)
           
 

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

Subclasses of LineRenderEvent in org.eclipse.birt.chart.event
 class Line3DRenderEvent
          Line3DRenderEvent
 

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

Methods in org.eclipse.birt.chart.factory with parameters of type LineRenderEvent
 void DeferredCache.addLine(LineRenderEvent lre)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.