Class SetTBarPosition.Builder

    • Method Detail

      • getPosition

        public double getPosition()
        T-Bar position. This value must be between 0.0 and 1.0.
      • setPosition

        public void setPosition​(double position)
        T-Bar position. This value must be between 0.0 and 1.0.
      • isRelease

        public Optional<Boolean> isRelease()
        Whether or not the T-Bar gets released automatically after setting its new position (like a user releasing their mouse button after moving the T-Bar). Call `ReleaseTBar` manually if you set `release` to false. Defaults to true.
      • setRelease

        public void setRelease​(boolean release)
        Whether or not the T-Bar gets released automatically after setting its new position (like a user releasing their mouse button after moving the T-Bar). Call `ReleaseTBar` manually if you set `release` to false. Defaults to true.