public class SVGTerminal extends TextFileTerminal
output
NL
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.
|
getTextOutput
getOutputFile
getType
appendProperties, set, set, unset
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public SVGTerminal()
public SVGTerminal(java.lang.String filename)
filename
- public java.lang.String processOutput(java.io.InputStream stdout)
processOutput
in interface GNUPlotTerminal
processOutput
in class TextFileTerminal
stdout
- 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.