com.mapitz.gwt.googleMaps.client
Class GControlAnchor

java.lang.Object
  extended by com.mapitz.gwt.googleMaps.client.GControlAnchor

public class GControlAnchor
extends java.lang.Object

Factory for Location anchors used for GControl

Author:
aglaforge

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

G_ANCHOR_TOP_RIGHT

public static GControlAnchor G_ANCHOR_TOP_RIGHT()
G_ANCHOR_TOP_RIGHT The control will be anchored in the top right corner of the map.

Returns:

G_ANCHOR_TOP_LEFT

public static GControlAnchor G_ANCHOR_TOP_LEFT()
G_ANCHOR_TOP_LEFT The control will be anchored in the top left corner of the map.

Returns:

G_ANCHOR_BOTTOM_RIGHT

public static GControlAnchor G_ANCHOR_BOTTOM_RIGHT()
G_ANCHOR_BOTTOM_RIGHT The control will be anchored in the bottom right corner of the map.

Returns:

G_ANCHOR_BOTTOM_LEFT

public static GControlAnchor G_ANCHOR_BOTTOM_LEFT()
G_ANCHOR_BOTTOM_LEFT The control will be anchored in the bottom left corner of the map.

Returns:

getIndex

public int getIndex()
get the numerical enum val

Returns: