Uses of Class
com.jbstrap.jbmap.layers.layer.PointImage
Packages that use PointImage
-
Uses of PointImage in com.jbstrap.jbmap
Methods in com.jbstrap.jbmap that return PointImageModifier and TypeMethodDescriptionLayerGroup.getPointImage()
Gets the LayerGroup's set PointImagesPointImage
.Methods in com.jbstrap.jbmap with parameters of type PointImageModifier 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.Method parameters in com.jbstrap.jbmap with type arguments of type PointImageModifier 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
Methods in com.jbstrap.jbmap.layers.layer that return PointImageModifier 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).Methods in com.jbstrap.jbmap.layers.layer with parameters of type PointImageModifier and TypeMethodDescriptionPoint.setPointImage
(PointImage pointImage) Sets the point image.