org.eclipse.birt.chart.factory
Class DeferredCache

java.lang.Object
  extended byorg.eclipse.birt.chart.factory.DeferredCache

public final class DeferredCache
extends java.lang.Object

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

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.