Package jisa.gui.svg
Class SVG
- java.lang.Object
-
- jisa.gui.svg.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 voidadd(SVGElement element)voidoutput(java.io.PrintStream stream)voidoutput(java.lang.String fileName)java.lang.StringtoString()
-
-
-
Method Detail
-
add
public void add(SVGElement element)
-
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:
toStringin classjava.lang.Object
-
-