|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AWTGraphics
AWT graphics producer. Repaints the canvas using Graphics or Graphics2D API.
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics g)
Repaints the given canvas from scratch. |
void |
update(java.awt.Graphics g)
Updates drawing in the given region. |
| Method Detail |
|---|
void paint(java.awt.Graphics g)
g - Graphics ready to receive painting. Its clip-region should be set
to reduce painting volume.void update(java.awt.Graphics g)
g - Graphics ready to receive painting. The clip-region should be set
as narrow as possible (area which has to be updated).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||