org.jgnuplot
Class Terminal

java.lang.Object
  extended by org.jgnuplot.Terminal

public final class Terminal
extends java.lang.Object

This class models all possible values for the terminal command.

Author:
Pander

Field Summary
static java.lang.String GIF
           
static java.lang.String NOT_SPECIFIED
           
static java.lang.String PDF
           
static java.lang.String PNG
           
static java.lang.String POSTSCRIPT
           
static java.lang.String SVG
           
 
Constructor Summary
private Terminal()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SPECIFIED

public static final java.lang.String NOT_SPECIFIED

PNG

public static final java.lang.String PNG
See Also:
Constant Field Values

GIF

public static final java.lang.String GIF
See Also:
Constant Field Values

SVG

public static final java.lang.String SVG
See Also:
Constant Field Values

POSTSCRIPT

public static final java.lang.String POSTSCRIPT
See Also:
Constant Field Values

PDF

public static final java.lang.String PDF
See Also:
Constant Field Values
Constructor Detail

Terminal

private Terminal()