Class LAbstractDrawOrEditOptions<S extends LAbstractDrawOrEditOptions<S>>

java.lang.Object
software.xdev.vaadin.maps.leaflet.geoman.LAbstractDrawOrEditOptions<S>
All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
Direct Known Subclasses:
LAbstractDrawOptions, LAbstractEditOptions

public abstract class LAbstractDrawOrEditOptions<S extends LAbstractDrawOrEditOptions<S>> extends Object implements software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
Common properties shared by LAbstractDrawOptions and LAbstractEditOptions
  • Constructor Details

    • LAbstractDrawOrEditOptions

      public LAbstractDrawOrEditOptions()
  • Method Details

    • getSnappable

      public Boolean getSnappable()
    • setSnappable

      public void setSnappable(Boolean snappable)
    • withSnappable

      public S withSnappable(Boolean snappable)
    • getSnapDistance

      public Number getSnapDistance()
    • setSnapDistance

      public void setSnapDistance(Number snapDistance)
    • withSnapDistance

      public S withSnapDistance(Number snapDistance)
    • getSnapMiddle

      public Boolean getSnapMiddle()
    • setSnapMiddle

      public void setSnapMiddle(Boolean snapMiddle)
    • withSnapMiddle

      public S withSnapMiddle(Boolean snapMiddle)
    • getSnapSegment

      public Boolean getSnapSegment()
    • setSnapSegment

      public void setSnapSegment(Boolean snapSegment)
    • withSnapSegment

      public S withSnapSegment(Boolean snapSegment)
    • getSnapVertex

      public Boolean getSnapVertex()
    • setSnapVertex

      public void setSnapVertex(Boolean snapVertex)
    • withSnapVertex

      public S withSnapVertex(Boolean snapVertex)
    • getRequireSnapToFinish

      public Boolean getRequireSnapToFinish()
    • setRequireSnapToFinish

      public void setRequireSnapToFinish(Boolean requireSnapToFinish)
    • withRequireSnapToFinish

      public S withRequireSnapToFinish(Boolean requireSnapToFinish)
    • getTooltips

      public Boolean getTooltips()
    • setTooltips

      public void setTooltips(Boolean tooltips)
    • withTooltips

      public S withTooltips(Boolean tooltips)
    • getAllowSelfIntersection

      public Boolean getAllowSelfIntersection()
    • setAllowSelfIntersection

      public void setAllowSelfIntersection(Boolean allowSelfIntersection)
    • withAllowSelfIntersection

      public S withAllowSelfIntersection(Boolean allowSelfIntersection)