| Package | com.esri.ags.components.supportClasses |
| Class | public final class InfoPlacement |
| Inheritance | InfoPlacement Object |
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 = bottomSpecifies that the InfoSymbol or InfoWindow is on the bottom side of the anchor point.
| CENTER | Constant |
public static const CENTER:String = centerSpecifies that the InfoSymbol or InfoWindow is at the center of the anchor point.
| LEFT | Constant |
public static const LEFT:String = leftSpecifies that the InfoSymbol or InfoWindow is on the left side of the anchor point.
| LOWERLEFT | Constant |
public static const LOWERLEFT:String = lowerLeftSpecifies that the InfoSymbol or InfoWindow is on the lower left side of the anchor point.
| LOWERRIGHT | Constant |
public static const LOWERRIGHT:String = lowerRightSpecifies that the InfoSymbol or InfoWindow is on the lower right side of the anchor point.
| RIGHT | Constant |
public static const RIGHT:String = rightSpecifies that the InfoSymbol or InfoWindow is on the right side of the anchor point.
| TOP | Constant |
public static const TOP:String = topSpecifies that the InfoSymbol or InfoWindow is on the top side of the anchor point.
| UPPERLEFT | Constant |
public static const UPPERLEFT:String = upperLeftSpecifies that the InfoSymbol or InfoWindow is on the upper left side of the anchor point.
| UPPERRIGHT | Constant |
public static const UPPERRIGHT:String = upperRightSpecifies that the InfoSymbol or InfoWindow is on the upper right side of the anchor point.