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() |
Boolean |
getUseUTC() |
String |
getVMLRadialGradientURL() |
Global |
setCanvasToolsURL(String canvasToolsURL) |
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 IProcessableOptionCopyright © 2013. All Rights Reserved.