Class LTextOptions

java.lang.Object
software.xdev.vaadin.maps.leaflet.geoman.LTextOptions

public class LTextOptions extends Object
  • Constructor Details

    • LTextOptions

      public LTextOptions()
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • withText

      public LTextOptions withText(String text)
    • getFocusAfterDraw

      public Boolean getFocusAfterDraw()
    • setFocusAfterDraw

      public void setFocusAfterDraw(Boolean focusAfterDraw)
    • withFocusAfterDraw

      public LTextOptions withFocusAfterDraw(Boolean focusAfterDraw)
    • getRemoveIfEmpty

      public Boolean getRemoveIfEmpty()
    • setRemoveIfEmpty

      public void setRemoveIfEmpty(Boolean removeIfEmpty)
    • withRemoveIfEmpty

      public LTextOptions withRemoveIfEmpty(Boolean removeIfEmpty)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • withClassName

      public LTextOptions withClassName(String className)
    • getTextMarkerCentered

      public Boolean getTextMarkerCentered()
    • setTextMarkerCentered

      public void setTextMarkerCentered(Boolean textMarkerCentered)
    • withTextMarkerCentered

      public LTextOptions withTextMarkerCentered(Boolean textMarkerCentered)