Class ConverterSvg

java.lang.Object
net.sourceforge.plantuml.math.ConverterSvg

public class ConverterSvg extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConverterSvg(javax.swing.Icon icon)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    java.lang.String
    getSvg(double scale, boolean fontAsShapes, java.awt.Color backgroundColor)
     

    Methods inherited from class java.lang.Object

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

    • ConverterSvg

      public ConverterSvg(javax.swing.Icon icon)
  • Method Details

    • getSvg

      public java.lang.String getSvg(double scale, boolean fontAsShapes, java.awt.Color backgroundColor) throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.SecurityException, java.lang.InstantiationException, java.io.IOException
      Throws:
      java.lang.ClassNotFoundException
      java.lang.IllegalAccessException
      java.lang.IllegalArgumentException
      java.lang.reflect.InvocationTargetException
      java.lang.NoSuchMethodException
      java.lang.SecurityException
      java.lang.InstantiationException
      java.io.IOException
    • getDimension

      public Dimension2D getDimension()