de.laures.cewolf.taglib
Interface PlotConstants


public interface PlotConstants

Contains some base constants to avoid explicit dependancy to concrete Plot implementation's constant values. The constants of this class also serve as the base contract for data exchange between sub packages.

Author:
Chris McCann

Field Summary
static int AREA
           
static int CANDLESTICK
           
static int HIGH_LOW
           
static int LINE
           
static int SCATTER
           
static int SHAPES_AND_LINES
           
static int SPIDERWEB
           
static int SPLINE
           
static int STACKED_XY_AREA
           
static int STACKED_XY_AREA2
           
static int STEP
           
static int VERTICAL_BAR
           
static int XY_AREA
           
static int XY_LINE
           
static int XY_SHAPES_AND_LINES
           
static int XY_VERTICAL_BAR
           
 

Field Detail

XY_AREA

static final int XY_AREA
See Also:
Constant Field Values

XY_LINE

static final int XY_LINE
See Also:
Constant Field Values

XY_SHAPES_AND_LINES

static final int XY_SHAPES_AND_LINES
See Also:
Constant Field Values

SCATTER

static final int SCATTER
See Also:
Constant Field Values

XY_VERTICAL_BAR

static final int XY_VERTICAL_BAR
See Also:
Constant Field Values

STEP

static final int STEP
See Also:
Constant Field Values

CANDLESTICK

static final int CANDLESTICK
See Also:
Constant Field Values

HIGH_LOW

static final int HIGH_LOW
See Also:
Constant Field Values

VERTICAL_BAR

static final int VERTICAL_BAR
See Also:
Constant Field Values

AREA

static final int AREA
See Also:
Constant Field Values

LINE

static final int LINE
See Also:
Constant Field Values

SHAPES_AND_LINES

static final int SHAPES_AND_LINES
See Also:
Constant Field Values

SPLINE

static final int SPLINE
See Also:
Constant Field Values

SPIDERWEB

static final int SPIDERWEB
See Also:
Constant Field Values

STACKED_XY_AREA

static final int STACKED_XY_AREA
See Also:
Constant Field Values

STACKED_XY_AREA2

static final int STACKED_XY_AREA2
See Also:
Constant Field Values


cewolf tag library - web charts with JFreeChart