Uses of Class
org.eclipse.birt.chart.event.AreaRenderEvent
Packages that use AreaRenderEvent
Package
Description
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
-
Uses of AreaRenderEvent in org.eclipse.birt.chart.device
Methods in org.eclipse.birt.chart.device with parameters of type AreaRenderEventModifier and TypeMethodDescriptionvoid
DeviceAdapter.drawArea
(AreaRenderEvent are) void
IPrimitiveRenderer.drawArea
(AreaRenderEvent are) This method is responsible for drawing a custom defined area on the target rendering device's graphic context.void
DeviceAdapter.fillArea
(AreaRenderEvent are) void
IPrimitiveRenderer.fillArea
(AreaRenderEvent are) This method is responsible for filling a custom defined area on the target rendering device's graphic context. -
Uses of AreaRenderEvent in org.eclipse.birt.chart.event
Subclasses of AreaRenderEvent in org.eclipse.birt.chart.eventModifier and TypeClassDescriptionclass
A rendering event type for rendering 3D Area object.