Interface Icon
- All Known Implementing Classes:
LeafletIcon
public interface Icon
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getStyle()
getType()
setIconSelectionCallback
(BiConsumer<Boolean, String> callback) setIconSize
(Double size) setLocation
(Location locations) setShouldBeAnnotated
(boolean shouldBeAnnotated) boolean
-
Field Details
-
FOCUS_TAG
- See Also:
-
-
Method Details
-
getId
String getId() -
getLocation
Location getLocation() -
setLocation
-
getType
Icon.IconTypes getType() -
getStyle
Icon.IconStyles getStyle() -
getIconSize
Double getIconSize() -
setIconSize
-
getFriendlyName
String getFriendlyName() -
setIconSelectionCallback
-
getIconSelectionCallback
BiConsumer<Boolean,String> getIconSelectionCallback() -
shouldBeAnnotated
boolean shouldBeAnnotated() -
setShouldBeAnnotated
-