| Package | com.esri.ags.clusterers.supportClasses |
| Class | public class ClusterGraphic |
| Inheritance | ClusterGraphic Graphic mx.core.UIComponent |
| Since : | ArcGIS API for Flex 2.0 |
ClusterGraphic when a cluster is computed.
Default MXML Propertygeometry
| Property | Defined By | ||
|---|---|---|---|
![]() | attributes : Object
Name-value pairs of fields and field values associated with the graphic. | Graphic | |
![]() | autoMoveToTop : Boolean
If true, this Graphic will be moved to the top of the stack on mouseOver. | Graphic | |
![]() | checkForMouseListeners : 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 | ||
![]() | geometry : Geometry
The geometry that defines the graphic. | Graphic | |
![]() | graphicsLayer : GraphicsLayer [read-only]
Return the parent as an instance of GraphicsLayer. | Graphic | |
![]() | infoWindowRenderer : IFactory
The info renderer. | Graphic | |
| mapPoint : MapPoint [read-only]
The map point geometry. | ClusterGraphic | ||
![]() | symbol : Symbol
The symbol for the graphic. | Graphic | |
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance of ClusterGraphic. | ClusterGraphic | ||
![]() | refresh():void
Causes the Graphic to redraw. | Graphic | |
| cluster | property |
cluster:Cluster [read-only] The cluster associated with this graphic.
public function get cluster():Cluster| mapPoint | property |
mapPoint:MapPoint [read-only] The map point geometry.
public function get mapPoint():MapPoint| ClusterGraphic | () | Constructor |
public function ClusterGraphic(mapPoint:MapPoint, symbol:Symbol, cluster:Cluster)
Creates a new instance of ClusterGraphic.
mapPoint:MapPoint — The geometry as a mapPoint instance.
| |
symbol:Symbol — The symbol to render this graphic.
| |
cluster:Cluster — The cluster associated with this graphic.
|