net.sourceforge.plantuml.svg
Class SvgData

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

public final class SvgData
extends Object


Method Summary
static SvgData fromGraphViz(String s)
           
 double getHeight()
           
 String getSvg()
           
 double getWidth()
           
 SvgData mutateFromSvgTitler(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 Detail

fromGraphViz

public static SvgData fromGraphViz(String s)

mutateFromSvgTitler

public SvgData mutateFromSvgTitler(String newSvg,
                                   double suppHeight,
                                   double suppWidth)

getSvg

public final String getSvg()

getWidth

public double getWidth()

getHeight

public double getHeight()


Copyright © 2011. All Rights Reserved.