Uses of Class
org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineValue

Packages that use SVGTranscoder.NewlineValue
org.apache.batik.transcoder.svg2svg   
 

Uses of SVGTranscoder.NewlineValue in org.apache.batik.transcoder.svg2svg
 

Fields in org.apache.batik.transcoder.svg2svg declared as SVGTranscoder.NewlineValue
static SVGTranscoder.NewlineValue SVGTranscoder.VALUE_NEWLINE_CR
          The "\r" newline value.
static SVGTranscoder.NewlineValue SVGTranscoder.VALUE_NEWLINE_CR_LF
          The "\r\n" newline value.
static SVGTranscoder.NewlineValue SVGTranscoder.VALUE_NEWLINE_LF
          The "\n" newline value.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.