final case class ParamSpec(lo: Double = 0.0, hi: Double = 1.0, warp: Warp = LinearWarp, unit: String = "") extends Writable with Product with Serializable
- Alphabetic
- By Inheritance
- ParamSpec
- Serializable
- Serializable
- Product
- Equals
- Writable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ParamSpec(lo: Double = 0.0, hi: Double = 1.0, warp: Warp = LinearWarp, unit: String = "")
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def range: Double
- def ratio: Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val unit: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val warp: Warp
- def write(out: DataOutput): Unit