public interface Space
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fitString() |
int |
getHeight() |
int |
getWidth() |
boolean |
isFilledAt(int row,
int col) |
int |
placedShapeCount() |
java.lang.String |
placedShapeInfo() |
void |
placeShapeAt(int row,
int col,
Shape shape) |
void |
removeShapeByDisplayChar(char dc) |
boolean |
shapeFitsAt(int row,
int col,
Shape shape) |
java.lang.String |
toString() |
int getWidth()
int getHeight()
boolean isFilledAt(int row, int col)
boolean shapeFitsAt(int row, int col, Shape shape)
void placeShapeAt(int row, int col, Shape shape)
void removeShapeByDisplayChar(char dc)
int placedShapeCount()
java.lang.String fitString()
java.lang.String placedShapeInfo()
java.lang.String toString()
toString
in class java.lang.Object