Uses of Class
org.jibble.epsgraphics.EpsGraphics2D

Packages that use EpsGraphics2D
org.jibble.epsgraphics   
 

Uses of EpsGraphics2D in org.jibble.epsgraphics
 

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

Constructors in org.jibble.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.