Interface Spinner

All Known Implementing Classes:
CanvasSpinner, ImageSpinner

public interface Spinner
  • Property Details

  • Method Details

    • getOldValue

      double getOldValue()
    • getValue

      double getValue()
      Gets the value of the property value.
      Property description:
    • setValue

      void setValue(double value)
      Sets the value of the property value.
      Property description:
    • valueProperty

      javafx.beans.property.DoubleProperty valueProperty()
      See Also:
    • isBackgroundVisible

      boolean isBackgroundVisible()
      Gets the value of the property backgroundVisible.
      Property description:
    • setBackgroundVisible

      void setBackgroundVisible(boolean visible)
      Sets the value of the property backgroundVisible.
      Property description:
    • backgroundVisibleProperty

      javafx.beans.property.BooleanProperty backgroundVisibleProperty()
      See Also:
    • isOverlayVisible

      boolean isOverlayVisible()
      Gets the value of the property overlayVisible.
      Property description:
    • setOverlayVisible

      void setOverlayVisible(boolean visible)
      Sets the value of the property overlayVisible.
      Property description:
    • overlayVisibleProperty

      javafx.beans.property.BooleanProperty overlayVisibleProperty()
      See Also:
    • spinUp

      void spinUp()
    • spinDown

      void spinDown()
    • getBackgroundColor

      javafx.scene.paint.Color getBackgroundColor()
      Gets the value of the property backgroundColor.
      Property description:
    • setBackgroundColor

      void setBackgroundColor(javafx.scene.paint.Color color)
      Sets the value of the property backgroundColor.
      Property description:
    • backgroundColorProperty

      javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> backgroundColorProperty()
      See Also:
    • getForegroundColor

      javafx.scene.paint.Color getForegroundColor()
      Gets the value of the property foregroundColor.
      Property description:
    • setForegroundColor

      void setForegroundColor(javafx.scene.paint.Color color)
      Sets the value of the property foregroundColor.
      Property description:
    • foregroundColorProperty

      javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> foregroundColorProperty()
      See Also:
    • getSpinnerType

      SpinnerType getSpinnerType()
    • setSpinnerType

      void setSpinnerType(SpinnerType spinnerType)
    • setSnapshotBackground

      void setSnapshotBackground(javafx.scene.paint.Color color)
    • reInit

      void reInit()
    • getSpinnerWidth

      double getSpinnerWidth()
    • getSpinnerHeight

      double getSpinnerHeight()
    • getDigitHeight

      double getDigitHeight()
    • getExtendedHeight

      double getExtendedHeight()
    • isShowing

      boolean isShowing()
    • setOnValueChanged

      void setOnValueChanged(SpinnerObserver observer)
    • setOnZeroPassed

      void setOnZeroPassed(SpinnerObserver observer)
    • setOnSpinnerEvent

      void setOnSpinnerEvent(SpinnerObserver observer)
    • removeSpinnerObserver

      void removeSpinnerObserver(SpinnerObserver observer)
    • removeAllObservers

      void removeAllObservers()
    • fireSpinnerEvent

      void fireSpinnerEvent(SpinnerEvent evt)