Class BaseImageLayerOptions
java.lang.Object
io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptions
io.jmix.mapsflowui.kit.component.model.layer.option.BaseImageLayerOptions
- All Implemented Interfaces:
- HasBaseLayerOptions
- Direct Known Subclasses:
- ImageLayerOptions
Abstract implementation of options for server-rendered images.
 
For more details see: BaseImageLayer docs
- See Also:
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptionsgetClassName, getExtent, getMaxZoom, getMinZoom, getOpacity, getVisible, getZIndex, setClassName, setExtent, setMaxZoom, setMinZoom, setOpacity, setVisible, setZIndex
- 
Constructor Details- 
BaseImageLayerOptionspublic BaseImageLayerOptions()
 
-