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.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Method and Description |
---|---|
void |
IPrimitiveRenderer.drawLine(LineRenderEvent lre)
This method is responsible for drawing a line on the target rendering
device's graphic context.
|
void |
DeviceAdapter.drawLine(LineRenderEvent lre) |
Modifier and Type | Class and Description |
---|---|
class |
Line3DRenderEvent
A rendering event type for rendering 3D Line object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LineRenderEvent> |
DeferredCache.getAllConnectionLines()
Returns all cached connection lines.
|
Modifier and Type | Method and Description |
---|---|
void |
DeferredCache.addConnectionLine(LineRenderEvent lre)
Adds marker connection line rendering event to cache.
|
void |
DeferredCache.addLine(LineRenderEvent lre)
Adds line rendering event to cache.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.