Package net.sourceforge.plantuml.svg
Class SvgData
- java.lang.Object
-
- net.sourceforge.plantuml.svg.SvgData
-
public final class SvgData extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SvgData
fromGraphViz(String s)
double
getHeight()
String
getSvg()
double
getWidth()
SvgData
mutateFromSvgTitler(String newSvg, double suppHeight, double suppWidth)
-