de.laures.cewolf.taglib
Interface PlotConstants
- All Known Implementing Classes:
- PlotDefinition
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
SIGNAL
static final int SIGNAL
- 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
Copyright © 2009. All Rights Reserved.