Class SVGTranscoder.DoctypeValue

  • Enclosing class:
    SVGTranscoder

    protected static class SVGTranscoder.DoctypeValue
    extends java.lang.Object
    To represent a doctype value.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DoctypeValue​(int value)  
    • Method Summary

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

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

      • DoctypeValue

        protected DoctypeValue​(int value)
    • Method Detail

      • getValue

        public int getValue()