public interface Shape
Modifier and Type | Method and Description |
---|---|
char |
getDisplayChar() |
int |
getHeight() |
Rotation |
getRotation() |
int |
getWidth() |
boolean |
isFilledAt(int row,
int col) |
void |
rotateCW() |
void |
setDisplayChar(char c) |
java.lang.String |
toString() |
int getHeight()
int getWidth()
char getDisplayChar()
void setDisplayChar(char c)
void rotateCW()
Rotation getRotation()
boolean isFilledAt(int row, int col)
java.lang.String toString()
toString
in class java.lang.Object