Package org.zkoss.chart.model
Interface DialChartsDataEvent
-
- All Superinterfaces:
ChartsDataEvent
- All Known Implementing Classes:
DialChartsDataEventImpl
public interface DialChartsDataEvent extends ChartsDataEvent
A dial chart data event to handle the property changed.- Author:
- jumperchen
-
-
Field Summary
Fields Modifier and Type Field Description static StringCAP_RADIUSstatic StringFRAME_BG_ALPHAstatic StringFRAME_BG_COLORstatic StringFRAME_BG_COLOR_1static StringFRAME_BG_COLOR_2static StringFRAME_FG_COLORstatic StringGRADIENT_DIRECTIONstatic StringINNER_RADIUSstatic StringLOWER_BOUNDstatic StringNEEDLE_COLORstatic StringNEEDLE_RADIUSstatic StringNEEDLE_TYPEstatic StringOUTER_RADIUSstatic StringRANGEstatic StringRANGE_COLORstatic StringSCALEstatic StringSCALE_FONTstatic StringSCALE_TEXTstatic StringSCALE_VALUEstatic StringTEXT_RADIUSstatic StringTICK_COLORstatic StringTICK_FONTstatic StringTICK_LABEL_OFFSETstatic StringTICK_RADIUSstatic StringUPPER_BOUNDstatic StringVALUE_ANGLEstatic StringVALUE_FONTstatic StringVALUE_RADIUS-
Fields inherited from interface org.zkoss.chart.model.ChartsDataEvent
ADDED, CHANGED, REMOVED
-
-
Method Summary
-
Methods inherited from interface org.zkoss.chart.model.ChartsDataEvent
getCategory, getCategoryIndex, getData, getModel, getSeries, getSeriesIndex, getType
-
-
-
-
Field Detail
-
SCALE
static final String SCALE
- See Also:
- Constant Field Values
-
FRAME_BG_ALPHA
static final String FRAME_BG_ALPHA
- See Also:
- Constant Field Values
-
FRAME_BG_COLOR
static final String FRAME_BG_COLOR
- See Also:
- Constant Field Values
-
FRAME_BG_COLOR_1
static final String FRAME_BG_COLOR_1
- See Also:
- Constant Field Values
-
FRAME_BG_COLOR_2
static final String FRAME_BG_COLOR_2
- See Also:
- Constant Field Values
-
FRAME_FG_COLOR
static final String FRAME_FG_COLOR
- See Also:
- Constant Field Values
-
GRADIENT_DIRECTION
static final String GRADIENT_DIRECTION
- See Also:
- Constant Field Values
-
CAP_RADIUS
static final String CAP_RADIUS
- See Also:
- Constant Field Values
-
RANGE_COLOR
static final String RANGE_COLOR
- See Also:
- Constant Field Values
-
INNER_RADIUS
static final String INNER_RADIUS
- See Also:
- Constant Field Values
-
OUTER_RADIUS
static final String OUTER_RADIUS
- See Also:
- Constant Field Values
-
LOWER_BOUND
static final String LOWER_BOUND
- See Also:
- Constant Field Values
-
UPPER_BOUND
static final String UPPER_BOUND
- See Also:
- Constant Field Values
-
SCALE_VALUE
static final String SCALE_VALUE
- See Also:
- Constant Field Values
-
SCALE_TEXT
static final String SCALE_TEXT
- See Also:
- Constant Field Values
-
SCALE_FONT
static final String SCALE_FONT
- See Also:
- Constant Field Values
-
TEXT_RADIUS
static final String TEXT_RADIUS
- See Also:
- Constant Field Values
-
VALUE_FONT
static final String VALUE_FONT
- See Also:
- Constant Field Values
-
VALUE_RADIUS
static final String VALUE_RADIUS
- See Also:
- Constant Field Values
-
VALUE_ANGLE
static final String VALUE_ANGLE
- See Also:
- Constant Field Values
-
TICK_FONT
static final String TICK_FONT
- See Also:
- Constant Field Values
-
TICK_LABEL_OFFSET
static final String TICK_LABEL_OFFSET
- See Also:
- Constant Field Values
-
TICK_COLOR
static final String TICK_COLOR
- See Also:
- Constant Field Values
-
TICK_RADIUS
static final String TICK_RADIUS
- See Also:
- Constant Field Values
-
RANGE
static final String RANGE
- See Also:
- Constant Field Values
-
NEEDLE_TYPE
static final String NEEDLE_TYPE
- See Also:
- Constant Field Values
-
NEEDLE_COLOR
static final String NEEDLE_COLOR
- See Also:
- Constant Field Values
-
NEEDLE_RADIUS
static final String NEEDLE_RADIUS
- See Also:
- Constant Field Values
-
-