| 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.font | Utility classes for encoding, including and/or embedding fonts. | 
| 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.swf | SWF (Macromedia Flash) Input and Output Format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractPathConstructorImplements some of the PathConstructor functionality | 
| class  | CubicToLinePathConstructorImplements cubics by approximating them using a polyline. | 
| class  | CubicToQuadPathConstructorImplements the Cubic Bezier Curve PathConstructor functionality in terms of
 Quadratic Bezier Curves
 
 Uses the same algorithm published as ActionScript (SWF) by Robert Penner:
 
 ========================== Cubic Bezier Drawing v1.1
 ========================== recursive quadratic approximation with adjustable
 tolerance
 
 March 4, 2004
 
 Robert Penner www.robertpenner.com/tools/bezier_cubic.zip file:
 bezier_draw_cubic.as ========================== | 
| class  | PolylinePathConstructor | 
| class  | QuadToCubicPathConstructorImplements the Quadratic Bezier Curve PathConstructor functionality in terms
 of Cubic Bezier Curves | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | AbstractPathConstructor. addPath(PathConstructor out,
       Shape s,
       AffineTransform transform) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EMFPathConstructor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CharstringEncoderEncoder to encode "CharStrings" used in PostScript and Type 1 Fonts. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFPathConstructor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PSPathConstructor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SWFPathConstructor | 
Copyright © 2014. All rights reserved.