Package org.zkoss.chart
Class LangSonification
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.LangSonification
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class LangSonification extends Optionable
Language options for sonification.- 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 LangSonification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPlayAsSoundButtonText()
Default:"Play as sound, {chartTitle}"
String
getPlayAsSoundClickAnnouncement()
Default:"Play"
void
setPlayAsSoundButtonText(String playAsSoundButtonText)
void
setPlayAsSoundClickAnnouncement(String playAsSoundClickAnnouncement)
-
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
-
getPlayAsSoundButtonText
public String getPlayAsSoundButtonText()
Default:
"Play as sound, {chartTitle}"
-
setPlayAsSoundButtonText
public void setPlayAsSoundButtonText(String playAsSoundButtonText)
-
getPlayAsSoundClickAnnouncement
public String getPlayAsSoundClickAnnouncement()
Default:
"Play"
-
setPlayAsSoundClickAnnouncement
public void setPlayAsSoundClickAnnouncement(String playAsSoundClickAnnouncement)
-
-