public class Arrow extends Object
Constructor and Description |
---|
Arrow(int row,
int col,
Direction direction) |
Modifier and Type | Method and Description |
---|---|
int |
getCol() |
Direction |
getDirection() |
int |
getRow() |
void |
setCol(int col) |
void |
setDirection(Direction direction) |
void |
setRow(int row) |
String |
toString() |
public Arrow(int row, int col, Direction direction)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.