Uses of Class
org.freehep.graphics2d.VectorGraphics

Packages that use VectorGraphics
org.freehep.graphics2d Base classes for VectorGraphics, useful to implement different output formats. 
 

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.
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.