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.Comparablepublic final PrimitiveRenderEvent getEvent()
getEvent in interface IRenderInstructionpublic final int getInstruction()
IRenderInstructiongetInstruction in interface IRenderInstructionpublic final double getMarkerSize()
public final Bounds getBounds()
getBounds in interface IRenderInstructionpublic java.util.List getModel()
getModel in interface IRenderInstructionpublic boolean isModel()
isModel in interface IRenderInstructionpublic final int getMarkerZOrder()
Copyright © 2005-2008 Actuate Corp. All rights reserved.