org.jgnuplot
Class Axes
java.lang.Object
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
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 |
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
Axes
private Axes()
toString
public static java.lang.String toString(int theAxes)