|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.factory.DeferredCache
DeferredCache
Method Summary | |
void |
addLabel(TextRenderEvent tre)
|
void |
addLine(LineRenderEvent lre)
|
void |
addMarker(PrimitiveRenderEvent pre,
int iInstruction)
|
void |
addModel(WrappedInstruction wi)
Never use this for 3D rendering event. |
void |
addPlane(PrimitiveRenderEvent pre,
int iInstruction)
|
void |
flush()
|
boolean |
isTransposed()
|
void |
process3DEvent(Engine3D engine,
double xOffset,
double yOffset)
Process the 3D rendering events. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final void addPlane(PrimitiveRenderEvent pre, int iInstruction)
pre
- As of now, supported types are RectanguleRenderEvent and
PolygonRenderEventpublic final void addModel(WrappedInstruction wi)
wi
- public final void addLine(LineRenderEvent lre)
lre
- public final void addLabel(TextRenderEvent tre)
tre
- public final void addMarker(PrimitiveRenderEvent pre, int iInstruction)
pre
- public final void flush() throws ChartException
ChartException
public void process3DEvent(Engine3D engine, double xOffset, double yOffset)
engine
- public boolean isTransposed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |