Class SvgData

java.lang.Object
net.sourceforge.plantuml.svg.SvgData

public final class SvgData extends java.lang.Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static SvgData
    fromGraphViz(java.lang.String s)
     
    double
     
    final java.lang.String
     
    double
     
    mutateFromSvgTitler(java.lang.String newSvg, double suppHeight, double suppWidth)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • fromGraphViz

      public static SvgData fromGraphViz(java.lang.String s)
    • mutateFromSvgTitler

      public SvgData mutateFromSvgTitler(java.lang.String newSvg, double suppHeight, double suppWidth)
    • getSvg

      public final java.lang.String getSvg()
    • getWidth

      public double getWidth()
    • getHeight

      public double getHeight()