Packages

final class Constant extends Error with Product with Serializable

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

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 productElementName(n: Int): String
    Definition Classes
    Constant → Product
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def productIterator: Iterator[Any]
    Definition Classes
    Product
  11. def productPrefix: String
    Definition Classes
    Constant → Product
  12. val thickness: Option[Double]
  13. def toString(): String
    Definition Classes
    Constant → AnyRef → Any
  14. val type: String
    Definition Classes
    Error
  15. val value: Double
  16. val width: Option[Double]
  17. def withColor(color: String): Constant
  18. def withColor(color: Option[String]): Constant
  19. def withOpacity(opacity: Double): Constant
  20. def withOpacity(opacity: Option[Double]): Constant
  21. def withThickness(thickness: Double): Constant
  22. def withThickness(thickness: Option[Double]): Constant
  23. def withValue(value: Double): Constant
  24. def withWidth(width: Double): Constant
  25. def withWidth(width: Option[Double]): Constant