charva.awt.event

Class PaintEvent


public class PaintEvent
extends AWTEvent

An event which is used to ensure that painting of components is serialized, i.e that it occurs in the main event-processing loop.

Field Summary

Fields inherited from class charva.awt.event.AWTEvent

ACTION_PERFORMED, ADJUSTMENT_EVENT, FOCUS_GAINED, FOCUS_LOST, GARBAGE_COLLECTION, INVOCATION_EVENT, ITEM_STATE_CHANGED, KEY_PRESSED, KEY_TYPED, LIST_SELECTION, MOUSE_EVENT, PAINT_EVENT, RESERVED_ID_MAX, SCROLL_EVENT, SYNC_EVENT, WINDOW_CLOSING, WINDOW_OPENED

Constructor Summary

PaintEvent(Component source_, Rectangle rect_)

Method Summary

Rectangle
getUpdateRect()
Returns the rectangle representing the area that needs to be repainted in response to this event.

Methods inherited from class charva.awt.event.AWTEvent

getID

Constructor Details

PaintEvent

public PaintEvent(Component source_,
                  Rectangle rect_)

Method Details

getUpdateRect

public Rectangle getUpdateRect()
Returns the rectangle representing the area that needs to be repainted in response to this event.