final case class ParamSpec(lo: Double = 0.0, hi: Double = 1.0, warp: Warp = Warp.Lin, unit: String = "") extends Writable with Product with Serializable
- Alphabetic
- By Inheritance
- ParamSpec
- Serializable
- Product
- Equals
- Writable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clip(value: Double): Double
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hi: Double
- def inverseMap(value: GE): GE
Maps a graph element from spec spaced to normalized (0 ...
Maps a graph element from spec spaced to normalized (0 ... 1) space.
- def inverseMap(value: Double): Double
Maps a number from spec spaced to normalized (0 ...
Maps a number from spec spaced to normalized (0 ... 1) space.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lo: Double
- def map(value: GE): GE
Maps a graph element from normalized range to spec.
Maps a graph element from normalized range to spec. Note: this does involve rounding according to the spec's step parameter (unless step is zero).
- def map(value: Double): Double
Maps a number from normalized range to spec.
Maps a number from normalized range to spec. Note: this does involve rounding according to the spec's step parameter (unless step is zero).
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def range: Double
- def ratio: Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unit: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val warp: Warp
- def write(out: DataOutput): Unit
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated