S
- The FeatureStyle child stylepublic abstract class FeatureStyle<S extends FeatureStyle> extends Styling<S>
The Feature style.
Copyright (c) 2017 Nexusgeographics All rights reserved.
Styling
,
LineStyle
,
PolygonStyle
,
MarkerStyle
,
PointStyle
Styling.Style
Constructor and Description |
---|
FeatureStyle() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getInteractive()
Checks if is interactive.
|
java.lang.Boolean |
isInteractive()
Checks if is interactive.
|
S |
setInteractive(java.lang.Boolean interactive)
Sets interactive.
|
getBlend, getColor, getMapStyle, getOrder, getStyle, getStylePath, hasStylePath, isVisible, setBlend, setColor, setOrder, setStyle, setStylePath, setVisible, toJson, toMap, toString
@Nullable public java.lang.Boolean isInteractive()
public S setInteractive(@Nullable java.lang.Boolean interactive)
interactive
- the interactive@Nullable public java.lang.Boolean getInteractive()