Uses of Class
com.vaadin.flow.component.map.configuration.source.ImageSource
-
Packages that use ImageSource Package Description com.vaadin.flow.component.map.configuration.layer com.vaadin.flow.component.map.configuration.source -
-
Uses of ImageSource in com.vaadin.flow.component.map.configuration.layer
Methods in com.vaadin.flow.component.map.configuration.layer that return ImageSource Modifier and Type Method Description ImageSourceImageLayer. getSource()Methods in com.vaadin.flow.component.map.configuration.layer with parameters of type ImageSource Modifier and Type Method Description voidImageLayer. setSource(ImageSource source)Sets the source for this layer. -
Uses of ImageSource in com.vaadin.flow.component.map.configuration.source
Subclasses of ImageSource in com.vaadin.flow.component.map.configuration.source Modifier and Type Class Description classImageWMSSourceSource for WMS servers providing single, untiled images
-