Uses of Class
org.freehep.graphics2d.VectorGraphics

Packages that use VectorGraphics
org.freehep.graphics2d Base classes for VectorGraphics, useful to implement different output formats. 
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.gif GIF (Graphics Interchange Format) Output Format. 
org.freehep.graphicsio.java   
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. 
org.freehep.graphicsio.test Automatic Tests for the GraphicsIO package. 
 

Uses of VectorGraphics in org.freehep.graphics2d
 

Subclasses of VectorGraphics in org.freehep.graphics2d
 class AbstractVectorGraphics
          This class implements all conversions from integer to double as well as a few other convenience functions.
 class PixelGraphics2D
           
 

Methods in org.freehep.graphics2d that return VectorGraphics
static VectorGraphics VectorGraphics.create(java.awt.Graphics g)
           
 

Methods in org.freehep.graphics2d with parameters of type VectorGraphics
protected  void AbstractVectorGraphics.drawSymbol(VectorGraphics g, double x, double y, double size, int symbol)
           
protected  void AbstractVectorGraphics.fillSymbol(VectorGraphics g, double x, double y, double size, int symbol)
           
 void BufferedPanel.paintComponent(VectorGraphics vg)
          Allows for custom graphics to be painted.
 

Uses of VectorGraphics in org.freehep.graphicsio
 

Subclasses of VectorGraphics in org.freehep.graphicsio
 class AbstractVectorGraphicsIO
          This class provides an abstract VectorGraphicsIO class for specific output drivers.
 class DummyGraphics2D
          This class provides a dummy Graphics2D class, which issues warnings for all non implemented methods.
 class ImageGraphics2D
          Generic class for generating bitmap outputs from an image.
 class VectorGraphicsIO
          This class provides specifies added methods for VectorGraphicsIO.
 

Uses of VectorGraphics in org.freehep.graphicsio.emf
 

Subclasses of VectorGraphics in org.freehep.graphicsio.emf
 class EMFGraphics2D
          Enhanced Metafile Format Graphics 2D driver.
 

Methods in org.freehep.graphicsio.emf that return VectorGraphics
 VectorGraphics EMFExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component target)
           
 VectorGraphics EMFExportFileType.getGraphics(java.io.OutputStream os, java.awt.Dimension dimension)
           
 

Uses of VectorGraphics in org.freehep.graphicsio.exportchooser
 

Methods in org.freehep.graphicsio.exportchooser that return VectorGraphics
 VectorGraphics AbstractExportFileType.getGraphics(java.io.File file, java.awt.Component target)
          Delegates to getGraphics(OutputStream, Component);
 VectorGraphics AbstractExportFileType.getGraphics(java.io.File file, java.awt.Dimension dimension)
          Delegates to getGraphics(OutputStream, Dimension);
abstract  VectorGraphics AbstractExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component printTarget)
          The method returns a graphics context specific for this ExportFileType.
 VectorGraphics ImageExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component target)
           
abstract  VectorGraphics AbstractExportFileType.getGraphics(java.io.OutputStream os, java.awt.Dimension dimension)
          Returns a graphics context for this ExportFileType.
 VectorGraphics ImageExportFileType.getGraphics(java.io.OutputStream os, java.awt.Dimension dimension)
           
 

Uses of VectorGraphics in org.freehep.graphicsio.gif
 

Subclasses of VectorGraphics in org.freehep.graphicsio.gif
 class GIFGraphics2D
           
 

Methods in org.freehep.graphicsio.gif that return VectorGraphics
 VectorGraphics GIFExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component target)
           
 

Uses of VectorGraphics in org.freehep.graphicsio.java
 

Subclasses of VectorGraphics in org.freehep.graphicsio.java
 class JAVAGraphics2D
          Exports the java calls made to Graphics2D as source code, with the associated class, field and method definitions, resulting in a class which, when run will produce the same display.
 

Methods in org.freehep.graphicsio.java that return VectorGraphics
 VectorGraphics JAVAExportFileType.getGraphics(java.io.File file, java.awt.Component target)
           
 VectorGraphics JAVAExportFileType.getGraphics(java.io.File file, java.awt.Dimension dimension)
           
 VectorGraphics JAVAExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component target)
           
 VectorGraphics JAVAExportFileType.getGraphics(java.io.OutputStream os, java.awt.Dimension dimension)
           
 

Uses of VectorGraphics in org.freehep.graphicsio.pdf
 

Subclasses of VectorGraphics in org.freehep.graphicsio.pdf
 class PDFGraphics2D
          Implementation of VectorGraphics that writes the output to a PDF file.
 

Methods in org.freehep.graphicsio.pdf that return VectorGraphics
 VectorGraphics PDFExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component target)
           
 VectorGraphics PDFExportFileType.getGraphics(java.io.OutputStream os, java.awt.Dimension dimension)
           
 

Uses of VectorGraphics in org.freehep.graphicsio.ps
 

Subclasses of VectorGraphics in org.freehep.graphicsio.ps
 class PSGraphics2D
           
 

Methods in org.freehep.graphicsio.ps that return VectorGraphics
 VectorGraphics AbstractPSExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component target)
           
 VectorGraphics AbstractPSExportFileType.getGraphics(java.io.OutputStream os, java.awt.Dimension dimension)
           
 

Uses of VectorGraphics in org.freehep.graphicsio.svg
 

Subclasses of VectorGraphics in org.freehep.graphicsio.svg
 class SVGGraphics2D
          This class implements the Scalable Vector Graphics output.
 

Methods in org.freehep.graphicsio.svg that return VectorGraphics
 VectorGraphics SVGExportFileType.getGraphics(java.io.File file, java.awt.Component target)
           
 VectorGraphics SVGExportFileType.getGraphics(java.io.File file, java.awt.Dimension dimension)
           
 VectorGraphics SVGExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component target)
           
 VectorGraphics SVGExportFileType.getGraphics(java.io.OutputStream os, java.awt.Dimension dimension)
           
 

Uses of VectorGraphics in org.freehep.graphicsio.swf
 

Subclasses of VectorGraphics in org.freehep.graphicsio.swf
 class SWFGraphics2D
          SWF Graphics 2D driver.
 

Methods in org.freehep.graphicsio.swf that return VectorGraphics
 VectorGraphics SWFExportFileType.getGraphics(java.io.OutputStream os, java.awt.Component target)
           
 VectorGraphics SWFExportFileType.getGraphics(java.io.OutputStream os, java.awt.Dimension dimension)
           
 

Uses of VectorGraphics in org.freehep.graphicsio.test
 

Fields in org.freehep.graphicsio.test declared as VectorGraphics
protected  VectorGraphics TestingPanel.graphics
           
 

Methods in org.freehep.graphicsio.test with parameters of type VectorGraphics
protected  void TestImages.drawComponent(VectorGraphics g)
           
protected  void TestShapes.drawComponent(VectorGraphics g)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.