Package cn.mapway.geo.client.style
Class BorderStyle
java.lang.Object
cn.mapway.geo.client.style.BorderStyle
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
@JsType
public class BorderStyle
extends Object
implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
BorderStyle
边框样式
- Author:
- zhang
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BORDER_TYPE_SOLID
-
color
边框的颜色 -
width
public int width边框宽度 -
type
public int type边框类型 -
pattern
边框的模式 -
opacity
public double opacity边框透明度 0-1 0 不透明
-
-
Constructor Details
-
BorderStyle
public BorderStyle()
-