- Class Applet
- AccessibleContext getAccessibleContext()
Gets the AccessibleContext associated with this Applet.
- AppletContext getAppletContext()
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
- Class Color
- Color brighter()
Creates a new Color that is a brighter version of this Color.
- Color darker()
Creates a new Color that is a darker version of this Color.
- Class Graphics
- abstract void clearRect(int x, int y, int width, int height)
Clears the specified rectangle by filling it with the background color of the current drawing surface.
- abstract void clipRect(int x, int y, int width, int height)
Intersects the current clip with the specified rectangle.