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. def canEqual(obj: Any): Boolean
    Definition Classes
    Image → Equals
  2. val colormodel: Option[ColorModel]
  3. val customdata: Option[Seq[String]]
  4. val dx: Option[Double]
  5. val dy: Option[Double]
  6. def equals(obj: Any): Boolean
    Definition Classes
    Image → Equals → AnyRef → Any
  7. def hashCode(): Int
    Definition Classes
    Image → AnyRef → Any
  8. val hoverinfo: Option[HoverInfo]
  9. val hoverlabel: Option[HoverLabel]
  10. val hovertemplate: Option[Seq[String]]
  11. val ids: Option[Seq[String]]
  12. val meta: Option[String]
  13. val name: Option[String]
  14. val opacity: Option[Double]
  15. def productArity: Int
    Definition Classes
    Image → Product
  16. def productElement(n: Int): Any
    Definition Classes
    Image → Product
  17. def productIterator: Iterator[Any]
    Definition Classes
    Product
  18. def productPrefix: String
    Definition Classes
    Image → Product
  19. val source: Option[String]
  20. val text: Option[Seq[String]]
  21. def toString(): String
    Definition Classes
    Image → AnyRef → Any
  22. def withColormodel(colormodel: ColorModel): Image
  23. def withColormodel(colormodel: Option[ColorModel]): Image
  24. def withCustomdata(customdata: Seq[String]): Image
  25. def withCustomdata(customdata: Option[Seq[String]]): Image
  26. def withDx(dx: Double): Image
  27. def withDx(dx: Option[Double]): Image
  28. def withDy(dy: Double): Image
  29. def withDy(dy: Option[Double]): Image
  30. def withHoverinfo(hoverinfo: HoverInfo): Image
  31. def withHoverinfo(hoverinfo: Option[HoverInfo]): Image
  32. def withHoverlabel(hoverlabel: HoverLabel): Image
  33. def withHoverlabel(hoverlabel: Option[HoverLabel]): Image
  34. def withHovertemplate(hovertemplate: Seq[String]): Image
  35. def withHovertemplate(hovertemplate: Option[Seq[String]]): Image
  36. def withIds(ids: Seq[String]): Image
  37. def withIds(ids: Option[Seq[String]]): Image
  38. def withMeta(meta: String): Image
  39. def withMeta(meta: Option[String]): Image
  40. def withName(name: String): Image
  41. def withName(name: Option[String]): Image
  42. def withOpacity(opacity: Double): Image
  43. def withOpacity(opacity: Option[Double]): Image
  44. def withSource(source: String): Image
  45. def withSource(source: Option[String]): Image
  46. def withText(text: Seq[String]): Image
  47. def withText(text: Option[Seq[String]]): Image
  48. def withX0(x0: Element): Image
  49. def withX0(x0: Option[Element]): Image
  50. def withXaxis(xaxis: AxisReference): Image
  51. def withXaxis(xaxis: Option[AxisReference]): Image
  52. def withY0(y0: Element): Image
  53. def withY0(y0: Option[Element]): Image
  54. def withYaxis(yaxis: AxisReference): Image
  55. def withYaxis(yaxis: Option[AxisReference]): Image
  56. def withZ(z: Seq[Seq[Seq[Double]]]): Image
  57. def withZmax(zmax: Seq[Double]): Image
  58. def withZmax(zmax: Option[Seq[Double]]): Image
  59. def withZmin(zmin: Seq[Double]): Image
  60. def withZmin(zmin: Option[Seq[Double]]): Image
  61. val x0: Option[Element]
  62. val xaxis: Option[AxisReference]
  63. val y0: Option[Element]
  64. val yaxis: Option[AxisReference]
  65. val z: Seq[Seq[Seq[Double]]]
  66. val zmax: Option[Seq[Double]]
  67. val zmin: Option[Seq[Double]]