Class MapElement.ViewReference
java.lang.Object
com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
com.vaadin.flow.component.map.testbench.MapElement.ViewReference
- Enclosing class:
- MapElement
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloatgetZoom()voidsetCenter(MapElement.Coordinate coordinate) voidsetRotation(float rotation) voidsetZoom(float zoom) Methods inherited from class com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
exists, get, getBoolean, getDouble, getFloat, getInt, getLong, getString, getTypeName, path
-
Method Details
-
getCenter
-
setCenter
-
getZoom
public float getZoom() -
setZoom
public void setZoom(float zoom) -
getRotation
public float getRotation() -
setRotation
public void setRotation(float rotation)
-