|
||||||||||
| 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()
|
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 String toString()
toString in class Objectpublic 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 | |||||||||