Uses of Class
org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineValue
Packages that use SVGTranscoder.NewlineValue
-
Uses of SVGTranscoder.NewlineValue in org.apache.batik.transcoder.svg2svg
Fields in org.apache.batik.transcoder.svg2svg declared as SVGTranscoder.NewlineValueModifier and TypeFieldDescriptionstatic final SVGTranscoder.NewlineValue
SVGTranscoder.VALUE_NEWLINE_CR
The "\r" newline value.static final SVGTranscoder.NewlineValue
SVGTranscoder.VALUE_NEWLINE_CR_LF
The "\r\n" newline value.static final SVGTranscoder.NewlineValue
SVGTranscoder.VALUE_NEWLINE_LF
The "\n" newline value.