public class PDFGraphicsDevice
extends java.awt.GraphicsDevice
PDFGraphicsConfiguration
class.Constructor and Description |
---|
PDFGraphicsDevice(java.lang.String id,
java.awt.GraphicsConfiguration defaultConfig)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.awt.GraphicsConfiguration[] |
getConfigurations()
Returns all configurations for this device.
|
java.awt.GraphicsConfiguration |
getDefaultConfiguration()
Returns the default configuration for this device.
|
java.lang.String |
getIDstring()
Returns the id string.
|
int |
getType()
Returns the device type.
|
public PDFGraphicsDevice(java.lang.String id, java.awt.GraphicsConfiguration defaultConfig)
id
- the id.defaultConfig
- the default configuration.public int getType()
getType
in class java.awt.GraphicsDevice
public java.lang.String getIDstring()
getIDstring
in class java.awt.GraphicsDevice
public java.awt.GraphicsConfiguration[] getConfigurations()
getConfigurations
in class java.awt.GraphicsDevice
public java.awt.GraphicsConfiguration getDefaultConfiguration()
getDefaultConfiguration
in class java.awt.GraphicsDevice