final class Marker extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Marker
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Marker → Equals
- val color: Option[OneOrSeq[Color]]
-
def
equals(obj: Any): Boolean
- Definition Classes
- Marker → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Marker → AnyRef → Any
- val line: Option[Line]
- val opacity: Option[OneOrSeq[Double]]
- val outliercolor: Option[Color]
-
def
productArity: Int
- Definition Classes
- Marker → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Marker → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
- val size: Option[OneOrSeq[Int]]
- val sizemode: Option[SizeMode]
- val sizeref: Option[Double]
- val symbol: Option[OneOrSeq[Symbol]]
-
def
toString(): String
- Definition Classes
- Marker → AnyRef → Any
- val width: Option[OneOrSeq[Int]]
- def withColor(color: Option[OneOrSeq[Color]]): Marker
- def withLine(line: Option[Line]): Marker
- def withOpacity(opacity: Option[OneOrSeq[Double]]): Marker
- def withOutliercolor(outliercolor: Option[Color]): Marker
- def withSize(size: Option[OneOrSeq[Int]]): Marker
- def withSizemode(sizemode: Option[SizeMode]): Marker
- def withSizeref(sizeref: Option[Double]): Marker
- def withSymbol(symbol: Option[OneOrSeq[Symbol]]): Marker
- def withWidth(width: Option[OneOrSeq[Int]]): Marker