Class UImageSvg
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UImageSvg
-
-
Constructor Summary
Constructors Constructor Description UImageSvg(java.lang.String svg, double scale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsXlink()
int
getData(java.lang.String name)
double
getHeight()
java.lang.String
getMD5Hex()
double
getScale()
java.lang.String
getSvg(boolean raw)
double
getWidth()
-
-
-
Method Detail
-
getMD5Hex
public java.lang.String getMD5Hex()
-
containsXlink
public boolean containsXlink()
-
getSvg
public java.lang.String getSvg(boolean raw)
-
getData
public int getData(java.lang.String name)
-
getHeight
public double getHeight()
-
getWidth
public double getWidth()
-
getScale
public double getScale()
-
-