We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.map.configuration.source.
Class TileSource.BaseOptions<T extends TileSource.BaseOptions<T>>
- java.lang.Object
-
- com.vaadin.flow.component.map.configuration.source.Source.BaseOptions<T>
-
- com.vaadin.flow.component.map.configuration.source.TileSource.BaseOptions<T>
-
Direct Known Subclasses:
Enclosing class:
protected static class TileSource.BaseOptions<T extends TileSource.BaseOptions<T>> extends Source.BaseOptions<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseOptions()
-
Method Summary
All Methods Modifier and Type Method Description T
setOpaque(boolean opaque)
-
Methods inherited from class com.vaadin.flow.component.map.configuration.source.Source.BaseOptions
getThis, setAttributions, setAttributionsCollapsible, setProjection
-
-
-
-
Method Detail
-
setOpaque
public T setOpaque(boolean opaque)
See Also:
-
-