| Package | com.esri.ags.symbol |
| Class | public class InfoSymbol |
| Inheritance | InfoSymbol Symbol flash.events.EventDispatcher |
Sample image of an InfoSymbol using the default datagrid: 
See also
| Property | Defined by | ||
|---|---|---|---|
| containerStyleName : String
The info symbol container style name.
| InfoSymbol | ||
| infoPlacement : String
The info symbol placement.
| InfoSymbol | ||
| infoRenderer : IFactory
The class factory for info renderer instances content.
| InfoSymbol | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new InfoSymbol.
| InfoSymbol | ||
![]() |
clear(sprite:Sprite):void
Clears the graphics that were drawn to the sprite object.
| Symbol | |
![]() |
destroy(sprite:Sprite):void
Removes all the graphics that were drawn to the sprite object and resets its properties.
| Symbol | |
![]() |
Draw the graphics on the sprite object.
| Symbol | |
| containerStyleName | property |
public var containerStyleName:StringThe info symbol container style name.
Note: the containerStyleName property was added in version 1.1 of the ArcGIS API for Flex.
| infoPlacement | property |
infoPlacement:String [read-write]The info symbol placement.
Implementation public function get infoPlacement():String
public function set infoPlacement(value:String):void
See also
| infoRenderer | property |
infoRenderer:IFactory [read-write]The class factory for info renderer instances content.
Implementation public function get infoRenderer():IFactory
public function set infoRenderer(value:IFactory):void
| InfoSymbol | () | constructor |
public function InfoSymbol()Creates a new InfoSymbol.