final class Box extends Trace with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Box
- Trace
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Box(y: Option[Sequence], x: Option[Sequence], boxpoints: Option[BoxPoints], jitter: Option[Double], pointpos: Option[Double], name: Option[String], marker: Option[Marker], orientation: Option[Orientation], whiskerwidth: Option[Double], boxmean: Option[BoxMean], fillcolor: Option[OneOrSeq[Color]], line: Option[Line], showlegend: Option[Boolean])
Value Members
- val boxmean: Option[BoxMean]
- val boxpoints: Option[BoxPoints]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Box → Equals
-
def
equals(obj: Any): Boolean
- Definition Classes
- Box → Equals → AnyRef → Any
- val fillcolor: Option[OneOrSeq[Color]]
-
def
hashCode(): Int
- Definition Classes
- Box → AnyRef → Any
- val jitter: Option[Double]
- val line: Option[Line]
- val marker: Option[Marker]
- val name: Option[String]
- val orientation: Option[Orientation]
- val pointpos: Option[Double]
-
def
productArity: Int
- Definition Classes
- Box → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Box → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
- val showlegend: Option[Boolean]
-
def
toString(): String
- Definition Classes
- Box → AnyRef → Any
- val whiskerwidth: Option[Double]
- def withBoxmean(boxmean: Option[BoxMean]): Box
- def withBoxpoints(boxpoints: Option[BoxPoints]): Box
- def withFillcolor(fillcolor: Option[OneOrSeq[Color]]): Box
- def withJitter(jitter: Option[Double]): Box
- def withLine(line: Option[Line]): Box
- def withMarker(marker: Option[Marker]): Box
- def withName(name: Option[String]): Box
- def withOrientation(orientation: Option[Orientation]): Box
- def withPointpos(pointpos: Option[Double]): Box
- def withShowlegend(showlegend: Option[Boolean]): Box
- def withWhiskerwidth(whiskerwidth: Option[Double]): Box
- def withX(x: Option[Sequence]): Box
- def withY(y: Option[Sequence]): Box
- val x: Option[Sequence]
- val y: Option[Sequence]