com.googlecode.wickedcharts.highcharts.options
Class Loading

java.lang.Object
  extended by 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

Constructor Summary
Loading()
           
 
Method Summary
 Integer getHideDuration()
           
 CssStyle getLabelStyle()
           
 Integer getShowDuration()
           
 CssStyle getStyle()
           
 Loading setHideDuration(Integer hideDuration)
           
 Loading setLabelStyle(CssStyle labelStyle)
           
 Loading setShowDuration(Integer showDuration)
           
 Loading setStyle(CssStyle style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loading

public Loading()
Method Detail

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.