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