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

Packages that use AreaRenderEvent
org.eclipse.birt.chart.device Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. 
 

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

Methods in org.eclipse.birt.chart.device with parameters of type AreaRenderEvent
 void IPrimitiveRenderer.drawArea(AreaRenderEvent are)
          This method is responsible for drawing a custom defined area on the target rendering device's graphic context.
 void IPrimitiveRenderer.fillArea(AreaRenderEvent are)
          This method is responsible for filling a custom defined area on the target rendering device's graphic context.
 void DeviceAdapter.drawArea(AreaRenderEvent are)
           
 void DeviceAdapter.fillArea(AreaRenderEvent are)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.