com.googlecode.wickedcharts.highcharts.options
Class Global

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

Field Summary
static String PROCESSING_KEY
          The key under which Globals are registered in the parent options.
 
Constructor Summary
Global()
           
 
Method Summary
 String getCanvasToolsURL()
           
 String getProcessingKey()
           
 Boolean getUseUTC()
           
 String getVMLRadialGradientURL()
           
 Global setCanvasToolsURL(String canvasToolsURL)
           
 Global setUseUTC(Boolean useUTC)
           
 Global setVMLRadialGradientURL(String vMLRadialGradientURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Global

public Global()
Method Detail

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.