org.jgnuplot
Class Style

java.lang.Object
  extended by 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

Field Summary
static int BOXERRORBARS
           
static int BOXES
           
static int BOXXYERRORBARS
           
static int CANDLESTICKS
           
static int DOTS
           
static int ERRORBARS
           
static int FILLEDCURVES
           
static int FINANCEBARS
           
static int FSTEPS
           
static int HISTEPS
           
static int IMPULSES
           
static int LINES
           
static int LINESPOINTS
           
static int NOT_SPECIFIED
           
static int PM3D
           
static int POINTS
           
static int STEPS
           
static int VECTORS
           
static int XERRORBARS
           
static int XYERRORBARS
           
static int YERRORBARS
           
 
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
 

Field Detail

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
Constructor Detail

Style

private Style()
Method Detail

toString

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