public class Global extends Object implements IProcessableOption, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROCESSING_KEY
The key under which
Globals are registered in the parent options. |
| Constructor and Description |
|---|
Global() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanvasToolsURL() |
String |
getProcessingKey() |
Integer |
getTimezoneOffset() |
Boolean |
getUseUTC() |
String |
getVMLRadialGradientURL() |
Global |
setCanvasToolsURL(String canvasToolsURL) |
void |
setTimezoneOffset(Integer timezoneOffset) |
Global |
setUseUTC(Boolean useUTC) |
Global |
setVMLRadialGradientURL(String vMLRadialGradientURL) |
public static final String PROCESSING_KEY
Globals are registered in the parent options.
See Options.markForProcessing(IProcessableOption) .public String getCanvasToolsURL()
public Boolean getUseUTC()
public String getVMLRadialGradientURL()
public String getProcessingKey()
getProcessingKey in interface IProcessableOptionpublic Integer getTimezoneOffset()
public void setTimezoneOffset(Integer timezoneOffset)
Copyright © 2016. All rights reserved.