Class SvgString


  • public class SvgString
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SvgString​(java.lang.String svg, double scale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getData​(java.lang.String name)  
      double getScale()  
      java.lang.String getSvg​(boolean raw)  
      • Methods inherited from class java.lang.Object

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

      • SvgString

        public SvgString​(java.lang.String svg,
                         double scale)
    • Method Detail

      • getSvg

        public java.lang.String getSvg​(boolean raw)
      • getData

        public int getData​(java.lang.String name)
      • getScale

        public double getScale()