Class MapElement.LayerReference
- java.lang.Object
-
- com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
-
- com.vaadin.flow.component.map.testbench.MapElement.LayerReference
-
- Enclosing class:
- MapElement
public static class MapElement.LayerReference extends MapElement.ConfigurationObjectReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetOpacity()MapElement.SourceReferencegetSource()LonggetZIndex()booleanisVisible()-
Methods inherited from class com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
exists, get, getBoolean, getDouble, getFloat, getInt, getLong, getString, getTypeName, path
-
-
-
-
Method Detail
-
getSource
public MapElement.SourceReference getSource()
-
isVisible
public boolean isVisible()
-
getOpacity
public float getOpacity()
-
getZIndex
public Long getZIndex()
-
-