| Package | com.esri.ags.controls.infoClasses |
| Class | public final class InfoPlacement |
See also
| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM : String = "bottom" [static]
Specifies that the InfoSymbol or InfoWindow is on the bottom side of the anchor point.
| InfoPlacement | ||
| CENTER : String = "center" [static]
Specifies that the InfoSymbol or InfoWindow is at the center of the anchor point.
| InfoPlacement | ||
| LEFT : String = "left" [static]
Specifies that the InfoSymbol or InfoWindow is on the left side of the anchor point.
| InfoPlacement | ||
| LOWERLEFT : String = "lowerLeft" [static]
Specifies that the InfoSymbol or InfoWindow is on the lower left side of the anchor point.
| InfoPlacement | ||
| LOWERRIGHT : String = "lowerRight" [static]
Specifies that the InfoSymbol or InfoWindow is on the lower right side of the anchor point.
| InfoPlacement | ||
| RIGHT : String = "right" [static]
Specifies that the InfoSymbol or InfoWindow is on the right side of the anchor point.
| InfoPlacement | ||
| TOP : String = "top" [static]
Specifies that the InfoSymbol or InfoWindow is on the top side of the anchor point.
| InfoPlacement | ||
| UPPERLEFT : String = "upperLeft" [static]
Specifies that the InfoSymbol or InfoWindow is on the upper left side of the anchor point.
| InfoPlacement | ||
| UPPERRIGHT : String = "upperRight" [static]
Specifies that the InfoSymbol or InfoWindow is on the upper right side of the anchor point.
| InfoPlacement | ||
| BOTTOM | constant |
public static const BOTTOM:String = "bottom"Specifies that the InfoSymbol or InfoWindow is on the bottom side of the anchor point.
| CENTER | constant |
public static const CENTER:String = "center"Specifies that the InfoSymbol or InfoWindow is at the center of the anchor point.
| LEFT | constant |
public static const LEFT:String = "left"Specifies that the InfoSymbol or InfoWindow is on the left side of the anchor point.
| LOWERLEFT | constant |
public static const LOWERLEFT:String = "lowerLeft"Specifies that the InfoSymbol or InfoWindow is on the lower left side of the anchor point.
| LOWERRIGHT | constant |
public static const LOWERRIGHT:String = "lowerRight"Specifies that the InfoSymbol or InfoWindow is on the lower right side of the anchor point.
| RIGHT | constant |
public static const RIGHT:String = "right"Specifies that the InfoSymbol or InfoWindow is on the right side of the anchor point.
| TOP | constant |
public static const TOP:String = "top"Specifies that the InfoSymbol or InfoWindow is on the top side of the anchor point.
| UPPERLEFT | constant |
public static const UPPERLEFT:String = "upperLeft"Specifies that the InfoSymbol or InfoWindow is on the upper left side of the anchor point.
| UPPERRIGHT | constant |
public static const UPPERRIGHT:String = "upperRight"Specifies that the InfoSymbol or InfoWindow is on the upper right side of the anchor point.