public class AbstractJsonOptions extends Layer
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJsonOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
setCustomOption(java.lang.String optionName,
boolean optionValue)
Warning, this method may break things, be careful with it, almost like
real JS development.
|
void |
setCustomOption(java.lang.String optionName,
double optionValue)
Warning, this method may break things, be careful with it, almost like
real JS development.
|
void |
setCustomOption(java.lang.String optionName,
int optionValue)
Warning, this method may break things, be careful with it, almost like
real JS development.
|
void |
setCustomOption(java.lang.String optionName,
java.lang.String optionValue)
Warning, this method may break things, be careful with it, almost like
real JS development.
|
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerpublic final void setCustomOption(java.lang.String optionName,
java.lang.String optionValue)
optionName - the name of the option to setoptionValue - the value to be setpublic final void setCustomOption(java.lang.String optionName,
double optionValue)
optionName - the name of the option to setoptionValue - the value to be setpublic final void setCustomOption(java.lang.String optionName,
int optionValue)
optionName - the name of the option to setoptionValue - the value to be setpublic final void setCustomOption(java.lang.String optionName,
boolean optionValue)
optionName - the name of the option to setoptionValue - the value to be set