Package cn.mapway.geo.client.style
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 Summary
FieldsModifier and TypeFieldDescription边框的样式填充样式static final int简单样式int样式类型 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STYLE_TYPE_SIMPLE
public static final int STYLE_TYPE_SIMPLE简单样式- See Also:
-
type
public int type样式类型 -
borderStyle
边框的样式 -
fillStyle
填充样式
-
-
Constructor Details
-
StyleLayer
public StyleLayer()
-