Packagecom.esri.ags.controls.infoClasses
Classpublic final class InfoPlacement

The InfoPlacement class specifies constant values used to style an InfoContainer. For example, you can use them with InfoSymbol.infoPlacement or as a style for an InfoWindow or InfoSymbol.

See also

com.esri.ags.symbol.InfoSymbol.infoPlacement
InfoContainer
Live sample - Using infoPlacement style for InfoSymbols


Public Constants
 ConstantDefined 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
Constant detail
BOTTOMconstant
public static const BOTTOM:String = "bottom"

Specifies that the InfoSymbol or InfoWindow is on the bottom side of the anchor point.

CENTERconstant 
public static const CENTER:String = "center"

Specifies that the InfoSymbol or InfoWindow is at the center of the anchor point.

LEFTconstant 
public static const LEFT:String = "left"

Specifies that the InfoSymbol or InfoWindow is on the left side of the anchor point.

LOWERLEFTconstant 
public static const LOWERLEFT:String = "lowerLeft"

Specifies that the InfoSymbol or InfoWindow is on the lower left side of the anchor point.

LOWERRIGHTconstant 
public static const LOWERRIGHT:String = "lowerRight"

Specifies that the InfoSymbol or InfoWindow is on the lower right side of the anchor point.

RIGHTconstant 
public static const RIGHT:String = "right"

Specifies that the InfoSymbol or InfoWindow is on the right side of the anchor point.

TOPconstant 
public static const TOP:String = "top"

Specifies that the InfoSymbol or InfoWindow is on the top side of the anchor point.

UPPERLEFTconstant 
public static const UPPERLEFT:String = "upperLeft"

Specifies that the InfoSymbol or InfoWindow is on the upper left side of the anchor point.

UPPERRIGHTconstant 
public static const UPPERRIGHT:String = "upperRight"

Specifies that the InfoSymbol or InfoWindow is on the upper right side of the anchor point.