com.supermap.web.iServerJava2.components.skins
public class LegendSkin
继承 LegendSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

地图图例控件皮肤类.

该类用于定义图例控件各组成部分的外观显示。

默认 MXML 属性mxmlContent



公共属性
  属性 定义方
    hostComponent : Legend
引用此皮肤的 Legend 组件。.
LegendSkin
    legendTree : AutoSizeTree
tree 列表组件。用于承载显示各图例子项。
LegendSkin
公共方法
  方法 定义方
   
Constructor.
LegendSkin
属性详细信息
hostComponent 属性
public var hostComponent:Legend

引用此皮肤的 Legend 组件。.

此属性可用作数据绑定的源。修改此属性后,将调度 Bindable 事件。

legendTree 属性  
public var legendTree:AutoSizeTree

tree 列表组件。用于承载显示各图例子项。

此属性可用作数据绑定的源。修改此属性后,将调度 Bindable 事件。

构造函数详细信息
LegendSkin () 构造函数
public function LegendSkin()

Constructor.