Uses of Class
org.freehep.graphicsio.AbstractPathConstructor

Packages that use AbstractPathConstructor
org.freehep.graphicsio I/O for different graphics in and output formats. 
org.freehep.graphicsio.font Utility classes for encoding, including and/or embedding fonts. 
 

Uses of AbstractPathConstructor in org.freehep.graphicsio
 

Subclasses of AbstractPathConstructor in org.freehep.graphicsio
 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
 

Uses of AbstractPathConstructor in org.freehep.graphicsio.font
 

Subclasses of AbstractPathConstructor in org.freehep.graphicsio.font
 class CharstringEncoder
          Encoder to encode "CharStrings" used in PostScript and Type 1 Fonts.
 



Copyright © 2012. All Rights Reserved.