|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.ZoomControlStyle
public class ZoomControlStyle
Identifiers for the zoom control. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static ZoomControlStyle |
DEFAULT
The default zoom control. |
static ZoomControlStyle |
LARGE
The larger control, with the zoom slider in addition to +/- buttons. |
static ZoomControlStyle |
SMALL
A small control with buttons to zoom in and out. |
Constructor Summary | |
---|---|
protected |
ZoomControlStyle()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static ZoomControlStyle |
fromValue(double value)
Access the enum instance using the underlying value of the type. |
double |
getValue()
Access the underlying value of the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ZoomControlStyle DEFAULT
public static final ZoomControlStyle LARGE
public static final ZoomControlStyle SMALL
Constructor Detail |
---|
protected ZoomControlStyle()
Method Detail |
---|
public static final ZoomControlStyle fromValue(double value)
public final double getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |