Uses of Class
com.jbstrap.jbmap.layers.LayerStyle
Packages that use LayerStyle
-
Uses of LayerStyle in com.jbstrap.jbmap
Methods in com.jbstrap.jbmap that return LayerStyleModifier and TypeMethodDescriptionLayerGroup.getLayerStyle()Gets the LayerGroup's LayerStyle settingsLayerStyleMethods in com.jbstrap.jbmap with parameters of type LayerStyleModifier and TypeMethodDescriptionprotected JBMapJBMap.addLayerStyle(LayerStyle layerStyle) Adds a LayerStyle to the JBMap.LayerGroup.setLayerStyle(LayerStyle layerStyle) The LayerGroup's LayerStyle setting.protected JBMapJBMap.setLayerStyles(LayerStyle... layerStyles) Adds a LayerStyle array to the JBMap.Method parameters in com.jbstrap.jbmap with type arguments of type LayerStyleModifier and TypeMethodDescriptionprotected JBMapJBMap.setLayerStyles(List<LayerStyle> layerStyles) Adds a list of LayerStyles to the JBMap. -
Uses of LayerStyle in com.jbstrap.jbmap.layers
Fields in com.jbstrap.jbmap.layers declared as LayerStyleMethods in com.jbstrap.jbmap.layers that return LayerStyleModifier and TypeMethodDescriptiondefault LayerStyleLayerStyleLayer.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.Methods in com.jbstrap.jbmap.layers with parameters of type LayerStyleModifier and TypeMethodDescriptiondefault TLayerStyleLayer.setLayerStyle(LayerStyle layerStyle) Specifies aLayerStyleinstance containing the layer's style settings.