Package globus.glmap
Annotation Interface GLMapViewRenderer.GLMapPlacement
- Enclosing class:
- GLMapViewRenderer
Placement of screen-bound objects
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
bottom centerstatic final int
bottom left cornerstatic final int
in bottom right cornerstatic final int
Hiddenstatic final int
top centerstatic final int
in top left cornerstatic final int
in top right corner
-
Field Details
-
TopLeft
static final int TopLeftin top left corner- See Also:
-
TopCenter
static final int TopCentertop center- See Also:
-
TopRight
static final int TopRightin top right corner- See Also:
-
BottomLeft
static final int BottomLeftbottom left corner- See Also:
-
BottomCenter
static final int BottomCenterbottom center- See Also:
-
BottomRight
static final int BottomRightin bottom right corner- See Also:
-
Hidden
static final int HiddenHidden- See Also:
-