You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.map.configuration.style.
java.lang.Object
com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
com.vaadin.flow.component.map.configuration.style.Style

All Implemented Interfaces:

Serializable

public class Style extends AbstractConfigurationObject

Defines how to visually represent a Feature

See Also:

  • Constructor Details

    • Style

      public Style()
  • Method Details

    • 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 class AbstractConfigurationObject

    • 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)