org.jgnuplot
Class State

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

public final class State
extends java.lang.Object

This class models a triplet value for certain settings, basicly it is boolean that can also be unspecified.

Author:
Pander

Field Summary
static int NOT_SPECIFIED
           
static int OFF
           
static int ON
           
 
Constructor Summary
private State()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON

public static final int ON
See Also:
Constant Field Values

OFF

public static final int OFF
See Also:
Constant Field Values

NOT_SPECIFIED

public static final int NOT_SPECIFIED
See Also:
Constant Field Values
Constructor Detail

State

private State()