Package org.zkoss.chart
Class AnnotationLabelAccessibility
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.AnnotationLabelAccessibility
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class AnnotationLabelAccessibility extends Optionable
Accessibility options for an annotation label.Requires the accessibility module to be loaded. For example,
Library.setProperty("org.zkoss.chart.modules.accessibility", "true");
- Since:
- 10.2.1.0
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description AnnotationLabelAccessibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Returns the description of an annotation label for screen readers and other assistive technology.void
setDescription(String description)
Sets the description of an annotation label for screen readers and other assistive technology.-
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
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Returns the description of an annotation label for screen readers and other assistive technology.Default:
null
-
setDescription
public void setDescription(String description)
Sets the description of an annotation label for screen readers and other assistive technology.Default:
null
-
-