Packages

final class Constant extends Error with Product with Serializable

Linear Supertypes
Error, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constant
  2. Error
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    Constant → Equals
  2. val color: Option[String]
  3. def equals(obj: Any): Boolean
    Definition Classes
    Constant → Equals → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    Constant → AnyRef → Any
  5. val opacity: Option[Double]
  6. def productArity: Int
    Definition Classes
    Constant → Product
  7. def productElement(n: Int): Any
    Definition Classes
    Constant → Product
  8. def productIterator: Iterator[Any]
    Definition Classes
    Product
  9. def productPrefix: String
    Definition Classes
    Constant → Product
  10. val thickness: Option[Double]
  11. def toString(): String
    Definition Classes
    Constant → AnyRef → Any
  12. val type: String
    Definition Classes
    Error
  13. val value: Double
  14. val width: Option[Double]
  15. def withColor(color: String): Constant
  16. def withColor(color: Option[String]): Constant
  17. def withOpacity(opacity: Double): Constant
  18. def withOpacity(opacity: Option[Double]): Constant
  19. def withThickness(thickness: Double): Constant
  20. def withThickness(thickness: Option[Double]): Constant
  21. def withValue(value: Double): Constant
  22. def withWidth(width: Double): Constant
  23. def withWidth(width: Option[Double]): Constant