Uses of Class
org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeValue
-
Packages that use SVGTranscoder.DoctypeValue Package Description org.apache.batik.transcoder.svg2svg -
-
Uses of SVGTranscoder.DoctypeValue in org.apache.batik.transcoder.svg2svg
Fields in org.apache.batik.transcoder.svg2svg declared as SVGTranscoder.DoctypeValue Modifier and Type Field Description static SVGTranscoder.DoctypeValue
SVGTranscoder. VALUE_DOCTYPE_CHANGE
The doctype value to change the declaration.static SVGTranscoder.DoctypeValue
SVGTranscoder. VALUE_DOCTYPE_KEEP_UNCHANGED
The doctype value to keep unchanged the declaration.static SVGTranscoder.DoctypeValue
SVGTranscoder. VALUE_DOCTYPE_REMOVE
The doctype value to remove the declaration.
-