KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > event > PaintEvent

java.awt.event
Class PaintEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.AWTEvent
          extended by java.awt.event.ComponentEvent
              extended by java.awt.event.PaintEvent
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public Rectangle getUpdateRect()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int PAINT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PaintEvent(Component source,
                  int id,
                  Rectangle updateRect)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int PAINT_FIRST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int PAINT_LAST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String paramString()
See Also:
ComponentEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setUpdateRect(Rectangle updateRect)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UPDATE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags