java.lang.Object
com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
com.vaadin.flow.component.map.configuration.style.Stroke
All Implemented Interfaces:
Serializable

public class Stroke extends AbstractConfigurationObject
See Also:
  • Constructor Details

    • Stroke

      public Stroke()
    • Stroke

      public Stroke(String color, double width)
  • 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
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getWidth

      public double getWidth()
    • setWidth

      public void setWidth(double width)