public class Arrow
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Arrow
public Arrow(int row,
int col,
Direction direction)
-
Method Details
-
getRow
public int getRow()
-
setRow
public void setRow(int row)
-
getCol
public int getCol()
-
setCol
public void setCol(int col)
-
-
setDirection
public void setDirection(Direction direction)
-