Uses of Class
com.vaadin.flow.component.map.configuration.style.Icon.AnchorOrigin
-
Packages that use Icon.AnchorOrigin Package Description com.vaadin.flow.component.map.configuration.style -
-
Uses of Icon.AnchorOrigin in com.vaadin.flow.component.map.configuration.style
Methods in com.vaadin.flow.component.map.configuration.style that return Icon.AnchorOrigin Modifier and Type Method Description Icon.AnchorOriginIcon. getAnchorOrigin()The origin of theIcon.getAnchor()position.static Icon.AnchorOriginIcon.AnchorOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static Icon.AnchorOrigin[]Icon.AnchorOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.map.configuration.style with parameters of type Icon.AnchorOrigin Modifier and Type Method Description voidIcon.Options. setAnchorOrigin(Icon.AnchorOrigin anchorOrigin)
-