S - The MultiPointStyle child stylepublic abstract class MultiPointStyle<S extends MultiPointStyle> extends FeatureStyle<S>
The style of multipoint geometry.
Copyright (c) 2017 Nexusgeographics All rights reserved.
Styling, 
FeatureStyle, 
LineStyle, 
PolygonStyleStyling.Style| Constructor and Description | 
|---|
| MultiPointStyle()Instantiates a new Multi point style. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getWidth()Gets width in pixels string. | 
| S | 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 S setWidth(@NonNull java.lang.String width)
Example:
MultiPointStyle.setWidth("5px")width - the width in pixels string@NonNull public java.lang.String getWidth()