Packages

final class Annotation extends Product with Serializable

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

Instance Constructors

  1. new Annotation()
  2. new Annotation(xref: Option[Ref], yref: Option[Ref], x: Option[Element], y: Option[Element], xanchor: Option[Anchor], yanchor: Option[Anchor], text: Option[Element], font: Option[Font], showarrow: Option[Boolean])
  3. new Annotation(xref: Option[Ref], yref: Option[Ref], x: Option[Element], y: Option[Element], xanchor: Option[Anchor], yanchor: Option[Anchor], text: Option[Element], font: Option[Font], showarrow: Option[Boolean], ax: Option[Double], ay: Option[Double])

Value Members

  1. val ax: Option[Double]
  2. val ay: Option[Double]
  3. def canEqual(obj: Any): Boolean
    Definition Classes
    Annotation → Equals
  4. def equals(obj: Any): Boolean
    Definition Classes
    Annotation → Equals → AnyRef → Any
  5. val font: Option[Font]
  6. def hashCode(): Int
    Definition Classes
    Annotation → AnyRef → Any
  7. def productArity: Int
    Definition Classes
    Annotation → Product
  8. def productElement(n: Int): Any
    Definition Classes
    Annotation → Product
  9. def productElementName(n: Int): String
    Definition Classes
    Annotation → Product
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def productIterator: Iterator[Any]
    Definition Classes
    Product
  12. def productPrefix: String
    Definition Classes
    Annotation → Product
  13. val showarrow: Option[Boolean]
  14. val text: Option[Element]
  15. def toString(): String
    Definition Classes
    Annotation → AnyRef → Any
  16. def withAx(ax: Double): Annotation
  17. def withAx(ax: Option[Double]): Annotation
  18. def withAy(ay: Double): Annotation
  19. def withAy(ay: Option[Double]): Annotation
  20. def withFont(font: Font): Annotation
  21. def withFont(font: Option[Font]): Annotation
  22. def withShowarrow(showarrow: Boolean): Annotation
  23. def withShowarrow(showarrow: Option[Boolean]): Annotation
  24. def withText(text: Element): Annotation
  25. def withText(text: Option[Element]): Annotation
  26. def withX(x: Element): Annotation
  27. def withX(x: Option[Element]): Annotation
  28. def withXanchor(xanchor: Anchor): Annotation
  29. def withXanchor(xanchor: Option[Anchor]): Annotation
  30. def withXref(xref: Ref): Annotation
  31. def withXref(xref: Option[Ref]): Annotation
  32. def withY(y: Element): Annotation
  33. def withY(y: Option[Element]): Annotation
  34. def withYanchor(yanchor: Anchor): Annotation
  35. def withYanchor(yanchor: Option[Anchor]): Annotation
  36. def withYref(yref: Ref): Annotation
  37. def withYref(yref: Option[Ref]): Annotation
  38. val x: Option[Element]
  39. val xanchor: Option[Anchor]
  40. val xref: Option[Ref]
  41. val y: Option[Element]
  42. val yanchor: Option[Anchor]
  43. val yref: Option[Ref]