de.laures.cewolf.taglib
Interface ChartConstants
- All Known Implementing Classes:
- CewolfChartFactory
public interface ChartConstants
Contains some base constants to avoid explicit dependancy to concrete chart
implementation's constant values. The constants of this class also serve as
the base contract for data exchange between sub packages.
- Author:
- Guido Laures
AREA
static final int AREA
- See Also:
- Constant Field Values
AREA_XY
static final int AREA_XY
- See Also:
- Constant Field Values
HORIZONTAL_BAR
static final int HORIZONTAL_BAR
- See Also:
- Constant Field Values
HORIZONTAL_BAR_3D
static final int HORIZONTAL_BAR_3D
- See Also:
- Constant Field Values
LINE
static final int LINE
- See Also:
- Constant Field Values
PIE
static final int PIE
- See Also:
- Constant Field Values
SCATTER
static final int SCATTER
- See Also:
- Constant Field Values
STACKED_HORIZONTAL_BAR
static final int STACKED_HORIZONTAL_BAR
- See Also:
- Constant Field Values
STACKED_VERTICAL_BAR
static final int STACKED_VERTICAL_BAR
- See Also:
- Constant Field Values
STACKED_VERTICAL_BAR_3D
static final int STACKED_VERTICAL_BAR_3D
- See Also:
- Constant Field Values
TIME_SERIES
static final int TIME_SERIES
- See Also:
- Constant Field Values
VERTICAL_BAR
static final int VERTICAL_BAR
- See Also:
- Constant Field Values
VERTICAL_BAR_3D
static final int VERTICAL_BAR_3D
- See Also:
- Constant Field Values
XY
static final int XY
- See Also:
- Constant Field Values
CANDLE_STICK
static final int CANDLE_STICK
- See Also:
- Constant Field Values
HIGH_LOW
static final int HIGH_LOW
- See Also:
- Constant Field Values
GANTT
static final int GANTT
- See Also:
- Constant Field Values
WIND
static final int WIND
- See Also:
- Constant Field Values
VERTICAL_XY_BAR
static final int VERTICAL_XY_BAR
- See Also:
- Constant Field Values
PIE_3D
static final int PIE_3D
- See Also:
- Constant Field Values
OVERLAY_XY
static final int OVERLAY_XY
- See Also:
- Constant Field Values
OVERLAY_CATEGORY
static final int OVERLAY_CATEGORY
- See Also:
- Constant Field Values
COMBINED_XY
static final int COMBINED_XY
- See Also:
- Constant Field Values
METER
static final int METER
- See Also:
- Constant Field Values
STACKED_AREA
static final int STACKED_AREA
- See Also:
- Constant Field Values
BUBBLE
static final int BUBBLE
- See Also:
- Constant Field Values
SPLINE
static final int SPLINE
- See Also:
- Constant Field Values
HISTOGRAM
static final int HISTOGRAM
- See Also:
- Constant Field Values
THERMOMETER
static final int THERMOMETER
- See Also:
- Constant Field Values
DIAL
static final int DIAL
- See Also:
- Constant Field Values
COMPASS
static final int COMPASS
- See Also:
- Constant Field Values
SPIDERWEB
static final int SPIDERWEB
- See Also:
- Constant Field Values
STACKED_HORIZONTAL_BAR_3D
static final int STACKED_HORIZONTAL_BAR_3D
- See Also:
- Constant Field Values
WAFER
static final int WAFER
- See Also:
- Constant Field Values
HEATMAP
static final int HEATMAP
- See Also:
- Constant Field Values
cewolf tag library - web charts with JFreeChart