Class UImageSvg

java.lang.Object
net.sourceforge.plantuml.ugraphic.UImageSvg
All Implemented Interfaces:
UShape

public class UImageSvg extends java.lang.Object implements UShape
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    int
    getData(java.lang.String name)
     
    int
     
    java.lang.String
     
    double
     
    java.lang.String
    getSvg(boolean raw)
     
    int
     

    Methods inherited from class java.lang.Object

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

    • UImageSvg

      public UImageSvg(java.lang.String svg, double scale)
  • Method Details

    • getMD5Hex

      public java.lang.String getMD5Hex()
    • getSvg

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

      public int getData(java.lang.String name)
    • getHeight

      public int getHeight()
    • getWidth

      public int getWidth()
    • getScale

      public double getScale()