public class SVGTerminal extends TextFileTerminal
outputNL| Constructor and Description |
|---|
SVGTerminal()
Creates a new instance of SVGTerminal
|
SVGTerminal(java.lang.String filename)
Creates a new instance of SVGTerminal and store output to a specific file
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JPanel |
getPanel()
Retrieve a JPanel whith the provided SVG drawn on it.
|
java.lang.String |
processOutput(java.io.InputStream stdout)
Process output of this terminal.
|
getTextOutputgetOutputFilegetTypeappendProperties, set, set, unsetclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic SVGTerminal()
public SVGTerminal(java.lang.String filename)
filename - public java.lang.String processOutput(java.io.InputStream stdout)
processOutput in interface GNUPlotTerminalprocessOutput in class TextFileTerminalstdout - The gnuplot output streampublic javax.swing.JPanel getPanel()
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException - If the SVGSalamander library
could not be found, or if any other error occured.