|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.event.WrappedInstruction
This class wraps different types of rendering events. It could stand for one or a list of events.
Constructor Summary | |
WrappedInstruction(DeferredCache dc,
java.util.ArrayList alEvents,
int iInstruction)
The constructor. |
|
WrappedInstruction(DeferredCache dc,
PrimitiveRenderEvent pre,
int iInstruction)
The constructor. |
Method Summary | |
int |
compareTo(java.lang.Object o)
|
Bounds |
getBounds()
|
PrimitiveRenderEvent |
getEvent()
Returns the associated event. |
int |
getInstruction()
|
java.util.ArrayList |
getModel()
|
boolean |
isModel()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WrappedInstruction(DeferredCache dc, java.util.ArrayList alEvents, int iInstruction)
public WrappedInstruction(DeferredCache dc, PrimitiveRenderEvent pre, int iInstruction)
Method Detail |
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public final PrimitiveRenderEvent getEvent()
public final int getInstruction()
public java.lang.String toString()
public final Bounds getBounds()
public boolean isModel()
public java.util.ArrayList getModel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |