|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PolygonRenderEvent | |
| 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 PolygonRenderEvent in org.eclipse.birt.chart.device |
| Methods in org.eclipse.birt.chart.device with parameters of type PolygonRenderEvent | |
void |
IPrimitiveRenderer.drawPolygon(PolygonRenderEvent pre)
This method is responsible for drawing a polygon on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.fillPolygon(PolygonRenderEvent pre)
This method is responsible for filling a polygon on the target rendering device's graphic context. |
void |
DeviceAdapter.drawPolygon(PolygonRenderEvent pre)
|
void |
DeviceAdapter.fillPolygon(PolygonRenderEvent pre)
|
| Uses of PolygonRenderEvent in org.eclipse.birt.chart.event |
| Subclasses of PolygonRenderEvent in org.eclipse.birt.chart.event | |
class |
Polygon3DRenderEvent
A rendering event type for rendering 3D Polygon object. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||