public class FullScreenControlOptions extends MapObject
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FullScreenControlOptions.Property |
| Constructor and Description |
|---|
FullScreenControlOptions()
Creates new FullScreenControlOptions object.
|
| Modifier and Type | Method and Description |
|---|---|
ControlPosition |
getPosition()
Returns value of position property.
|
void |
setPosition(ControlPosition position)
Sets new value for position property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updatePropertypublic FullScreenControlOptions()
public ControlPosition getPosition()
Contains the Position id. Used to specify the position of the control on the map. The default position is TOP_LEFT.
setPosition(com.teamdev.jxmaps.ControlPosition)public void setPosition(ControlPosition position)
position - new property valuegetPosition()