final class Image extends Trace with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Image
- Trace
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Image(z: Seq[Seq[Seq[Double]]])
- new Image(z: Seq[Seq[Seq[Double]]], x0: Option[Element], y0: Option[Element], name: Option[String], text: Option[Seq[String]], opacity: Option[Double], ids: Option[Seq[String]], dx: Option[Double], dy: Option[Double], source: Option[String], hoverinfo: Option[HoverInfo], hovertemplate: Option[Seq[String]], meta: Option[String], customdata: Option[Seq[String]], xaxis: Option[AxisReference], yaxis: Option[AxisReference], colormodel: Option[ColorModel], zmax: Option[Seq[Double]], zmin: Option[Seq[Double]], hoverlabel: Option[HoverLabel])
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
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Image → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val colormodel: Option[ColorModel]
- val customdata: Option[Seq[String]]
- val dx: Option[Double]
- val dy: Option[Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Image → 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
- Image → AnyRef → Any
- val hoverinfo: Option[HoverInfo]
- val hoverlabel: Option[HoverLabel]
- val hovertemplate: Option[Seq[String]]
- val ids: Option[Seq[String]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val meta: Option[String]
- 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 opacity: Option[Double]
-
def
productArity: Int
- Definition Classes
- Image → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Image → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Image → Product
- val source: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val text: Option[Seq[String]]
-
def
toString(): String
- Definition Classes
- Image → 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 withColormodel(colormodel: ColorModel): Image
- def withColormodel(colormodel: Option[ColorModel]): Image
- def withCustomdata(customdata: Seq[String]): Image
- def withCustomdata(customdata: Option[Seq[String]]): Image
- def withDx(dx: Double): Image
- def withDx(dx: Option[Double]): Image
- def withDy(dy: Double): Image
- def withDy(dy: Option[Double]): Image
- def withHoverinfo(hoverinfo: HoverInfo): Image
- def withHoverinfo(hoverinfo: Option[HoverInfo]): Image
- def withHoverlabel(hoverlabel: HoverLabel): Image
- def withHoverlabel(hoverlabel: Option[HoverLabel]): Image
- def withHovertemplate(hovertemplate: Seq[String]): Image
- def withHovertemplate(hovertemplate: Option[Seq[String]]): Image
- def withIds(ids: Seq[String]): Image
- def withIds(ids: Option[Seq[String]]): Image
- def withMeta(meta: String): Image
- def withMeta(meta: Option[String]): Image
- def withName(name: String): Image
- def withName(name: Option[String]): Image
- def withOpacity(opacity: Double): Image
- def withOpacity(opacity: Option[Double]): Image
- def withSource(source: String): Image
- def withSource(source: Option[String]): Image
- def withText(text: Seq[String]): Image
- def withText(text: Option[Seq[String]]): Image
- def withX0(x0: Element): Image
- def withX0(x0: Option[Element]): Image
- def withXaxis(xaxis: AxisReference): Image
- def withXaxis(xaxis: Option[AxisReference]): Image
- def withY0(y0: Element): Image
- def withY0(y0: Option[Element]): Image
- def withYaxis(yaxis: AxisReference): Image
- def withYaxis(yaxis: Option[AxisReference]): Image
- def withZ(z: Seq[Seq[Seq[Double]]]): Image
- def withZmax(zmax: Seq[Double]): Image
- def withZmax(zmax: Option[Seq[Double]]): Image
- def withZmin(zmin: Seq[Double]): Image
- def withZmin(zmin: Option[Seq[Double]]): Image
- val x0: Option[Element]
- val xaxis: Option[AxisReference]
- val y0: Option[Element]
- val yaxis: Option[AxisReference]
- val z: Seq[Seq[Seq[Double]]]
- val zmax: Option[Seq[Double]]
- val zmin: Option[Seq[Double]]