public interface GUIPositionInterface
Modifier and Type | Method and Description |
---|---|
Point |
getLocation() |
boolean |
isSelected() |
void |
setLocation(int x,
int y) |
void |
setLocation(Point p) |
void |
setSelected(boolean selected) |