com.googlecode.wickedcharts.highcharts.options
Class Loading
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Loading
- All Implemented Interfaces:
- Serializable
public class Loading
- extends Object
- implements Serializable
Defines the "loading" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#loading,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Loading
public Loading()
getHideDuration
public Integer getHideDuration()
getLabelStyle
public CssStyle getLabelStyle()
getShowDuration
public Integer getShowDuration()
getStyle
public CssStyle getStyle()
setHideDuration
public Loading setHideDuration(Integer hideDuration)
setLabelStyle
public Loading setLabelStyle(CssStyle labelStyle)
setShowDuration
public Loading setShowDuration(Integer showDuration)
setStyle
public Loading setStyle(CssStyle style)
Copyright © 2013. All Rights Reserved.