|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a interface that defines common functionality amoung tools (generators) used by the TerrainLayer.
Field Summary | |
static int |
MAX_SPACE_BETWEEN_PIXELS
|
Method Summary | |
OMGraphicList |
getGraphics()
Get the current list of graphics from the tool. |
State |
getState()
Get the current state from the state machine of the tool. |
void |
init()
Tell the tool to initialize. |
void |
reset()
Tell the tool to reset. |
void |
setScreenParameters(Projection p)
Let the tool know what the screen looks like. |
Field Detail |
public static final int MAX_SPACE_BETWEEN_PIXELS
Method Detail |
public void init()
public void reset()
public OMGraphicList getGraphics()
public void setScreenParameters(Projection p)
public State getState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |