Description
This class will be use full to update or paint the methods and it will be available in the package of java.awt.event and can be declare as java.awt.event.PaintEvent
.The declaration can be shown as follows.
[java]public class PaintEvent
extends ComponentEvent[/java]
Description
- static int PAINT_FIRST
- static int PAINT
- static int UPDATE
- static int PAINT_LAST
Description
- String paramString()--->Returns the arguments of the String.
- Rectangle getUpdateRect()---->Invokes area that should be updated.
The above methods will be inherited from the
java.awt.ComponentEvent
,
java.lang.Object
,
java.awt.AWTEvent
.