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