Uses of Package
org.freehep.graphicsio

Packages that use org.freehep.graphicsio
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.exportchooser Export dialogs/choosers for GraphicsIO, allowing the user to pick a file and format. 
org.freehep.graphicsio.font Utility classes for encoding, including and/or embedding fonts. 
org.freehep.graphicsio.gif GIF (Graphics Interchange Format) 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.raw   
org.freehep.graphicsio.svg SVG (Scalable Vector Graphics) Output Format. 
org.freehep.graphicsio.swf SWF (Macromedia Flash) Input and Output Format. 
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio
AbstractPathConstructor
          Implements some of the PathConstructor functionality
AbstractVectorGraphicsIO
          This class provides an abstract VectorGraphicsIO class for specific output drivers.
CubicToLinePathConstructor
          Implements cubics by approximating them using a polyline.
ImageGraphics2D
          Generic class for generating bitmap outputs from an image.
PathConstructor
          Interface for objects that are capable of constructing paths.
QuadToCubicPathConstructor
          Implements the Quadratic Bezier Curve PathConstructor functionality in terms of Cubic Bezier Curves
VectorGraphicsIO
          This class provides specifies added methods for VectorGraphicsIO.
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.emf
AbstractPathConstructor
          Implements some of the PathConstructor functionality
AbstractVectorGraphicsIO
          This class provides an abstract VectorGraphicsIO class for specific output drivers.
PathConstructor
          Interface for objects that are capable of constructing paths.
QuadToCubicPathConstructor
          Implements the Quadratic Bezier Curve PathConstructor functionality in terms of Cubic Bezier Curves
VectorGraphicsIO
          This class provides specifies added methods for VectorGraphicsIO.
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.exportchooser
MultiPageDocument
           
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.font
AbstractPathConstructor
          Implements some of the PathConstructor functionality
PathConstructor
          Interface for objects that are capable of constructing paths.
QuadToCubicPathConstructor
          Implements the Quadratic Bezier Curve PathConstructor functionality in terms of Cubic Bezier Curves
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.gif
ImageGraphics2D
          Generic class for generating bitmap outputs from an image.
ImageParamConverter
          This interface is to be implemented by sub classes of ImageWriteParam to make properties available to the ImageWriter as an ImageWriteParam object.
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.pdf
AbstractPathConstructor
          Implements some of the PathConstructor functionality
AbstractVectorGraphicsIO
          This class provides an abstract VectorGraphicsIO class for specific output drivers.
MultiPageDocument
           
PathConstructor
          Interface for objects that are capable of constructing paths.
QuadToCubicPathConstructor
          Implements the Quadratic Bezier Curve PathConstructor functionality in terms of Cubic Bezier Curves
VectorGraphicsIO
          This class provides specifies added methods for VectorGraphicsIO.
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.ps
AbstractPathConstructor
          Implements some of the PathConstructor functionality
AbstractVectorGraphicsIO
          This class provides an abstract VectorGraphicsIO class for specific output drivers.
ImageEncoder
           
MultiPageDocument
           
PathConstructor
          Interface for objects that are capable of constructing paths.
QuadToCubicPathConstructor
          Implements the Quadratic Bezier Curve PathConstructor functionality in terms of Cubic Bezier Curves
VectorGraphicsIO
          This class provides specifies added methods for VectorGraphicsIO.
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.raw
ImageParamConverter
          This interface is to be implemented by sub classes of ImageWriteParam to make properties available to the ImageWriter as an ImageWriteParam object.
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.svg
AbstractVectorGraphicsIO
          This class provides an abstract VectorGraphicsIO class for specific output drivers.
VectorGraphicsIO
          This class provides specifies added methods for VectorGraphicsIO.
 

Classes in org.freehep.graphicsio used by org.freehep.graphicsio.swf
AbstractPathConstructor
          Implements some of the PathConstructor functionality
AbstractVectorGraphicsIO
          This class provides an abstract VectorGraphicsIO class for specific output drivers.
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 ==========================
PathConstructor
          Interface for objects that are capable of constructing paths.
VectorGraphicsIO
          This class provides specifies added methods for VectorGraphicsIO.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.