Uses of Class
org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D

Uses of EpsGraphics2D in org.sourceforge.jlibeps.epsgraphics
 

Fields in org.sourceforge.jlibeps.epsgraphics declared as EpsGraphics2D
private  EpsGraphics2D EpsDocument._lastG
           
 

Methods in org.sourceforge.jlibeps.epsgraphics with parameters of type EpsGraphics2D
 void EpsDocument.append(EpsGraphics2D g, java.lang.String line)
          Appends a line to the EpsDocument.
 

Constructors in org.sourceforge.jlibeps.epsgraphics with parameters of type EpsGraphics2D
EpsGraphics2D(EpsGraphics2D g)
          Constructs a new EpsGraphics2D instance that is a copy of the supplied argument and points at the same EpsDocument.