sun.java2d |
|
Java Source File Name | Type | Comment |
DefaultDisposerRecord.java | Class | This class is the default DisposerRecord implementation which
holds pointers to the native disposal method and the data to be disposed. |
Disposer.java | Class | This class is used for registering and disposing the native
data associated with java objects. |
DisposerRecord.java | Interface | This class is used to hold the resource to be
disposed. |
DisposerTarget.java | Interface | This is an interface which should be implemented by
the classes which use Disposer. |
FontSupport.java | Interface | |
HeadlessGraphicsEnvironment.java | Class | |
InvalidPipeException.java | Class | Signals that some part of a graphics pipeline is not in an appropriate
state for the requested operation. |
NullSurfaceData.java | Class | This class provides an empty implementation of the SurfaceData
abstract superclass. |
Spans.java | Class | Maintains a list of half-open intervals, called Spans. |
StateTrackable.java | Interface | This interface is implemented by classes which contain complex state
so that other objects can track whether or not their state has changed
since earlier interactions with the object. |
StateTrackableDelegate.java | Class | This class provides a basic pre-packaged implementation of the
complete
StateTrackable interface with implementations
of the required methods in the interface and methods to manage
transitions in the state of the object. |
StateTracker.java | Interface | This interface is used to track changes to the complex data of an
object that implements the StateTrackable interface. |
SunCompositeContext.java | Class | |
SunGraphics2D.java | Class | This is a the master Graphics2D superclass for all of the Sun
Graphics implementations. |
SunGraphicsEnvironment.java | Class | This is an implementation of a GraphicsEnvironment object for the
default local GraphicsEnvironment. |
SurfaceData.java | Class | This class provides various pieces of information relevant to a
particular drawing surface. |
SurfaceDataProxy.java | Class | The proxy class encapsulates the logic for managing alternate
SurfaceData representations of a primary SurfaceData. |