| |
|
| java.lang.Object java.awt.GraphicsDevice org.apache.fop.svg.PDFGraphicsDevice
PDFGraphicsDevice | class PDFGraphicsDevice extends GraphicsDevice (Code) | | This implements the GraphicsDevice interface as appropriate for
a PDFGraphics2D. This is quite simple since we only have one
GraphicsConfiguration for now (this might change in the future
I suppose).
|
getConfigurations | public GraphicsConfiguration[] getConfigurations()(Code) | | Return an array of our one GraphicsConfig
an array containing the one graphics configuration |
getDefaultConfiguration | public GraphicsConfiguration getDefaultConfiguration()(Code) | | Return out sole GraphicsConfig.
the grpahics configuration that created this object |
getIDstring | public String getIDstring()(Code) | | Generate an IdString..
the ID string for this device, uses toString |
getType | public int getType()(Code) | | Let the caller know that we are "a printer"
the type which is always printer |
|
|
|