Package jisa.gui.svg

Class SVG


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

      Constructors 
      Constructor Description
      SVG​(double width, double height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(SVGElement element)  
      void output​(java.io.PrintStream stream)  
      void output​(java.lang.String fileName)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SVG

        public SVG​(double width,
                   double height)
    • Method Detail

      • output

        public void output​(java.io.PrintStream stream)
      • output

        public void output​(java.lang.String fileName)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object