public class MarkerInstruction extends java.lang.Object implements IRenderInstruction
Constructor and Description |
---|
MarkerInstruction(DeferredCache dc,
PrimitiveRenderEvent pre,
int iInstruction,
double iMarkerSize,
int zOrder) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
Bounds |
getBounds() |
PrimitiveRenderEvent |
getEvent()
Returns the associated event.
|
int |
getInstruction()
Returns the associated instruction.
|
double |
getMarkerSize()
Returns the size of marker
|
int |
getMarkerZOrder()
Returns the zOrder of marker
|
java.util.List |
getModel() |
boolean |
isModel() |
public MarkerInstruction(DeferredCache dc, PrimitiveRenderEvent pre, int iInstruction, double iMarkerSize, int zOrder)
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 final double getMarkerSize()
public final Bounds getBounds()
getBounds
in interface IRenderInstruction
public java.util.List getModel()
getModel
in interface IRenderInstruction
public boolean isModel()
isModel
in interface IRenderInstruction
public final int getMarkerZOrder()
Copyright © 2005-2008 Actuate Corp. All rights reserved.