Packages

final class Box extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Box
  2. Trace
  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 Box()
  2. 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])
  3. 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], hovertemplate: Option[OneOrSeq[String]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val boxmean: Option[BoxMean]
  6. val boxpoints: Option[BoxPoints]
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    Box → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    Box → Equals → AnyRef → Any
  11. val fillcolor: Option[OneOrSeq[Color]]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    Box → AnyRef → Any
  15. val hovertemplate: Option[OneOrSeq[String]]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val jitter: Option[Double]
  18. val line: Option[Line]
  19. val marker: Option[Marker]
  20. val name: Option[String]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val orientation: Option[Orientation]
  25. val pointpos: Option[Double]
  26. def productArity: Int
    Definition Classes
    Box → Product
  27. def productElement(n: Int): Any
    Definition Classes
    Box → Product
  28. def productElementName(n: Int): String
    Definition Classes
    Box → Product
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def productIterator: Iterator[Any]
    Definition Classes
    Product
  31. def productPrefix: String
    Definition Classes
    Box → Product
  32. val showlegend: Option[Boolean]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    Box → AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. val whiskerwidth: Option[Double]
  39. def withBoxmean(boxmean: BoxMean): Box
  40. def withBoxmean(boxmean: Option[BoxMean]): Box
  41. def withBoxpoints(boxpoints: BoxPoints): Box
  42. def withBoxpoints(boxpoints: Option[BoxPoints]): Box
  43. def withFillcolor(fillcolor: OneOrSeq[Color]): Box
  44. def withFillcolor(fillcolor: Option[OneOrSeq[Color]]): Box
  45. def withHovertemplate(hovertemplate: OneOrSeq[String]): Box
  46. def withHovertemplate(hovertemplate: Option[OneOrSeq[String]]): Box
  47. def withJitter(jitter: Double): Box
  48. def withJitter(jitter: Option[Double]): Box
  49. def withLine(line: Line): Box
  50. def withLine(line: Option[Line]): Box
  51. def withMarker(marker: Marker): Box
  52. def withMarker(marker: Option[Marker]): Box
  53. def withName(name: String): Box
  54. def withName(name: Option[String]): Box
  55. def withOrientation(orientation: Orientation): Box
  56. def withOrientation(orientation: Option[Orientation]): Box
  57. def withPointpos(pointpos: Double): Box
  58. def withPointpos(pointpos: Option[Double]): Box
  59. def withShowlegend(showlegend: Boolean): Box
  60. def withShowlegend(showlegend: Option[Boolean]): Box
  61. def withWhiskerwidth(whiskerwidth: Double): Box
  62. def withWhiskerwidth(whiskerwidth: Option[Double]): Box
  63. def withX(x: Sequence): Box
  64. def withX(x: Option[Sequence]): Box
  65. def withY(y: Sequence): Box
  66. def withY(y: Option[Sequence]): Box
  67. val x: Option[Sequence]
  68. val y: Option[Sequence]

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped