org.eclipse.birt.chart.render
Class DeferredCache
java.lang.Object
org.eclipse.birt.chart.render.DeferredCache
- public final class DeferredCache
- extends java.lang.Object
DeferredCache
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeferredCache
public DeferredCache(IDeviceRenderer idr,
Chart c)
- Parameters:
idr - c -
addPlane
public final void addPlane(PrimitiveRenderEvent pre,
int iInstruction)
- Parameters:
pre - As of now, supported types are RectanguleRenderEvent and
PolygonRenderEvent
addModel
public final void addModel(WrappedInstruction wi)
- Never use this for 3D rendering event.
- Parameters:
wi -
addLine
public final void addLine(LineRenderEvent lre)
- Parameters:
lre -
addLabel
public final void addLabel(TextRenderEvent tre)
- Parameters:
tre -
addMarker
public final void addMarker(PrimitiveRenderEvent pre,
int iInstruction)
- Parameters:
pre -
flush
public final void flush()
throws ChartException
- Throws:
ChartException
process3DEvent
public void process3DEvent(Engine3D engine,
double xOffset,
double yOffset)
- Process the 3D rendering events.
- Parameters:
engine -
isTransposed
public boolean isTransposed()
Copyright © 2005 Actuate Corp. All rights reserved.