Uses of Class
com.jbstrap.jbmap.layers.layer.PointImage
-
Uses of PointImage in com.jbstrap.jbmap
Modifier and TypeMethodDescriptionLayerGroup.getPointImage()
Gets the LayerGroup's set PointImagesPointImage
.Modifier and TypeMethodDescriptionprotected JBMap
JBMap.addPointImage
(PointImage pointImage) Adds a PointImage to the JBMap.LayerGroup.setPointImage
(PointImage pointImage) Sets the LayerGroup's PointImage image.protected JBMap
JBMap.setPointImages
(PointImage... pointImages) Sets a PointImage array in JBMap.Modifier and TypeMethodDescriptionprotected JBMap
JBMap.setPointImages
(List<PointImage> pointImages) Sets a list of PointImages in the JBMap. -
Uses of PointImage in com.jbstrap.jbmap.layers.layer
Modifier and TypeMethodDescriptionPoint.getPointImage()
Gets the point image.PointImage.setClassName
(String className) Adds a custom CSS to the PointImage.PointImage.setImageAnchor
(Integer x, Integer y) Sets the anchor (offset coordinates relative to the Point).PointImage.setImageSize
(Integer width, Integer height) Sets the image size.PointImage.setImageUrl
(String imageUrl) Sets the PointImage URL.PointImage.setPopupAnchor
(int x, int y) Sets the popup anchor (offset coordinates relative to the Point).PointImage.setShadowAnchor
(Integer x, Integer y) Sets the anchor (offset coordinates relative to the Point).PointImage.setShadowSize
(Integer width, Integer height) Sets the image shadow size.PointImage.setShadowUrl
(String shadowUrl) Sets the image shadow URL.PointImage.setTooltipAnchor
(int x, int y) Gets the tooltip anchor (offset coordinates relative to the Point).Modifier and TypeMethodDescriptionPoint.setPointImage
(PointImage pointImage) Sets the point image.