Class SVGTranscoder.NewlineValue

  • Enclosing class:
    SVGTranscoder

    protected static class SVGTranscoder.NewlineValue
    extends java.lang.Object
    To represent a newline value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NewlineValue​(java.lang.String val)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        protected final java.lang.String value
    • Constructor Detail

      • NewlineValue

        protected NewlineValue​(java.lang.String val)
    • Method Detail

      • getValue

        public java.lang.String getValue()