| Package | com.esri.ags.events |
| Class | public class FlareMouseEvent |
| Inheritance | FlareMouseEvent flash.events.MouseEvent |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| cluster : Cluster
Reference to the associated cluster. | FlareMouseEvent | ||
| graphic : Graphic
Reference to the associated graphic. | FlareMouseEvent | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new FlareMouseEvent instance. | FlareMouseEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| FLARE_CLICK : String = flareClick [static]
Defines the value of the type property of a flareClick event object. | FlareMouseEvent | ||
| FLARE_OUT : String = flareOut [static]
Defines the value of the type property of a flareOut event object. | FlareMouseEvent | ||
| FLARE_OVER : String = flareOver [static]
Defines the value of the type property of a flareOver event object. | FlareMouseEvent | ||
| cluster | property |
public var cluster:ClusterReference to the associated cluster.
| graphic | property |
public var graphic:GraphicReference to the associated graphic.
| FlareMouseEvent | () | Constructor |
public function FlareMouseEvent(type:String, cluster:Cluster, graphic:Graphic)Creates a new FlareMouseEvent instance.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
cluster:Cluster — The cluster reference.
| |
graphic:Graphic — The graphic reference.
|
| FLARE_CLICK | Constant |
public static const FLARE_CLICK:String = flareClick
Defines the value of the type property of a flareClick event object.
| FLARE_OUT | Constant |
public static const FLARE_OUT:String = flareOut
Defines the value of the type property of a flareOut event object.
| FLARE_OVER | Constant |
public static const FLARE_OVER:String = flareOver
Defines the value of the type property of a flareOver event object.