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.
|
Modifier and Type | Method and Description |
---|---|
void |
IPrimitiveRenderer.drawRectangle(RectangleRenderEvent rre)
This method is responsible for drawing a rectangle on the target
rendering device's graphic context.
|
void |
DeviceAdapter.drawRectangle(RectangleRenderEvent rre) |
void |
IPrimitiveRenderer.fillRectangle(RectangleRenderEvent rre)
This method is responsible for filling a rectangle on the target
rendering device's graphic context.
|
void |
DeviceAdapter.fillRectangle(RectangleRenderEvent rre) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.