org.jgnuplot
Class Style
java.lang.Object
org.jgnuplot.Style
public final class Style
- extends java.lang.Object
This class models all possible values for the style option for a graph in a
plot command.
- Author:
- Pander
Constructor Summary |
private |
Style()
|
Method Summary |
static java.lang.String |
toString(int theStyle)
|
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
LINES
public static final int LINES
- See Also:
- Constant Field Values
POINTS
public static final int POINTS
- See Also:
- Constant Field Values
LINESPOINTS
public static final int LINESPOINTS
- See Also:
- Constant Field Values
IMPULSES
public static final int IMPULSES
- See Also:
- Constant Field Values
DOTS
public static final int DOTS
- See Also:
- Constant Field Values
STEPS
public static final int STEPS
- See Also:
- Constant Field Values
FSTEPS
public static final int FSTEPS
- See Also:
- Constant Field Values
HISTEPS
public static final int HISTEPS
- See Also:
- Constant Field Values
ERRORBARS
public static final int ERRORBARS
- See Also:
- Constant Field Values
XERRORBARS
public static final int XERRORBARS
- See Also:
- Constant Field Values
YERRORBARS
public static final int YERRORBARS
- See Also:
- Constant Field Values
XYERRORBARS
public static final int XYERRORBARS
- See Also:
- Constant Field Values
BOXES
public static final int BOXES
- See Also:
- Constant Field Values
FILLEDCURVES
public static final int FILLEDCURVES
- See Also:
- Constant Field Values
BOXERRORBARS
public static final int BOXERRORBARS
- See Also:
- Constant Field Values
BOXXYERRORBARS
public static final int BOXXYERRORBARS
- See Also:
- Constant Field Values
FINANCEBARS
public static final int FINANCEBARS
- See Also:
- Constant Field Values
CANDLESTICKS
public static final int CANDLESTICKS
- See Also:
- Constant Field Values
VECTORS
public static final int VECTORS
- See Also:
- Constant Field Values
PM3D
public static final int PM3D
- See Also:
- Constant Field Values
Style
private Style()
toString
public static java.lang.String toString(int theStyle)