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.style.
Class Style
- java.lang.Object
-
- com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
- com.vaadin.flow.component.map.configuration.style.Style
-
All Implemented Interfaces:
public class Style extends AbstractConfigurationObject
Defines how to visually represent a
Feature
See Also:
-
-
Field Summary
-
Fields inherited from class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
propertyChangeSupport
-
-
Constructor Summary
Constructors Constructor Description Style()
-
Method Summary
All Methods Modifier and Type Method Description Fill
getFill()
ImageStyle
getImage()
Stroke
getStroke()
String
getType()
The unique type name of this class.
void
setFill(Fill fill)
void
setImage(ImageStyle image)
void
setStroke(Stroke stroke)
-
Methods inherited from class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
addChild, addPropertyChangeListener, collectChanges, deepMarkAsDirty, getId, markAsDirty, notifyChange, notifyChange, removeChild, removePropertyChangeListener, setId, update
-
-
-
-
Method Detail
-
getType
public String getType()
Description copied from class:
AbstractConfigurationObject
The unique type name of this class. Used by the client-side synchronization mechanism to determine which OpenLayers class to synchronize into.
Specified by:
getType
in classAbstractConfigurationObject
-
getImage
public ImageStyle getImage()
-
setImage
public void setImage(ImageStyle image)
-
getFill
public Fill getFill()
-
setFill
public void setFill(Fill fill)
-
getStroke
public Stroke getStroke()
-
setStroke
public void setStroke(Stroke stroke)
-
-