Packages

object Percent extends Serializable

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

Value Members

  1. def apply(value: Double, visible: Option[Boolean], symmetric: Option[Boolean], valueminus: Option[Double]): Percent
  2. def apply(value: Double): Percent

Deprecated Value Members

  1. def apply(value: Double, visible: Boolean = null, symmetric: Boolean = null, valueminus: Double = null): Percent
    Annotations
    @deprecated
    Deprecated

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