Class LAbstractDrawOptions<S extends LAbstractDrawOptions<S>>

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

public abstract class LAbstractDrawOptions<S extends LAbstractDrawOptions<S>> extends LAbstractDrawOrEditOptions<S>
  • Constructor Details

    • LAbstractDrawOptions

      public LAbstractDrawOptions()
  • Method Details

    • getTemplineStyle

      public Object getTemplineStyle()
    • setTemplineStyle

      public void setTemplineStyle(Object templineStyle)
    • withTemplineStyle

      public S withTemplineStyle(Object templineStyle)
    • getHintlineStyle

      public Object getHintlineStyle()
    • setHintlineStyle

      public void setHintlineStyle(Object hintlineStyle)
    • withHintlineStyle

      public S withHintlineStyle(Object hintlineStyle)
    • getPathOptions

      public Object getPathOptions()
    • setPathOptions

      public void setPathOptions(Object pathOptions)
    • withPathOptions

      public S withPathOptions(Object pathOptions)
    • getMarkerStyle

      public Object getMarkerStyle()
    • setMarkerStyle

      public void setMarkerStyle(Object markerStyle)
    • withMarkerStyle

      public S withMarkerStyle(Object markerStyle)
    • getCursorMarker

      public Boolean getCursorMarker()
    • setCursorMarker

      public void setCursorMarker(Boolean cursorMarker)
    • withCursorMarker

      public S withCursorMarker(Boolean cursorMarker)
    • getFinishOn

      public Object getFinishOn()
    • setFinishOn

      public void setFinishOn(Object finishOn)
    • withFinishOn

      public S withFinishOn(Object finishOn)
    • getHideMiddleMarkers

      public Boolean getHideMiddleMarkers()
    • setHideMiddleMarkers

      public void setHideMiddleMarkers(Boolean hideMiddleMarkers)
    • withHideMiddleMarkers

      public S withHideMiddleMarkers(Boolean hideMiddleMarkers)
    • getMinRadiusCircle

      public Number getMinRadiusCircle()
    • setMinRadiusCircle

      public void setMinRadiusCircle(Number minRadiusCircle)
    • withMinRadiusCircle

      public S withMinRadiusCircle(Number minRadiusCircle)
    • getMaxRadiusCircle

      public Number getMaxRadiusCircle()
    • setMaxRadiusCircle

      public void setMaxRadiusCircle(Number maxRadiusCircle)
    • withMaxRadiusCircle

      public S withMaxRadiusCircle(Number maxRadiusCircle)
    • getMinRadiusCircleMarker

      public Number getMinRadiusCircleMarker()
    • setMinRadiusCircleMarker

      public void setMinRadiusCircleMarker(Number minRadiusCircleMarker)
    • withMinRadiusCircleMarker

      public S withMinRadiusCircleMarker(Number minRadiusCircleMarker)
    • getMaxRadiusCircleMarker

      public Number getMaxRadiusCircleMarker()
    • setMaxRadiusCircleMarker

      public void setMaxRadiusCircleMarker(Number maxRadiusCircleMarker)
    • withMaxRadiusCircleMarker

      public S withMaxRadiusCircleMarker(Number maxRadiusCircleMarker)
    • getResizeableCircle

      public Boolean getResizeableCircle()
    • setResizeableCircle

      public void setResizeableCircle(Boolean resizeableCircle)
    • withResizeableCircle

      public S withResizeableCircle(Boolean resizeableCircle)
    • getResizeableCircleMarker

      public Boolean getResizeableCircleMarker()
    • setResizeableCircleMarker

      public void setResizeableCircleMarker(Boolean resizeableCircleMarker)
    • withResizeableCircleMarker

      public S withResizeableCircleMarker(Boolean resizeableCircleMarker)
    • getMarkerEditable

      public Boolean getMarkerEditable()
    • setMarkerEditable

      public void setMarkerEditable(Boolean markerEditable)
    • withMarkerEditable

      public S withMarkerEditable(Boolean markerEditable)
    • getContinueDrawing

      public Boolean getContinueDrawing()
    • setContinueDrawing

      public void setContinueDrawing(Boolean continueDrawing)
    • withContinueDrawing

      public S withContinueDrawing(Boolean continueDrawing)
    • getRectangleAngle

      public Number getRectangleAngle()
    • setRectangleAngle

      public void setRectangleAngle(Number rectangleAngle)
    • withRectangleAngle

      public S withRectangleAngle(Number rectangleAngle)
    • getLayersToCut

      public Object getLayersToCut()
    • setLayersToCut

      public void setLayersToCut(Object layersToCut)
    • withLayersToCut

      public S withLayersToCut(Object layersToCut)
    • getTextOptions

      public Object getTextOptions()
    • setTextOptions

      public void setTextOptions(Object textOptions)
    • withTextOptions

      public S withTextOptions(Object textOptions)