Package org.zkoss.chart.model
Class DialChartsDataEventImpl
- java.lang.Object
-
- org.zkoss.chart.model.ChartsDataEventImpl
-
- org.zkoss.chart.model.DialChartsDataEventImpl
-
- All Implemented Interfaces:
ChartsDataEvent
,DialChartsDataEvent
public class DialChartsDataEventImpl extends ChartsDataEventImpl implements DialChartsDataEvent
A dial chart data event to handle the property changed.- Author:
- jumperchen
-
-
Field Summary
-
Fields inherited from interface org.zkoss.chart.model.ChartsDataEvent
ADDED, CHANGED, REMOVED
-
Fields inherited from interface org.zkoss.chart.model.DialChartsDataEvent
CAP_RADIUS, FRAME_BG_ALPHA, FRAME_BG_COLOR, FRAME_BG_COLOR_1, FRAME_BG_COLOR_2, FRAME_FG_COLOR, GRADIENT_DIRECTION, INNER_RADIUS, LOWER_BOUND, NEEDLE_COLOR, NEEDLE_RADIUS, NEEDLE_TYPE, OUTER_RADIUS, RANGE, RANGE_COLOR, SCALE, SCALE_FONT, SCALE_TEXT, SCALE_VALUE, TEXT_RADIUS, TICK_COLOR, TICK_FONT, TICK_LABEL_OFFSET, TICK_RADIUS, UPPER_BOUND, VALUE_ANGLE, VALUE_FONT, VALUE_RADIUS
-
-
Constructor Summary
Constructors Constructor Description DialChartsDataEventImpl(ChartsModel model, int type, String prop, Object data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyKey()
Return the key of the property.-
Methods inherited from class org.zkoss.chart.model.ChartsDataEventImpl
getCategory, getCategoryIndex, getData, getModel, getSeries, getSeriesIndex, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.zkoss.chart.model.ChartsDataEvent
getCategory, getCategoryIndex, getData, getModel, getSeries, getSeriesIndex, getType
-
-
-
-
Constructor Detail
-
DialChartsDataEventImpl
public DialChartsDataEventImpl(ChartsModel model, int type, String prop, Object data)
-
-
Method Detail
-
getPropertyKey
public String getPropertyKey()
Return the key of the property.
-
-