Uses of Class
org.apache.batik.transcoder.svg2svg.PrettyPrinter
-
Packages that use PrettyPrinter Package Description org.apache.batik.transcoder.svg2svg -
-
Uses of PrettyPrinter in org.apache.batik.transcoder.svg2svg
Fields in org.apache.batik.transcoder.svg2svg declared as PrettyPrinter Modifier and Type Field Description protected PrettyPrinter
OutputManager. prettyPrinter
The pretty printer.Constructors in org.apache.batik.transcoder.svg2svg with parameters of type PrettyPrinter Constructor Description OutputManager(PrettyPrinter pp, java.io.Writer w)
Creates a new output manager.
-