net.sourceforge.plantuml.ugraphic
Class UImageSvg

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

public class UImageSvg
extends Object
implements UShape


Constructor Summary
UImageSvg(String svg)
           
 
Method Summary
 int getHeight()
           
 String getSvg()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UImageSvg

public UImageSvg(String svg)
Method Detail

getSvg

public final String getSvg()

getHeight

public int getHeight()

getWidth

public int getWidth()


Copyright © 2013. All Rights Reserved.