Packagecom.esri.ags.events
Classpublic class FlareMouseEvent
InheritanceFlareMouseEvent Inheritance flash.events.MouseEvent

Since : ArcGIS API for Flex 2.0

Represents event objects that are specific to the FlareSymbol.

See also

com.esri.ags.clusterers.supportClasses.FlareSymbol


Public Properties
 PropertyDefined By
  cluster : Cluster
Reference to the associated cluster.
FlareMouseEvent
  graphic : Graphic
Reference to the associated graphic.
FlareMouseEvent
Public Methods
 MethodDefined By
  
FlareMouseEvent(type:String, cluster:Cluster, graphic:Graphic)
Creates a new FlareMouseEvent instance.
FlareMouseEvent
Public Constants
 ConstantDefined 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
Property Detail
clusterproperty
public var cluster:Cluster

Reference to the associated cluster.

graphicproperty 
public var graphic:Graphic

Reference to the associated graphic.

Constructor Detail
FlareMouseEvent()Constructor
public function FlareMouseEvent(type:String, cluster:Cluster, graphic:Graphic)

Creates a new FlareMouseEvent instance.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
cluster:Cluster — The cluster reference.
 
graphic:Graphic — The graphic reference.
Constant Detail
FLARE_CLICKConstant
public static const FLARE_CLICK:String = flareClick

Defines the value of the type property of a flareClick event object.

FLARE_OUTConstant 
public static const FLARE_OUT:String = flareOut

Defines the value of the type property of a flareOut event object.

FLARE_OVERConstant 
public static const FLARE_OVER:String = flareOver

Defines the value of the type property of a flareOver event object.