Uses of Class
com.jbstrap.jbmap.layers.layer.DivPoint
-
Uses of DivPoint in com.jbstrap.jbmap.layers.layer
Modifier and TypeMethodDescriptionDivPoint.draw()
Sets the DivPoint content.Sets the anchor (offset coordinates relative to the DivPoint).DivPoint.setBorderLineColor
(String borderLineColor) Sets the DivPoint border color.DivPoint.setBorderLineWidth
(int borderLineWidth) Sets the DivPoint border width.DivPoint.setBorderRadius
(int borderRadius) Sets the DivPoint border radius.DivPoint.setBorderStyle
(BorderStyle borderStyle) Sets the DivPoint border style.DivPoint.setClassName
(String className) Adds a custom CSS class to the DivPoint.DivPoint.setCoordinates
(Coordinates coordinates) Sets the upper left corner coordinates of the DivPoint.DivPoint.setFillColor
(String fillColor) Sets the DivPoint border color.Sets the DivPoint height.DivPoint.setOpacity
(double opacity) Sets the DivPoint opacity value.DivPoint.setPopupAnchor
(int x, int y) Sets the popup anchor (offset coordinates relative to the DivPoint).DivPoint.setShadow
(boolean shadow) Sets if there should be a shadow on the DivPoint.DivPoint.setTooltipAnchor
(int x, int y) Gets the tooltip anchor relative to the DivPoint coordinates.Sets the DivPoint's width.