Class LPolylineOptions

All Implemented Interfaces:
LComponentOptions<LPolylineOptions>

public class LPolylineOptions extends LPathOptions<LPolylineOptions>
  • Constructor Details

    • LPolylineOptions

      public LPolylineOptions()
  • Method Details

    • getSmoothFactor

      public Number getSmoothFactor()
    • setSmoothFactor

      public void setSmoothFactor(Number smoothFactor)
    • withSmoothFactor

      public LPolylineOptions withSmoothFactor(Number smoothFactor)
    • getNoClip

      public Boolean getNoClip()
    • setNoClip

      public void setNoClip(Boolean noClip)
    • withNoClip

      public LPolylineOptions withNoClip(Boolean noClip)