Constructor
new CircleStyle(options)
Parameters:
| Name | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | See below the available values.
Properties
|
- Source:
Members
(static) TYPE
List of available type for the circle style.
Properties:
| Name | Type | Description |
|---|---|---|
DASH |
||
PLANE |
||
DOT |
||
DOT_DASH |
- Source:
(protected) borderColor :Object
Border color.
Type:
- Object
- Source:
(protected) borderType :String
Border type.
Type:
- String
- Source:
(protected) borderWidth :int
Border width.
Type:
- int
- Source:
(protected) fillColor :Object
Fill color.
Type:
- Object
- Source:
(protected) native :Object
Type:
- Object
- Source:
Methods
getBorderColor() → {bemap.Color}
Return the bemap.Color which set the border color of the circle.
- Source:
Returns:
Return the Bemap.Color which set the border color of the circle.
- Type
- bemap.Color
getBorderType() → {String}
Get the border type of the circle style.
- Source:
Returns:
the border type of the circle.
- Type
- String
getBorderWidth() → {int}
Return the border width of the circle.
- Source:
Returns:
Return the border width of the circle.
- Type
- int
getFillColor() → {bemap.Color}
Return the bemap.Color which set the fill color of the circle.
- Source:
Returns:
Return the Bemap.Color which set the fill color of the circle.
- Type
- bemap.Color
setBorderColor(Color) → {bemap.CircleStyle}
Set the bemap.Color which set the border color of the circle.
Parameters:
| Name | Type | Description |
|---|---|---|
Color |
bemap.Color | the new bemap.Color to set the border color. |
- Source:
Returns:
Return this.
- Type
- bemap.CircleStyle
setBorderType(type) → {bemap.CircleStyle}
Set the border type of the circle.
Parameters:
| Name | Type | Description |
|---|---|---|
type |
String | the new border type to set. |
- Source:
Returns:
return this.
- Type
- bemap.CircleStyle
setBorderWidth(width) → {bemap.CircleStyle}
Set the border width of the circle.
Parameters:
| Name | Type | Description |
|---|---|---|
width |
double | the new border width of the circle to set. |
- Source:
Returns:
Return this.
- Type
- bemap.CircleStyle
setFillColor(fillColor) → {bemap.CircleStyle}
Set the bemap.Color which set the fill color of the circle.
Parameters:
| Name | Type | Description |
|---|---|---|
fillColor |
bemap.Color | the new bemap.Color to set the fill color. |
- Source:
Returns:
Return this.
- Type
- bemap.CircleStyle