Fields
| Name | Description |
|---|---|
| PAINT | The paint event type. |
| PAINT_FIRST | Marks the first integer id for the range of paint event ids. |
| PAINT_LAST | Marks the last integer id for the range of paint event ids. |
| UPDATE | The update event type. |
Constructors
| Name | Description |
|---|---|
| PaintEvent(Component, int, Rectangle) | Constructs a PaintEvent object with the specified source component and type. |
Methods
| Name | Description |
|---|---|
| getUpdateRect() | Returns the rectangle representing the area which needs to be repainted in response to this event. |
| paramString() | |
| setUpdateRect(Rectangle) | Sets the rectangle representing the area which needs to be repainted in response to this event. |