abstract class SliderConstraint extends ValueConstraint

Source
SliderConstraint.scala
Linear Supertypes
ValueConstraint, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SliderConstraint
  2. ValueConstraint
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SliderConstraint()

Abstract Value Members

  1. abstract def increment: Try[Double]
  2. abstract def maximum: Try[Double]
  3. abstract def minimum: Try[Double]

Concrete Value Members

  1. def assertConstraint(o: AnyRef): Unit

    Throws a Violation condition if the input is not acceptable.

    Throws a Violation condition if the input is not acceptable.

    Definition Classes
    SliderConstraintValueConstraint
  2. def coerceValue(o: AnyRef): AnyRef

    Returns the constrained value, which can differ from the input.

    Returns the constrained value, which can differ from the input. Throws a Violation condition if the input is not coercable.

    Definition Classes
    SliderConstraintValueConstraint
  3. var defaultValue: Double
    Definition Classes
    SliderConstraintValueConstraint