|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--misim.editor.CursorPos
A simple class for passing the cursor position around
Field Summary | |
int |
col
The column for the cursor. |
int |
row
The Row for the cursor. |
int |
x
The pixel column for the cursor. |
Constructor Summary | |
CursorPos(int row,
int col,
int x)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int row
public int col
public int x
Constructor Detail |
public CursorPos(int row, int col, int x)
|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |