net.sourceforge.plantuml.graph
Class Move

java.lang.Object
  extended by net.sourceforge.plantuml.graph.Move

public class Move
extends Object


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

Move

public Move(int row,
            int col,
            int delta)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRow

public int getRow()

getCol

public int getCol()

getNewCol

public int getNewCol()

getDelta

public int getDelta()

getBackMove

public Move getBackMove()


Copyright © 2011. All Rights Reserved.