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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boxmean: Option[BoxMean]
- val boxpoints: Option[BoxPoints]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Box → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Box → Equals → AnyRef → Any
- val fillcolor: Option[OneOrSeq[Color]]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Box → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jitter: Option[Double]
- val line: Option[Line]
- val marker: Option[Marker]
- val name: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- Box → Product
- val showlegend: Option[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Box → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- 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]