Packagecom.esri.ags.clusterers.supportClasses
Classpublic class ClusterGraphic
InheritanceClusterGraphic Inheritance Graphic Inheritance mx.core.UIComponent

Since : ArcGIS API for Flex 2.0

Clusterers create an instance of ClusterGraphic when a cluster is computed.

Default MXML Propertygeometry



Public Properties
 PropertyDefined By
 Inheritedattributes : Object
Name-value pairs of fields and field values associated with the graphic.
Graphic
 InheritedautoMoveToTop : Boolean
If true, this Graphic will be moved to the top of the stack on mouseOver.
Graphic
 InheritedcheckForMouseListeners : Boolean
Prevents the map from zooming and panning when the mouse is over the graphic and the graphic has registered mouse listeners.
Graphic
  cluster : Cluster
[read-only] The cluster associated with this graphic.
ClusterGraphic
 Inheritedgeometry : Geometry
The geometry that defines the graphic.
Graphic
 InheritedgraphicsLayer : GraphicsLayer
[read-only] Return the parent as an instance of GraphicsLayer.
Graphic
 InheritedinfoWindowRenderer : IFactory
The info renderer.
Graphic
  mapPoint : MapPoint
[read-only] The map point geometry.
ClusterGraphic
 Inheritedsymbol : Symbol
The symbol for the graphic.
Graphic
Public Methods
 MethodDefined By
  
ClusterGraphic(mapPoint:MapPoint, symbol:Symbol, cluster:Cluster)
Creates a new instance of ClusterGraphic.
ClusterGraphic
 Inherited
refresh():void
Causes the Graphic to redraw.
Graphic
Events
 Event Summary Defined By
 InheritedFires when the geometry, symbol or attributes has changed.Graphic
Property Detail
clusterproperty
cluster:Cluster  [read-only]

The cluster associated with this graphic.


Implementation
    public function get cluster():Cluster
mapPointproperty 
mapPoint:MapPoint  [read-only]

The map point geometry.


Implementation
    public function get mapPoint():MapPoint
Constructor Detail
ClusterGraphic()Constructor
public function ClusterGraphic(mapPoint:MapPoint, symbol:Symbol, cluster:Cluster)

Creates a new instance of ClusterGraphic.

Parameters
mapPoint:MapPoint — The geometry as a mapPoint instance.
 
symbol:Symbol — The symbol to render this graphic.
 
cluster:Cluster — The cluster associated with this graphic.