Packages

final class Image extends Trace with Product with Serializable

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

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(classOf[java.lang.CloneNotSupportedException]) @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[_ <: AnyRef]
    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 productElementName(n: Int): String
    Definition Classes
    Image → Product
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def productIterator: Iterator[Any]
    Definition Classes
    Product
  32. def productPrefix: String
    Definition Classes
    Image → Product
  33. val source: Option[String]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val text: Option[Seq[String]]
  36. def toString(): String
    Definition Classes
    Image → AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def withColormodel(colormodel: ColorModel): Image
  41. def withColormodel(colormodel: Option[ColorModel]): Image
  42. def withCustomdata(customdata: Seq[String]): Image
  43. def withCustomdata(customdata: Option[Seq[String]]): Image
  44. def withDx(dx: Double): Image
  45. def withDx(dx: Option[Double]): Image
  46. def withDy(dy: Double): Image
  47. def withDy(dy: Option[Double]): Image
  48. def withHoverinfo(hoverinfo: HoverInfo): Image
  49. def withHoverinfo(hoverinfo: Option[HoverInfo]): Image
  50. def withHoverlabel(hoverlabel: HoverLabel): Image
  51. def withHoverlabel(hoverlabel: Option[HoverLabel]): Image
  52. def withHovertemplate(hovertemplate: Seq[String]): Image
  53. def withHovertemplate(hovertemplate: Option[Seq[String]]): Image
  54. def withIds(ids: Seq[String]): Image
  55. def withIds(ids: Option[Seq[String]]): Image
  56. def withMeta(meta: String): Image
  57. def withMeta(meta: Option[String]): Image
  58. def withName(name: String): Image
  59. def withName(name: Option[String]): Image
  60. def withOpacity(opacity: Double): Image
  61. def withOpacity(opacity: Option[Double]): Image
  62. def withSource(source: String): Image
  63. def withSource(source: Option[String]): Image
  64. def withText(text: Seq[String]): Image
  65. def withText(text: Option[Seq[String]]): Image
  66. def withX0(x0: Element): Image
  67. def withX0(x0: Option[Element]): Image
  68. def withXaxis(xaxis: AxisReference): Image
  69. def withXaxis(xaxis: Option[AxisReference]): Image
  70. def withY0(y0: Element): Image
  71. def withY0(y0: Option[Element]): Image
  72. def withYaxis(yaxis: AxisReference): Image
  73. def withYaxis(yaxis: Option[AxisReference]): Image
  74. def withZ(z: Seq[Seq[Seq[Double]]]): Image
  75. def withZmax(zmax: Seq[Double]): Image
  76. def withZmax(zmax: Option[Seq[Double]]): Image
  77. def withZmin(zmin: Seq[Double]): Image
  78. def withZmin(zmin: Option[Seq[Double]]): Image
  79. val x0: Option[Element]
  80. val xaxis: Option[AxisReference]
  81. val y0: Option[Element]
  82. val yaxis: Option[AxisReference]
  83. val z: Seq[Seq[Seq[Double]]]
  84. val zmax: Option[Seq[Double]]
  85. val zmin: Option[Seq[Double]]

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped