|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.util.NORedoLog.NORedoItem
This class represent a singe item to be redoed. an action item which is made of :
Field Summary | |
int |
action
a flag describing the action |
BaseObject |
target
the object |
int |
x
optional X coordinate |
int |
y
optional Y coordiante |
Constructor Summary | |
NORedoLog.NORedoItem(int pAction,
BaseObject pTarget,
int pX,
int pY)
standard constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int action
public BaseObject target
public int x
public int y
Constructor Detail |
public NORedoLog.NORedoItem(int pAction, BaseObject pTarget, int pX, int pY)
pAction
- the action kind flagpTarget
- the changed objectpX
- optional x parampY
- optional y param
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |