|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.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
public class PostscriptTerminal
This terminal uses postscript as it's backend
| Field Summary |
|---|
| Fields inherited from class com.panayotis.gnuplot.terminal.TextFileTerminal |
|---|
output |
| Fields inherited from class com.panayotis.gnuplot.PropertiesHolder |
|---|
NL |
| Constructor Summary | |
|---|---|
PostscriptTerminal()
Create a new instance of PostscriptTerminal. |
|
PostscriptTerminal(java.lang.String filename)
Create a new Postscript terminal and save output to the specified file |
|
| 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 com.panayotis.gnuplot.terminal.TextFileTerminal |
|---|
getTextOutput, processOutput |
| Methods inherited from class com.panayotis.gnuplot.terminal.FileTerminal |
|---|
getOutputFile |
| Methods inherited from class com.panayotis.gnuplot.terminal.ExpandableTerminal |
|---|
getType |
| Methods inherited from class com.panayotis.gnuplot.PropertiesHolder |
|---|
appendProperties, set, set, unset |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public PostscriptTerminal()
public PostscriptTerminal(java.lang.String filename)
filename - The filename of the output postscript file| Method Detail |
|---|
public void setEPS(boolean eps)
eps - If EPS mode will be usedpublic void setColor(boolean color)
color - If the ouput will be in color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||