|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.controls.ScaleControlOptions
public class ScaleControlOptions
Options for the rendering of the scale control.
See ScaleControlOptions API Doc
| Constructor Summary | |
|---|---|
protected |
ScaleControlOptions()
Options for the rendering of the scale control. |
| Method Summary | |
|---|---|
ControlPosition |
getPosition()
Position id. |
ScaleControlStyle |
getStyle()
get Style id. |
static ScaleControlOptions |
newInstance()
Options for the rendering of the scale control. |
void |
setPosition(ControlPosition position)
Position id. |
void |
setStyle(ScaleControlStyle style)
set Style id. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ScaleControlOptions()
| Method Detail |
|---|
public static final ScaleControlOptions newInstance()
public final ControlPosition getPosition()
public final void setPosition(ControlPosition position)
position - ControlPositionpublic final void setStyle(ScaleControlStyle style)
style - ScaleControlStylepublic final ScaleControlStyle getStyle()
ScaleControlStyle
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||