final class Constant extends Error with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Constant
- Error
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Constant → Equals
- val color: Option[String]
-
def
equals(obj: Any): Boolean
- Definition Classes
- Constant → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Constant → AnyRef → Any
- val opacity: Option[Double]
-
def
productArity: Int
- Definition Classes
- Constant → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Constant → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Constant → Product
- val thickness: Option[Double]
-
def
toString(): String
- Definition Classes
- Constant → AnyRef → Any
-
val
type: String
- Definition Classes
- Error
- val value: Double
- val width: Option[Double]
- def withColor(color: String): Constant
- def withColor(color: Option[String]): Constant
- def withOpacity(opacity: Double): Constant
- def withOpacity(opacity: Option[Double]): Constant
- def withThickness(thickness: Double): Constant
- def withThickness(thickness: Option[Double]): Constant
- def withValue(value: Double): Constant
- def withWidth(width: Double): Constant
- def withWidth(width: Option[Double]): Constant