com.panayotis.gnuplot.terminal
Class PostscriptTerminal
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
com.panayotis.gnuplot.PropertiesHolder
com.panayotis.gnuplot.terminal.ExpandableTerminal
com.panayotis.gnuplot.terminal.FileTerminal
com.panayotis.gnuplot.terminal.TextFileTerminal
com.panayotis.gnuplot.terminal.PostscriptTerminal
- All Implemented Interfaces:
- GNUPlotTerminal, Serializable, Cloneable, Map<String,String>
public class PostscriptTerminal
- extends TextFileTerminal
This terminal uses postscript as it's backend
- Author:
- teras
- See Also:
- Serialized Form
|
Method Summary |
void |
setColor(boolean color)
Select if the output will be color or not (monochrome) |
void |
setEPS(boolean eps)
Select if the output will be in EPS format or not |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
PostscriptTerminal
public PostscriptTerminal()
- Create a new instance of PostscriptTerminal.
It is recommended to use PostscriptTerminal(String filename) instead,
since this constructor does not produce any output file.
PostscriptTerminal
public PostscriptTerminal(String filename)
- Create a new Postscript terminal and save output to the specified file
- Parameters:
filename - The filename of the output postscript file
setEPS
public void setEPS(boolean eps)
- Select if the output will be in EPS format or not
- Parameters:
eps - If EPS mode will be used
setColor
public void setColor(boolean color)
- Select if the output will be color or not (monochrome)
- Parameters:
color - If the ouput will be in color
Copyright © 2013. All Rights Reserved.