Package net.sourceforge.plantuml.graph
Class Move
- java.lang.Object
-
- net.sourceforge.plantuml.graph.Move
-
public class Move extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Move(int row, int col, int delta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Move
getBackMove()
int
getCol()
int
getDelta()
int
getNewCol()
int
getRow()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getRow
public int getRow()
-
getCol
public int getCol()
-
getNewCol
public int getNewCol()
-
getDelta
public int getDelta()
-
getBackMove
public Move getBackMove()
-
-