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.GraphicsDevice
public java.awt.GraphicsConfiguration getDefaultConfiguration()
getDefaultConfiguration
in class java.awt.GraphicsDevice
public java.lang.String getIDstring()
getIDstring
in class java.awt.GraphicsDevice
public int getType()
getType
in class java.awt.GraphicsDevice
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.