com.supermap.web.clustering
public class SparkElementStyle
继承 SparkElementStyle Inheritance Object

离散点显示样式类.

该类用于设置发散显示时,离散点的显示样式。



公共属性
  属性 定义方
    backgroundAlpha : Number
获取或设置离散点的填充透明度。
SparkElementStyle
    backgroundColor : uint
获取或设置离散点的填充颜色。
SparkElementStyle
    borderAlpha : Number
获取或设置离散点的边界透明度。
SparkElementStyle
    borderColor : uint
获取或设置离散点的边界颜色。
SparkElementStyle
    borderThickness : Number
获取或设置离散点的边界宽度。
SparkElementStyle
    radius : Number
获取或设置离散点的半径。
SparkElementStyle
公共方法
  方法 定义方
   
初始化 SparkElementStyle 类的新实例。
SparkElementStyle
属性详细信息
backgroundAlpha 属性
backgroundAlpha:Number

获取或设置离散点的填充透明度。


Implementation
    public function get backgroundAlpha():Number
    public function set backgroundAlpha(value:Number):void
backgroundColor 属性  
backgroundColor:uint

获取或设置离散点的填充颜色。


Implementation
    public function get backgroundColor():uint
    public function set backgroundColor(value:uint):void
borderAlpha 属性  
borderAlpha:Number

获取或设置离散点的边界透明度。


Implementation
    public function get borderAlpha():Number
    public function set borderAlpha(value:Number):void
borderColor 属性  
borderColor:uint

获取或设置离散点的边界颜色。


Implementation
    public function get borderColor():uint
    public function set borderColor(value:uint):void
borderThickness 属性  
borderThickness:Number

获取或设置离散点的边界宽度。


Implementation
    public function get borderThickness():Number
    public function set borderThickness(value:Number):void
radius 属性  
radius:Number

获取或设置离散点的半径。


Implementation
    public function get radius():Number
    public function set radius(value:Number):void
构造函数详细信息
SparkElementStyle () 构造函数
public function SparkElementStyle()

初始化 SparkElementStyle 类的新实例。