Packages

final class Image extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Image
  2. Trace
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Image(z: Seq[Seq[Seq[Double]]])
  2. 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

  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. def canEqual(obj: Any): Boolean
    Definition Classes
    Image → Equals
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val colormodel: Option[ColorModel]
  8. val customdata: Option[Seq[String]]
  9. val dx: Option[Double]
  10. val dy: Option[Double]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    Image → Equals → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    Image → AnyRef → Any
  16. val hoverinfo: Option[HoverInfo]
  17. val hoverlabel: Option[HoverLabel]
  18. val hovertemplate: Option[Seq[String]]
  19. val ids: Option[Seq[String]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val meta: Option[String]
  22. val name: Option[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val opacity: Option[Double]
  27. def productArity: Int
    Definition Classes
    Image → Product
  28. def productElement(n: Int): Any
    Definition Classes
    Image → Product
  29. def productIterator: Iterator[Any]
    Definition Classes
    Product
  30. def productPrefix: String
    Definition Classes
    Image → Product
  31. val source: Option[String]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val text: Option[Seq[String]]
  34. def toString(): String
    Definition Classes
    Image → AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def withColormodel(colormodel: ColorModel): Image
  39. def withColormodel(colormodel: Option[ColorModel]): Image
  40. def withCustomdata(customdata: Seq[String]): Image
  41. def withCustomdata(customdata: Option[Seq[String]]): Image
  42. def withDx(dx: Double): Image
  43. def withDx(dx: Option[Double]): Image
  44. def withDy(dy: Double): Image
  45. def withDy(dy: Option[Double]): Image
  46. def withHoverinfo(hoverinfo: HoverInfo): Image
  47. def withHoverinfo(hoverinfo: Option[HoverInfo]): Image
  48. def withHoverlabel(hoverlabel: HoverLabel): Image
  49. def withHoverlabel(hoverlabel: Option[HoverLabel]): Image
  50. def withHovertemplate(hovertemplate: Seq[String]): Image
  51. def withHovertemplate(hovertemplate: Option[Seq[String]]): Image
  52. def withIds(ids: Seq[String]): Image
  53. def withIds(ids: Option[Seq[String]]): Image
  54. def withMeta(meta: String): Image
  55. def withMeta(meta: Option[String]): Image
  56. def withName(name: String): Image
  57. def withName(name: Option[String]): Image
  58. def withOpacity(opacity: Double): Image
  59. def withOpacity(opacity: Option[Double]): Image
  60. def withSource(source: String): Image
  61. def withSource(source: Option[String]): Image
  62. def withText(text: Seq[String]): Image
  63. def withText(text: Option[Seq[String]]): Image
  64. def withX0(x0: Element): Image
  65. def withX0(x0: Option[Element]): Image
  66. def withXaxis(xaxis: AxisReference): Image
  67. def withXaxis(xaxis: Option[AxisReference]): Image
  68. def withY0(y0: Element): Image
  69. def withY0(y0: Option[Element]): Image
  70. def withYaxis(yaxis: AxisReference): Image
  71. def withYaxis(yaxis: Option[AxisReference]): Image
  72. def withZ(z: Seq[Seq[Seq[Double]]]): Image
  73. def withZmax(zmax: Seq[Double]): Image
  74. def withZmax(zmax: Option[Seq[Double]]): Image
  75. def withZmin(zmin: Seq[Double]): Image
  76. def withZmin(zmin: Option[Seq[Double]]): Image
  77. val x0: Option[Element]
  78. val xaxis: Option[AxisReference]
  79. val y0: Option[Element]
  80. val yaxis: Option[AxisReference]
  81. val z: Seq[Seq[Seq[Double]]]
  82. val zmax: Option[Seq[Double]]
  83. val zmin: Option[Seq[Double]]

Inherited from Trace

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped