public class PDFAdaptor extends SVGAdaptor
GraphicsAdaptor for the PDF format.document, graphics| Constructor and Description |
|---|
PDFAdaptor()
Creates a new adaptor for plotting to a PDF device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generateOutput(File file)
Generates the outputs and saves the results to the supplied file.
|
Graphics2D |
getGraphics(int width,
int height)
Returns a
Graphics2D object for this GraphicsAdaptor of the given width and height. |
String |
getGraphicsExtension()
Returns the file extension for the graphics file format of this
GraphicsAdaptor. |
generateOutputpublic PDFAdaptor()
public Graphics2D getGraphics(int width, int height)
GraphicsAdaptorGraphics2D object for this GraphicsAdaptor of the given width and height.
This object may be used for plotting using the standard Graphics2D methods.getGraphics in class SVGAdaptorwidth - the widthheight - the heightGraphics2D objectpublic void generateOutput(File file) throws IOException
GraphicsAdaptorgenerateOutput in class SVGAdaptorfile - the fileIOException - if the output could not be writtenpublic String getGraphicsExtension()
GraphicsAdaptorGraphicsAdaptor.getGraphicsExtension in class SVGAdaptor