com.supermap.web.themes
public class RawTheme
继承 RawTheme Inheritance Theme Inheritance Object

主题风格类.

该主题用于定义要素的显示风格,目前涉及 actions 和 styles 两个包。
主题风格使用方法:Map.theme = new RawTheme();



公共属性
  属性 定义方
  Inherited alpha : Number = 1
点或线的透明度。1 表示不透明。取值范围:0~1。
Theme
  Inherited fillAlpha : Number = 0.4
填充透明度。取值范围:0~1。
Theme
  Inherited fillColor : uint = 0x4272d7
填充色。
Theme
  Inherited hlFillColor : uint = 0x33ff66
客户端地物编辑时,面要素的高亮颜色。
Theme
  Inherited hlLineColor : uint = 0x0046d2
客户端地物编辑时,弧段的高亮颜色。
Theme
  Inherited hlPointColor : uint = 0xc2c2c2
客户端地物编辑时,结点的高亮颜色。
Theme
  Inherited lineColor : uint = 0x5082e5
线颜色。
Theme
  Inherited pointColor : uint = 0x4272d7
点颜色。
Theme
  Inherited size : Number = 12
点大小。单位:像素。
Theme
  Inherited weight : Number = 2
线宽。单位:像素。
Theme
公共方法
  方法 定义方
   
初始化 RawTheme 的新实例。
RawTheme
构造函数详细信息
RawTheme () 构造函数
public function RawTheme()

初始化 RawTheme 的新实例。