Uses of Class
com.jbstrap.jbmap.layers.LayerStyle
-
Uses of LayerStyle in com.jbstrap.jbmap
Modifier and TypeMethodDescriptionLayerGroup.getLayerStyle()
Gets the LayerGroup's LayerStyle settingsLayerStyle
Modifier and TypeMethodDescriptionprotected JBMap
JBMap.addLayerStyle
(LayerStyle layerStyle) Adds a LayerStyle to the JBMap.LayerGroup.setLayerStyle
(LayerStyle layerStyle) The LayerGroup's LayerStyle setting.protected JBMap
JBMap.setLayerStyles
(LayerStyle... layerStyles) Adds a LayerStyle array to the JBMap.Modifier and TypeMethodDescriptionprotected JBMap
JBMap.setLayerStyles
(List<LayerStyle> layerStyles) Adds a list of LayerStyles to the JBMap. -
Uses of LayerStyle in com.jbstrap.jbmap.layers
Modifier and TypeMethodDescriptiondefault LayerStyle
LayerStyleLayer.getLayerStyle()
Gets the LayerStyle instance containing the layer's style settings.LayerStyle.setBorderLineColor
(String borderLineColor) Sets the shape's border color.LayerStyle.setBorderLineVisible
(boolean borderLineVisible) Sets the border line (delimiting the shape) visibility.LayerStyle.setBorderLineWidth
(int borderLineWidth) Sets the border line width.LayerStyle.setBorderOpacity
(double opacity) Sets the border line opacity.LayerStyle.setClassName
(String className) Adds a custom CSS class name to the shape.LayerStyle.setFillColor
(String fillColor) Sets the shape fill color.LayerStyle.setFillColorVisible
(boolean fillColorVisible) Sets the shape fill visibility.LayerStyle.setFillOpacity
(double fillOpacity) Sets the fill opacity.LayerStyle.setLineDashArray
(int... dashArray) Sets the line dash pattern.LayerStyle.setLineDashOffset
(int lineDashOffset) Gets the line dash offset.Modifier and TypeMethodDescriptiondefault T
LayerStyleLayer.setLayerStyle
(LayerStyle layerStyle) Specifies aLayerStyle
instance containing the layer's style settings.