final class Heatmap extends Trace with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Heatmap
- Trace
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val autocolorscale: Option[Boolean]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Heatmap → Equals
- val colorscale: Option[ColorScale]
-
def
equals(obj: Any): Boolean
- Definition Classes
- Heatmap → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Heatmap → AnyRef → Any
- val name: Option[String]
-
def
productArity: Int
- Definition Classes
- Heatmap → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Heatmap → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Heatmap → Product
- val showscale: Option[Boolean]
-
def
toString(): String
- Definition Classes
- Heatmap → AnyRef → Any
- def withAutocolorscale(autocolorscale: Boolean): Heatmap
- def withAutocolorscale(autocolorscale: Option[Boolean]): Heatmap
- def withColorscale(colorscale: ColorScale): Heatmap
- def withColorscale(colorscale: Option[ColorScale]): Heatmap
- def withName(name: String): Heatmap
- def withName(name: Option[String]): Heatmap
- def withShowscale(showscale: Boolean): Heatmap
- def withShowscale(showscale: Option[Boolean]): Heatmap
- def withX(x: Sequence): Heatmap
- def withX(x: Option[Sequence]): Heatmap
- def withY(y: Sequence): Heatmap
- def withY(y: Option[Sequence]): Heatmap
- def withZ(z: Sequence): Heatmap
- def withZ(z: Option[Sequence]): Heatmap
- val x: Option[Sequence]
- val y: Option[Sequence]
- val z: Option[Sequence]