public interface EncircleScreen extends GridScreen
GridScreen.
This works in the same way as placing an image on a GridScreen, but instead
of changing the contents of a cell, it is encircled.| Modifier and Type | Method and Description |
|---|---|
void |
encircle(int x,
int y)
Encircles a position.
|
clear, place, placeTranslucent, showChangesvoid encircle(int x,
int y)
GridScreen.showChanges() has been
called.x - The horizontal position of the cell, starting at 0.y - The vertical position of the cell, starting at 0.