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
public static class MapElement.ViewReference extends MapElement.ConfigurationObjectReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapElement.CoordinategetCenter()floatgetRotation()floatgetZoom()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 Detail
-
getCenter
public MapElement.Coordinate getCenter()
-
setCenter
public void setCenter(MapElement.Coordinate coordinate)
-
getZoom
public float getZoom()
-
setZoom
public void setZoom(float zoom)
-
getRotation
public float getRotation()
-
setRotation
public void setRotation(float rotation)
-
-