Uses of Class
com.jbstrap.jbmap.DivLayer
-
Uses of DivLayer in com.jbstrap.jbmap
Modifier 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.Modifier and TypeMethodDescriptionJBMap.addDivLayer
(DivLayer divLayer) Adds a divLayer to the map.JBMap.setDivLayers
(DivLayer... divLayers) Sets the divLayers by passing an array of divLayers.Modifier and TypeMethodDescriptionJBMap.setDivLayers
(List<DivLayer> divLayers) Sets the divLayer by passing a list of divLayers.