Uses of Enum Class
com.vaadin.flow.component.map.configuration.controls.ScaleControl.Unit
Packages that use ScaleControl.Unit
-
Uses of ScaleControl.Unit in com.vaadin.flow.component.map.configuration.controls
Methods in com.vaadin.flow.component.map.configuration.controls that return ScaleControl.UnitModifier and TypeMethodDescriptionScaleControl.getUnits()Returns the units used for the scale control.static ScaleControl.UnitReturns the enum constant of this class with the specified name.static ScaleControl.Unit[]ScaleControl.Unit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.map.configuration.controls with parameters of type ScaleControl.UnitModifier and TypeMethodDescriptionvoidScaleControl.setUnits(ScaleControl.Unit units) Sets the units to use for the scale control.