public class AFPGraphicsDevice
extends java.awt.GraphicsDevice
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.GraphicsConfiguration |
gc
The Graphics Config that created us...
|
| Constructor and Description |
|---|
AFPGraphicsDevice(AFPGraphicsConfiguration gc)
Create a new AF{ graphics device.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.GraphicsConfiguration[] |
getConfigurations()
Return an array of our one GraphicsConfig
|
java.awt.GraphicsConfiguration |
getDefaultConfiguration()
Return out sole GraphicsConfig.
|
java.lang.String |
getIDstring()
Generate an IdString..
|
int |
getType()
Let the caller know that we are "a printer"
|
public AFPGraphicsDevice(AFPGraphicsConfiguration gc)
gc - The graphics configuration we should referencepublic java.awt.GraphicsConfiguration[] getConfigurations()
getConfigurations in class java.awt.GraphicsDevicepublic java.awt.GraphicsConfiguration getDefaultConfiguration()
getDefaultConfiguration in class java.awt.GraphicsDevicepublic java.lang.String getIDstring()
getIDstring in class java.awt.GraphicsDevicepublic int getType()
getType in class java.awt.GraphicsDeviceCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.