public final class WrappedInstruction extends java.lang.Object implements IRenderInstruction
Constructor and Description |
---|
WrappedInstruction(DeferredCache dc,
java.util.ArrayList alEvents,
int iInstruction) |
WrappedInstruction(DeferredCache dc,
java.util.ArrayList alEvents,
int iInstruction,
long zorder)
The constructor.
|
WrappedInstruction(DeferredCache dc,
PrimitiveRenderEvent pre,
int iInstruction) |
WrappedInstruction(DeferredCache dc,
PrimitiveRenderEvent pre,
int iInstruction,
long zorder)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
Bounds |
getBounds() |
Bounds |
getCompareBounds()
Returns compare bounds.
|
static java.util.Comparator<?> |
getDefaultComarator() |
PrimitiveRenderEvent |
getEvent()
Returns the associated event.
|
int |
getInstruction()
Returns the associated instruction.
|
java.util.List |
getModel() |
DeferredCache |
getSubDeferredCache()
Returns instance of sub-deferred cache.
|
long |
getZOrder() |
boolean |
isModel() |
void |
setCompareBounds(Bounds bounds)
This method set a bounds to be used for polygon comparison to reset polygon
rendering order.
|
void |
setSubDeferredCache(DeferredCache dc)
Set sub-deferred cache instance.
|
void |
setZOrder(int zorder) |
java.lang.String |
toString() |
public WrappedInstruction(DeferredCache dc, java.util.ArrayList alEvents, int iInstruction, long zorder)
public WrappedInstruction(DeferredCache dc, java.util.ArrayList alEvents, int iInstruction)
public WrappedInstruction(DeferredCache dc, PrimitiveRenderEvent pre, int iInstruction, long zorder)
public WrappedInstruction(DeferredCache dc, PrimitiveRenderEvent pre, int iInstruction)
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public final PrimitiveRenderEvent getEvent()
getEvent
in interface IRenderInstruction
public final int getInstruction()
IRenderInstruction
getInstruction
in interface IRenderInstruction
public java.lang.String toString()
toString
in class java.lang.Object
public void setCompareBounds(Bounds bounds)
bounds
- public Bounds getCompareBounds()
public final Bounds getBounds()
getBounds
in interface IRenderInstruction
public boolean isModel()
isModel
in interface IRenderInstruction
public java.util.List getModel()
getModel
in interface IRenderInstruction
public long getZOrder()
public void setZOrder(int zorder)
public static java.util.Comparator<?> getDefaultComarator()
public void setSubDeferredCache(DeferredCache dc)
dc
- public DeferredCache getSubDeferredCache()
Copyright © 2005-2008 Actuate Corp. All rights reserved.