public final class LineStyle extends MultiPointStyle<LineStyle>
The style of Line.
Copyright (c) 2017 Nexusgeographics All rights reserved.
Styling
,
FeatureStyle
,
MultiPointStyle
Styling.Style
Constructor and Description |
---|
LineStyle()
Instantiates a new Point style.
|
LineStyle(java.util.Map<java.lang.String,java.lang.String> mapStyle)
Instantiates a new Line style.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOutline()
Gets outline in pixels.
|
LineStyle |
setOutline(java.lang.String pixels)
Sets outline in pixels string.
|
getWidth, setWidth
getInteractive, isInteractive, setInteractive
getBlend, getColor, getMapStyle, getOrder, getStyle, getStylePath, hasStylePath, isVisible, setBlend, setColor, setOrder, setStyle, setStylePath, setVisible, toJson, toMap, toString
public LineStyle()
public LineStyle(@Nullable java.util.Map<java.lang.String,java.lang.String> mapStyle)
mapStyle
- the map stylepublic LineStyle setOutline(@Nullable java.lang.String pixels)
Example:
LineStyle.setOutline("1px")
pixels
- the pixels string@Nullable public java.lang.String getOutline()