public interface PainterListener
| Modifier and Type | Method and Description |
|---|---|
void |
repaint()
Called when painter visual representation changes.
|
void |
repaint(int x,
int y,
int width,
int height)
Called when part of painter visual representation changes.
|
void |
revalidate()
Called when painter preferred size or margin changes.
|
void |
updateOpacity()
Called when painter requires component opacity to be updated.
|
void repaint()
void repaint(int x,
int y,
int width,
int height)
x - part bounds X coordinatey - part bounds Y coordinatewidth - part bounds widthheight - part bounds heightvoid revalidate()
void updateOpacity()