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 Modifier and Type Field Description private EpsGraphics2D
EpsDocument. _lastG
Methods in org.sourceforge.jlibeps.epsgraphics with parameters of type EpsGraphics2D Modifier and Type Method Description void
EpsDocument. append(EpsGraphics2D g, String line)
Appends a line to the EpsDocument.Constructors in org.sourceforge.jlibeps.epsgraphics with parameters of type EpsGraphics2D Constructor Description EpsGraphics2D(EpsGraphics2D g)
Constructs a new EpsGraphics2D instance that is a copy of the supplied argument and points at the same EpsDocument.
-