Uses of Class
org.eclipse.birt.chart.event.OvalRenderEvent
-
Packages that use OvalRenderEvent Package Description 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. -
-
Uses of OvalRenderEvent in org.eclipse.birt.chart.device
Methods in org.eclipse.birt.chart.device with parameters of type OvalRenderEvent Modifier and Type Method Description void
DeviceAdapter. drawOval(OvalRenderEvent ore)
void
IPrimitiveRenderer. drawOval(OvalRenderEvent ore)
This method is responsible for drawing an oval area on the target rendering device's graphic context.void
DeviceAdapter. fillOval(OvalRenderEvent ore)
void
IPrimitiveRenderer. fillOval(OvalRenderEvent ore)
This method is responsible for filling an oval area on the target rendering device's graphic context. -
Uses of OvalRenderEvent in org.eclipse.birt.chart.event
Subclasses of OvalRenderEvent in org.eclipse.birt.chart.event Modifier and Type Class Description class
Oval3DRenderEvent
A rendering event type for rendering 3D Oval object.
-