public class CercleStyle extends FeatureStyle<CercleStyle>
The style of multipoint geometry.
Copyright (c) 2017 Nexusgeographics All rights reserved.
Styling,
FeatureStyleStyling.Style| Constructor and Description |
|---|
CercleStyle()
Instantiates a new Multi point style.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWidth()
Gets width in pixels string.
|
CercleStyle |
setWidth(java.lang.String width)
Sets width in pixels string.
|
getInteractive, isInteractive, setInteractivegetBlend, getColor, getMapStyle, getOrder, getStyle, getStylePath, hasStylePath, isVisible, setBlend, setColor, setOrder, setStyle, setStylePath, setVisible, toJson, toMap, toStringpublic CercleStyle setWidth(@NonNull java.lang.String width)
Example:
MultiPointStyle.setWidth("5px")width - the width in pixels string@NonNull public java.lang.String getWidth()