Packages

object Constant extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constant
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(value: Double, color: Option[String], thickness: Option[Double], opacity: Option[Double], width: Option[Double]): Constant
  2. def apply(value: Double): Constant

Deprecated Value Members

  1. def apply(value: Double, color: String = null, thickness: Double = null, opacity: Double = null, width: Double = null): Constant
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Use Constant(value) and chain-call .with* methods on it instead