Class LPathOptions<S extends LPathOptions<S>>

All Implemented Interfaces:
LComponentOptions<S>
Direct Known Subclasses:
LCircleMarkerOptions, LCircleOptions, LPolylineOptions

public abstract class LPathOptions<S extends LPathOptions<S>> extends LInteractiveLayerOptions<S>
See Also:
  • Constructor Details

    • LPathOptions

      public LPathOptions()
  • Method Details

    • getStroke

      public Boolean getStroke()
    • setStroke

      public void setStroke(Boolean stroke)
    • withStroke

      public S withStroke(Boolean stroke)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • withColor

      public S withColor(String color)
    • getWeight

      public Number getWeight()
    • setWeight

      public void setWeight(Number weight)
    • withWeight

      public S withWeight(Number weight)
    • getOpacity

      public Number getOpacity()
    • setOpacity

      public void setOpacity(Number opacity)
    • withOpacity

      public S withOpacity(Number opacity)
    • getLineCap

      public String getLineCap()
    • setLineCap

      public void setLineCap(String lineCap)
    • withLineCap

      public S withLineCap(String lineCap)
    • getLineJoin

      public String getLineJoin()
    • setLineJoin

      public void setLineJoin(String lineJoin)
    • withLineJoin

      public S withLineJoin(String lineJoin)
    • getDashArray

      public String getDashArray()
    • setDashArray

      public void setDashArray(String dashArray)
    • withDashArray

      public S withDashArray(String dashArray)
    • getDashOffset

      public String getDashOffset()
    • setDashOffset

      public void setDashOffset(String dashOffset)
    • withDashOffset

      public S withDashOffset(String dashOffset)
    • getFill

      public Boolean getFill()
    • setFill

      public void setFill(Boolean fill)
    • withFill

      public S withFill(Boolean fill)
    • getFillColor

      public String getFillColor()
    • setFillColor

      public void setFillColor(String fillColor)
    • withFillColor

      public S withFillColor(String fillColor)
    • getFillOpacity

      public Number getFillOpacity()
    • setFillOpacity

      public void setFillOpacity(Number fillOpacity)
    • withFillOpacity

      public S withFillOpacity(Number fillOpacity)
    • getFillRule

      public String getFillRule()
    • setFillRule

      public void setFillRule(String fillRule)
    • withFillRule

      public S withFillRule(String fillRule)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • withClassName

      public S withClassName(String className)