org.jgnuplot
Class Axes

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

public final class Axes
extends java.lang.Object

This class models all possibe values for axes used by the plot command.

Author:
Pander

Field Summary
static int NOT_SPECIFIED
           
static int X1Y1
           
static int X1Y2
           
static int X2Y1
           
static int X2Y2
           
 
Constructor Summary
private Axes()
           
 
Method Summary
static java.lang.String toString(int theAxes)
           
 
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 int NOT_SPECIFIED
See Also:
Constant Field Values

X1Y1

public static final int X1Y1
See Also:
Constant Field Values

X1Y2

public static final int X1Y2
See Also:
Constant Field Values

X2Y1

public static final int X2Y1
See Also:
Constant Field Values

X2Y2

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

Axes

private Axes()
Method Detail

toString

public static java.lang.String toString(int theAxes)