| Package | Description | 
|---|---|
| org.freehep.graphicsio | I/O for different graphics in and output formats. | 
| org.freehep.graphicsio.emf | EMF, Enhanced Meta File, Input and Output Format. | 
| org.freehep.graphicsio.pdf |  PDF (Portable Document File) Output Format. | 
| org.freehep.graphicsio.ps | PS, EPS (PostScript and Encapsulated PostScript) Output Format. | 
| org.freehep.graphicsio.svg | SVG (Scalable Vector Graphics) Output Format. | 
| org.freehep.graphicsio.swf | SWF (Macromedia Flash) Input and Output Format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractVectorGraphicsIOThis class provides an abstract VectorGraphicsIO class for specific output
 drivers. | 
| class  | DummyGraphics2DThis class provides a dummy Graphics2D class, which issues warnings for all
 non implemented methods. | 
| Constructor and Description | 
|---|
| VectorGraphicsIO(VectorGraphicsIO graphics) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EMFGraphics2DEnhanced Metafile Format Graphics 2D driver. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFGraphics2DImplementation of VectorGraphics that writes the output to a PDF
 file. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractPSGraphics2D | 
| class  | EPSGraphics2DWrites Encapsulated PostScript with bounding box. | 
| class  | PSGraphics2D | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SVGGraphics2DThis class implements the Scalable Vector Graphics output. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SWFGraphics2DSWF Graphics 2D driver. | 
Copyright © 2014. All rights reserved.