|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapitz.gwt.googleMaps.client.GControlAnchor
public class GControlAnchor
Factory for Location anchors used for GControl
| Method Summary | |
|---|---|
static GControlAnchor |
G_ANCHOR_BOTTOM_LEFT()
G_ANCHOR_BOTTOM_LEFT The control will be anchored in the bottom left corner of the map. |
static GControlAnchor |
G_ANCHOR_BOTTOM_RIGHT()
G_ANCHOR_BOTTOM_RIGHT The control will be anchored in the bottom right corner of the map. |
static GControlAnchor |
G_ANCHOR_TOP_LEFT()
G_ANCHOR_TOP_LEFT The control will be anchored in the top left corner of the map. |
static GControlAnchor |
G_ANCHOR_TOP_RIGHT()
G_ANCHOR_TOP_RIGHT The control will be anchored in the top right corner of the map. |
int |
getIndex()
get the numerical enum val |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static GControlAnchor G_ANCHOR_TOP_RIGHT()
public static GControlAnchor G_ANCHOR_TOP_LEFT()
public static GControlAnchor G_ANCHOR_BOTTOM_RIGHT()
public static GControlAnchor G_ANCHOR_BOTTOM_LEFT()
public int getIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||