public interface AttributesReader
Modifier and Type | Method and Description |
---|---|
void |
damage()
The current item will be changed: mark its current area as damaged if needed.
|
Rectangle |
getBounds()
get the boundary rectangle for the selected item.
|
void |
move(int dx,
int dy)
Move the item.
|
void |
refresh()
Let listeners know that the item has been updated
|
boolean |
select(Point p)
Test if a point can be used to select the current item.
|
void |
writeGINML(XMLWriter writer)
Save the visual settings in GINML.
|
void refresh()
void damage()
Rectangle getBounds()
boolean select(Point p)
p
- void move(int dx, int dy)
dx
- dy
- void writeGINML(XMLWriter writer) throws IOException
writer
- IOException
Copyright © 2005–2020. All rights reserved.