sun.porting.graphicssystem |
|
Java Source File Name | Type | Comment |
CursorImage.java | Class | CursorImage is an object which encapsulates the bitmap and hotspot
data describing a cursor. |
Drawable.java | Interface | The Drawable interface specifies operations that are available
on all drawable surfaces (either a screen or an offscreen memory region). |
GeometryProvider.java | Interface | The GeometryProvider interface is what allows a Graphics
object to clip to a window. |
GraphicsSystem.java | Class | This is the top-level entry point for a graphics system implementation. |
Region.java | Interface | This is the interface for an object which represents rectilinear regions
(e.g. |