com.googlecode.wickedcharts.highcharts.options
Class Global
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Global
- All Implemented Interfaces:
- IProcessableOption, Serializable
public class Global
- extends Object
- implements IProcessableOption, Serializable
Defines the "globals" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#global,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESSING_KEY
public static final String PROCESSING_KEY
- The key under which
Globals are registered in the parent options.
See Options.markForProcessing(IProcessableOption) .
- See Also:
- Constant Field Values
Global
public Global()
getCanvasToolsURL
public String getCanvasToolsURL()
getUseUTC
public Boolean getUseUTC()
setCanvasToolsURL
public Global setCanvasToolsURL(String canvasToolsURL)
setUseUTC
public Global setUseUTC(Boolean useUTC)
setVMLRadialGradientURL
public Global setVMLRadialGradientURL(String vMLRadialGradientURL)
getVMLRadialGradientURL
public String getVMLRadialGradientURL()
getProcessingKey
public String getProcessingKey()
- Specified by:
getProcessingKey in interface IProcessableOption
Copyright © 2013. All Rights Reserved.