Modifier and Type | Field and Description |
---|---|
(package private) int[] |
counts |
(package private) java.util.List |
rects |
(package private) int |
size |
(package private) int |
updateCount |
Constructor and Description |
---|
SVGUpdateOverlay(int size,
int numUpdates) |
Modifier and Type | Method and Description |
---|---|
void |
addRect(java.awt.Rectangle r) |
void |
endUpdate() |
void |
paint(java.awt.Graphics g)
Paints this overlay.
|