public class ButtonDrawEventArgs
extends java.util.EventObject
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getClipBounds()
Gets the current clip rectangle.
|
java.awt.Graphics |
getGraphics()
Gets the Graphics surface where the event handler should draw.
|