java.lang.Object
software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions

public class DragOptions extends Object
  • Field Details

    • enabled

      protected Boolean enabled
    • backgroundColor

      protected Color backgroundColor
    • borderColor

      protected Color borderColor
    • borderWidth

      protected Integer borderWidth
    • drawTime

      protected String drawTime
    • threshold

      protected Integer threshold
    • modifierKey

      protected String modifierKey
  • Constructor Details

    • DragOptions

      public DragOptions()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public DragOptions setEnabled(Boolean enabled)
    • getBackgroundColor

      public Color getBackgroundColor()
    • setBackgroundColor

      public DragOptions setBackgroundColor(Color backgroundColor)
    • getBorderColor

      public Color getBorderColor()
    • setBorderColor

      public DragOptions setBorderColor(Color borderColor)
    • getBorderWidth

      public Integer getBorderWidth()
    • setBorderWidth

      public DragOptions setBorderWidth(Integer borderWidth)
    • getDrawTime

      public String getDrawTime()
    • setDrawTime

      public DragOptions setDrawTime(String drawTime)
    • getThreshold

      public Integer getThreshold()
    • setThreshold

      public DragOptions setThreshold(Integer threshold)
    • getModifierKey

      public String getModifierKey()
    • setModifierKey

      public DragOptions setModifierKey(String modifierKey)