java.lang.Object | ||
↳ | java.awt.GraphicsDevice | |
↳ | sun.awt.image.BufferedImageDevice |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns all of the
GraphicsConfiguration
objects associated with this GraphicsDevice . | |||||||||||
Returns the default
GraphicsConfiguration
associated with this GraphicsDevice . | |||||||||||
Returns the identification string associated with this
GraphicsDevice . | |||||||||||
Returns the type of this
GraphicsDevice . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns all of the GraphicsConfiguration
objects associated with this GraphicsDevice
.
GraphicsConfiguration
objects that are associated with this
GraphicsDevice
.
Returns the default GraphicsConfiguration
associated with this GraphicsDevice
.
GraphicsConfiguration
of this GraphicsDevice
.
Returns the identification string associated with this
GraphicsDevice
.
String
that is the identification
of this GraphicsDevice
.
Returns the type of this GraphicsDevice
.
GraphicsDevice
, which can
either be TYPE_RASTER_SCREEN, TYPE_PRINTER or TYPE_IMAGE_BUFFER.