| Package | com.esri.ags.clusterers.supportClasses |
| Class | public class CellSymbol |
| Inheritance | CellSymbol Symbol flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
| Property | Defined By | ||
|---|---|---|---|
| backgroundAlpha : Number
The background alpha of the CellSymbol. | CellSymbol | ||
| backgroundColor : uint
The background color of the CellSymbol. | CellSymbol | ||
| borderAlpha : Number
The border alpha of the CellSymbol. | CellSymbol | ||
| borderColor : uint
The border color of the CellSymbol. | CellSymbol | ||
| borderThickness : Number
The border thickness of the CellSymbol, in pixels. | CellSymbol | ||
| cornerRadius : Number
The corner radius of the CellSymbol, in pixels. | CellSymbol | ||
| paddingBottom : Number
The bottom padding of the CellSymbol, in pixels. | CellSymbol | ||
| paddingLeft : Number
The left padding of the CellSymbol, in pixels. | CellSymbol | ||
| paddingRight : Number
The right padding of the CellSymbol, in pixels. | CellSymbol | ||
| paddingTop : Number
The top padding of the CellSymbol, in pixels. | CellSymbol | ||
| size : Number
The cell size in pixels. | CellSymbol | ||
| textFormat : TextFormat
The text format. | CellSymbol | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new CellSymbol instance. | CellSymbol | ||
![]() | clear(sprite:Sprite):void
Clears the graphics that were drawn to the sprite object. | Symbol | |
![]() | createSwatch(width:Number = 50, height:Number = 50):UIComponent
Creates a swatch for a symbol which can be used in a legend. | 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 | |
![]() |
Initialize the sprite. | Symbol | |
| backgroundAlpha | property |
backgroundAlpha:NumberThe background alpha of the CellSymbol. Possible values range from 0.0 (invisible, fully transparent) to 1.0 (opaque, fully visible).
The default value is 1.0 (opaque, fully visible).
This property can be used as the source for data binding.
public function get backgroundAlpha():Number public function set backgroundAlpha(value:Number):void| backgroundColor | property |
backgroundColor:uintThe background color of the CellSymbol.
The default value is 0x76D100 (turtle green).
This property can be used as the source for data binding.
public function get backgroundColor():uint public function set backgroundColor(value:uint):void| borderAlpha | property |
borderAlpha:NumberThe border alpha of the CellSymbol. Possible values range from 0.0 (invisible, fully transparent) to 1.0 (opaque, fully visible).
The default value is 1.0 (opaque, fully visible).
This property can be used as the source for data binding.
public function get borderAlpha():Number public function set borderAlpha(value:Number):void| borderColor | property |
borderColor:uintThe border color of the CellSymbol.
The default value is 0x000000 (black).
This property can be used as the source for data binding.
public function get borderColor():uint public function set borderColor(value:uint):void| borderThickness | property |
borderThickness:NumberThe border thickness of the CellSymbol, in pixels.
The default value is 2 pixels.
This property can be used as the source for data binding.
public function get borderThickness():Number public function set borderThickness(value:Number):void| cornerRadius | property |
cornerRadius:NumberThe corner radius of the CellSymbol, in pixels.
The default value is 15 pixels.
This property can be used as the source for data binding.
public function get cornerRadius():Number public function set cornerRadius(value:Number):void| paddingBottom | property |
paddingBottom:NumberThe bottom padding of the CellSymbol, in pixels.
The default value is 2 pixels.
This property can be used as the source for data binding.
public function get paddingBottom():Number public function set paddingBottom(value:Number):void| paddingLeft | property |
paddingLeft:NumberThe left padding of the CellSymbol, in pixels.
The default value is 2 pixels.
This property can be used as the source for data binding.
public function get paddingLeft():Number public function set paddingLeft(value:Number):void| paddingRight | property |
paddingRight:NumberThe right padding of the CellSymbol, in pixels.
The default value is 2 pixels.
This property can be used as the source for data binding.
public function get paddingRight():Number public function set paddingRight(value:Number):void| paddingTop | property |
paddingTop:NumberThe top padding of the CellSymbol, in pixels.
The default value is 2 pixels.
This property can be used as the source for data binding.
public function get paddingTop():Number public function set paddingTop(value:Number):void| size | property |
size:NumberThe cell size in pixels.
The default value is 70 pixels.
This property can be used as the source for data binding.
public function get size():Number public function set size(value:Number):void| textFormat | property |
textFormat:TextFormatThe text format.
The default value is null.
This property can be used as the source for data binding.
public function get textFormat():TextFormat public function set textFormat(value:TextFormat):void| CellSymbol | () | Constructor |
public function CellSymbol()Creates a new CellSymbol instance.