Class StyleLayer

java.lang.Object
cn.mapway.geo.client.style.StyleLayer
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable

@JsType public class StyleLayer extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
StyleLayer 描述样式表中的一个层
Author:
zhang
See Also:
  • Field Details

    • STYLE_TYPE_SIMPLE

      public static final int STYLE_TYPE_SIMPLE
      简单样式
      See Also:
    • type

      public int type
      样式类型
    • borderStyle

      public BorderStyle borderStyle
      边框的样式
    • fillStyle

      public FillStyle fillStyle
      填充样式
  • Constructor Details

    • StyleLayer

      public StyleLayer()