|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.graph.Move
public class Move
Constructor Summary | |
---|---|
Move(int row,
int col,
int delta)
|
Method Summary | |
---|---|
Move |
getBackMove()
|
int |
getCol()
|
int |
getDelta()
|
int |
getNewCol()
|
int |
getRow()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Move(int row, int col, int delta)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getRow()
public int getCol()
public int getNewCol()
public int getDelta()
public Move getBackMove()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |