Uses of Class
com.jbstrap.jbmap.DivLayer
Packages that use DivLayer
-
Uses of DivLayer in com.jbstrap.jbmap
Methods in com.jbstrap.jbmap that return DivLayerModifier and TypeMethodDescriptionDivLayer.draw()
DivLayer.setAlign
(DivLayerAlign divLayerAlign) Sets the DivLayer’s layout.DivLayer.setBgColor
(String fillColor) Sets the DivLayer's border color.DivLayer.setBorderColor
(String color) Sets the DivLayer's border color.DivLayer.setBorderLineWidth
(int borderLineWidth) Sets the DivLayer border width.DivLayer.setBorderRadius
(int radius) Sets the DivLayer's border radius.DivLayer.setBorderStyle
(BorderStyle borderStyle) Sets the DivLayer border style.DivLayer.setClassName
(String className) Sets a custom CSS class.Sets the DivPoint height.DivLayer.setLayerOpacity
(double opacity) Sets the DivLayer opacity value.DivLayer.setShadow
(boolean shadow) DivLayer visibility setting.Sets the DivLayer height.Methods in com.jbstrap.jbmap with parameters of type DivLayerModifier and TypeMethodDescriptionJBMap.addDivLayer
(DivLayer divLayer) Adds a divLayer to the map.JBMap.setDivLayers
(DivLayer... divLayers) Sets the divLayers by passing an array of divLayers.Method parameters in com.jbstrap.jbmap with type arguments of type DivLayerModifier and TypeMethodDescriptionJBMap.setDivLayers
(List<DivLayer> divLayers) Sets the divLayer by passing a list of divLayers.