Packages

final class Surface extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Surface
  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 Surface(x: Option[Sequence], y: Option[Sequence], z: Option[Sequence], showscale: Option[Boolean], opacity: Option[Double])

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    Surface → Equals
  2. def equals(obj: Any): Boolean
    Definition Classes
    Surface → Equals → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    Surface → AnyRef → Any
  4. val opacity: Option[Double]
  5. def productArity: Int
    Definition Classes
    Surface → Product
  6. def productElement(n: Int): Any
    Definition Classes
    Surface → Product
  7. def productElementName(n: Int): String
    Definition Classes
    Surface → Product
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def productIterator: Iterator[Any]
    Definition Classes
    Product
  10. def productPrefix: String
    Definition Classes
    Surface → Product
  11. val showscale: Option[Boolean]
  12. def toString(): String
    Definition Classes
    Surface → AnyRef → Any
  13. def withOpacity(opacity: Option[Double]): Surface
  14. def withShowscale(showscale: Option[Boolean]): Surface
  15. def withX(x: Option[Sequence]): Surface
  16. def withY(y: Option[Sequence]): Surface
  17. def withZ(z: Option[Sequence]): Surface
  18. val x: Option[Sequence]
  19. val y: Option[Sequence]
  20. val z: Option[Sequence]