public class SVGGraphicsDevice extends GraphicsDevice
GraphicsDevice.WindowTranslucency| Modifier and Type | Field and Description |
|---|---|
(package private) GraphicsConfiguration | defaultConfigThe default configuration |
TYPE_IMAGE_BUFFER, TYPE_PRINTER, TYPE_RASTER_SCREEN| Constructor and Description |
|---|
SVGGraphicsDevice(String id,
GraphicsConfiguration defaultConfig)Creates a new instance. |
| Modifier and Type | Method and Description |
|---|---|
GraphicsConfiguration[] | getConfigurations()Returns all configurations for this device. |
GraphicsConfiguration | getDefaultConfiguration()Returns the default configuration for this device. |
String | getIDstring()Returns the id string. |
int | getType()Returns the device type. |
getAvailableAcceleratedMemory, getBestConfiguration, getDisplayMode, getDisplayModes, getFullScreenWindow, isDisplayChangeSupported, isFullScreenSupported, isWindowTranslucencySupported, setDisplayMode, setFullScreenWindowGraphicsConfiguration defaultConfig
public SVGGraphicsDevice(String id, GraphicsConfiguration defaultConfig)
id - the identifierdefaultConfig - the default configuration.public GraphicsConfiguration[] getConfigurations()
getConfigurations in class GraphicsDevicepublic GraphicsConfiguration getDefaultConfiguration()
getDefaultConfiguration in class GraphicsDevicepublic String getIDstring()
getIDstring in class GraphicsDevicepublic int getType()
getType in class GraphicsDevice