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
|
getOutputFile
getType
appendProperties, set, set, unset
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public ImageTerminal()
public java.lang.String processOutput(java.io.InputStream stdout)
processOutput
in interface GNUPlotTerminal
processOutput
in class ExpandableTerminal
stdout
- The gnuplot output streampublic java.awt.image.BufferedImage getImage()