Packages

final class Box extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Box
  2. Trace
  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 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

  1. val boxmean: Option[BoxMean]
  2. val boxpoints: Option[BoxPoints]
  3. def canEqual(obj: Any): Boolean
    Definition Classes
    Box → Equals
  4. def equals(obj: Any): Boolean
    Definition Classes
    Box → Equals → AnyRef → Any
  5. val fillcolor: Option[OneOrSeq[Color]]
  6. def hashCode(): Int
    Definition Classes
    Box → AnyRef → Any
  7. val jitter: Option[Double]
  8. val line: Option[Line]
  9. val marker: Option[Marker]
  10. val name: Option[String]
  11. val orientation: Option[Orientation]
  12. val pointpos: Option[Double]
  13. def productArity: Int
    Definition Classes
    Box → Product
  14. def productElement(n: Int): Any
    Definition Classes
    Box → Product
  15. def productIterator: Iterator[Any]
    Definition Classes
    Product
  16. def productPrefix: String
    Definition Classes
    Product
  17. val showlegend: Option[Boolean]
  18. def toString(): String
    Definition Classes
    Box → AnyRef → Any
  19. val whiskerwidth: Option[Double]
  20. def withBoxmean(boxmean: Option[BoxMean]): Box
  21. def withBoxpoints(boxpoints: Option[BoxPoints]): Box
  22. def withFillcolor(fillcolor: Option[OneOrSeq[Color]]): Box
  23. def withJitter(jitter: Option[Double]): Box
  24. def withLine(line: Option[Line]): Box
  25. def withMarker(marker: Option[Marker]): Box
  26. def withName(name: Option[String]): Box
  27. def withOrientation(orientation: Option[Orientation]): Box
  28. def withPointpos(pointpos: Option[Double]): Box
  29. def withShowlegend(showlegend: Option[Boolean]): Box
  30. def withWhiskerwidth(whiskerwidth: Option[Double]): Box
  31. def withX(x: Option[Sequence]): Box
  32. def withY(y: Option[Sequence]): Box
  33. val x: Option[Sequence]
  34. val y: Option[Sequence]