|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TerrainTool
This is a interface that defines common functionality among 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 |
|---|
static final int MAX_SPACE_BETWEEN_PIXELS
| Method Detail |
|---|
void init()
void reset()
OMGraphicList getGraphics()
void setScreenParameters(Projection p)
State getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||