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.drawText(TextRenderEvent tre)
This method renders text on the target rendering device's graphic context
using one of the three methods:
1.
|
void |
DeviceAdapter.drawText(TextRenderEvent tre) |
Modifier and Type | Class and Description |
---|---|
class |
Text3DRenderEvent
A rendering event type for rendering 3D text object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TextRenderEvent> |
DeferredCache.getAllLabels()
Returns all cached labels.
|
Modifier and Type | Method and Description |
---|---|
void |
DeferredCache.addLabel(TextRenderEvent tre)
Adds text rendering event to cache.
|
Modifier and Type | Method and Description |
---|---|
void |
DeferredCacheManager.getMarkersNLabels(java.util.List<IRenderInstruction> allMarkers,
java.util.List<TextRenderEvent> allLabels)
Get markers and labels from all caches.
|
Copyright © 2014 OpenText Corp. All rights reserved.