public class ImageTerminal extends FileTerminal
NL| Constructor and Description |
|---|
ImageTerminal()
Create a new image terminal, and use PNG as it's backend
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
getImage()
Get a handler of the produced image by this terminal
|
java.lang.String |
processOutput(java.io.InputStream stdout)
Read the produced image from gnuplot standard output
|
getOutputFilegetTypeappendProperties, set, set, unsetclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic ImageTerminal()
public java.lang.String processOutput(java.io.InputStream stdout)
processOutput in interface GNUPlotTerminalprocessOutput in class ExpandableTerminalstdout - The gnuplot output streampublic java.awt.image.BufferedImage getImage()