Uses of Class
org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Packages that use PSGraphics2D Package Description org.apache.xmlgraphics.java2d.ps Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files. -
-
Uses of PSGraphics2D in org.apache.xmlgraphics.java2d.ps
Subclasses of PSGraphics2D in org.apache.xmlgraphics.java2d.ps Modifier and Type Class Description classAbstractPSDocumentGraphics2DThis class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.classEPSDocumentGraphics2DThis class is a wrapper for the AbstractPSDocumentGraphics2D that is used to create EPS (Encapsulated PostScript) files instead of PS file.classPSDocumentGraphics2DThis class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.Fields in org.apache.xmlgraphics.java2d.ps declared as PSGraphics2D Modifier and Type Field Description protected PSGraphics2DPSGraphics2D. rootG2DThe G2D instance that represents the root instance (used in context with create()/dispose()).Constructors in org.apache.xmlgraphics.java2d.ps with parameters of type PSGraphics2D Constructor Description PSGraphics2D(PSGraphics2D g)Constructor for creating copies
-