Uses of Interface
org.freehep.graphicsio.PathConstructor

Packages that use PathConstructor
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. 
 

Uses of PathConstructor in org.freehep.graphicsio
 

Classes in org.freehep.graphicsio that implement PathConstructor
 class AbstractPathConstructor
          Implements some of the PathConstructor functionality
 class CubicToLinePathConstructor
          Implements cubics by approximating them using a polyline.
 class CubicToQuadPathConstructor
          Implements 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 QuadToCubicPathConstructor
          Implements the Quadratic Bezier Curve PathConstructor functionality in terms of Cubic Bezier Curves
 

Methods in org.freehep.graphicsio with parameters of type PathConstructor
static boolean AbstractPathConstructor.addPath(PathConstructor out, java.awt.Shape s, java.awt.geom.AffineTransform transform)
           
 

Uses of PathConstructor in org.freehep.graphicsio.emf
 

Classes in org.freehep.graphicsio.emf that implement PathConstructor
 class EMFPathConstructor
           
 

Uses of PathConstructor in org.freehep.graphicsio.font
 

Classes in org.freehep.graphicsio.font that implement PathConstructor
 class CharstringEncoder
          Encoder to encode "CharStrings" used in PostScript and Type 1 Fonts.
 

Uses of PathConstructor in org.freehep.graphicsio.pdf
 

Classes in org.freehep.graphicsio.pdf that implement PathConstructor
 class PDFPathConstructor
           
 

Uses of PathConstructor in org.freehep.graphicsio.ps
 

Classes in org.freehep.graphicsio.ps that implement PathConstructor
 class PSPathConstructor
           
 

Uses of PathConstructor in org.freehep.graphicsio.swf
 

Classes in org.freehep.graphicsio.swf that implement PathConstructor
 class SWFPathConstructor
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.