public class

BufferedImageDevice

extends GraphicsDevice
java.lang.Object
   ↳ java.awt.GraphicsDevice
     ↳ sun.awt.image.BufferedImageDevice

Summary

[Expand]
Inherited Constants
From class java.awt.GraphicsDevice
Public Constructors
BufferedImageDevice(BufferedImageGraphicsConfig gc)
Public Methods
GraphicsConfiguration[] getConfigurations()
Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice.
GraphicsConfiguration getDefaultConfiguration()
Returns the default GraphicsConfiguration associated with this GraphicsDevice.
String getIDstring()
Returns the identification string associated with this GraphicsDevice.
int getType()
Returns the type of this GraphicsDevice.
[Expand]
Inherited Methods
From class java.awt.GraphicsDevice
From class java.lang.Object

Public Constructors

public BufferedImageDevice (BufferedImageGraphicsConfig gc)

Public Methods

public GraphicsConfiguration[] getConfigurations ()

Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice.

Returns
  • an array of GraphicsConfiguration objects that are associated with this GraphicsDevice.

public GraphicsConfiguration getDefaultConfiguration ()

Returns the default GraphicsConfiguration associated with this GraphicsDevice.

Returns
  • the default GraphicsConfiguration of this GraphicsDevice.

public String getIDstring ()

Returns the identification string associated with this GraphicsDevice.

Returns
  • a String that is the identification of this GraphicsDevice.

public int getType ()

Returns the type of this GraphicsDevice.

Returns
  • the type of this GraphicsDevice, which can either be TYPE_RASTER_SCREEN, TYPE_PRINTER or TYPE_IMAGE_BUFFER.