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
- new Heatmap()
- new Heatmap(y: Option[Sequence], x: Option[Sequence], z: Option[Sequence], autocolorscale: Option[Boolean], colorscale: Option[ColorScale], showscale: Option[Boolean], name: Option[String])
- new Heatmap(y: Option[Sequence], x: Option[Sequence], z: Option[Sequence], autocolorscale: Option[Boolean], colorscale: Option[ColorScale], showscale: Option[Boolean], name: Option[String], hovertemplate: Option[OneOrSeq[String]], hoverongaps: 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 autocolorscale: Option[Boolean]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Heatmap → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val colorscale: Option[ColorScale]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Heatmap → Equals → AnyRef → Any
-
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
- Heatmap → AnyRef → Any
- val hoverongaps: Option[Boolean]
- val hovertemplate: Option[OneOrSeq[String]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
-
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]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Heatmap → 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()
- def withAutocolorscale(autocolorscale: Boolean): Heatmap
- def withAutocolorscale(autocolorscale: Option[Boolean]): Heatmap
- def withColorscale(colorscale: ColorScale): Heatmap
- def withColorscale(colorscale: Option[ColorScale]): Heatmap
- def withHoverongaps(hoverongaps: Boolean): Heatmap
- def withHoverongaps(hoverongaps: Option[Boolean]): Heatmap
- def withHovertemplate(hovertemplate: OneOrSeq[String]): Heatmap
- def withHovertemplate(hovertemplate: Option[OneOrSeq[String]]): 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]