Package org.zkoss.chart
Class AnnotationLabel
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.AnnotationLabelOptions
-
- org.zkoss.chart.AnnotationLabel
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class AnnotationLabel extends AnnotationLabelOptions
A label for the annotation.All the options in this class support
DynamicalAttribute
.- Since:
- 7.2.1.0
- Author:
- rudyhuang
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description AnnotationLabel()
Default Constructor.AnnotationLabel(String pointId)
Constructs with a id of a point.AnnotationLabel(String pointId, String format)
Constructs with a id of a point and format.AnnotationLabel(Annotation.Point point)
Constructs with a point.AnnotationLabel(Annotation.Point point, String format)
Constructs with a point and text.
-
Method Summary
-
Methods inherited from class org.zkoss.chart.AnnotationLabelOptions
getAccessibility, getAlign, getBackgroundColor, getBorderColor, getBorderRadius, getBorderWidth, getClassName, getDistance, getFormat, getFormatter, getOverflow, getPadding, getPoint, getShadow, getShape, getStyle, getText, getVerticalAlign, getX, getY, isAllowOverlap, isCrop, isShadow, isUseHTML, setAccessibility, setAlign, setAllowOverlap, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderRadius, setBorderRadius, setBorderWidth, setClassName, setCrop, setDistance, setFormat, setFormatter, setOverflow, setPadding, setPoint, setPoint, setShadow, setShadow, setShape, setStyle, setStyle, setText, setUseHTML, setVerticalAlign, setX, setY
-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toJSONString, toString
-
-
-
-
Constructor Detail
-
AnnotationLabel
public AnnotationLabel()
Default Constructor.
-
AnnotationLabel
public AnnotationLabel(String pointId)
Constructs with a id of a point.
-
AnnotationLabel
public AnnotationLabel(Annotation.Point point)
Constructs with a point.
-
AnnotationLabel
public AnnotationLabel(String pointId, String format)
Constructs with a id of a point and format.
-
AnnotationLabel
public AnnotationLabel(Annotation.Point point, String format)
Constructs with a point and text.
-
-