Packages

final class Annotation extends Product with Serializable

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

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 productIterator: Iterator[Any]
    Definition Classes
    Product
  10. def productPrefix: String
    Definition Classes
    Annotation → Product
  11. val showarrow: Option[Boolean]
  12. val text: Option[Element]
  13. def toString(): String
    Definition Classes
    Annotation → AnyRef → Any
  14. def withAx(ax: Double): Annotation
  15. def withAx(ax: Option[Double]): Annotation
  16. def withAy(ay: Double): Annotation
  17. def withAy(ay: Option[Double]): Annotation
  18. def withFont(font: Font): Annotation
  19. def withFont(font: Option[Font]): Annotation
  20. def withShowarrow(showarrow: Boolean): Annotation
  21. def withShowarrow(showarrow: Option[Boolean]): Annotation
  22. def withText(text: Element): Annotation
  23. def withText(text: Option[Element]): Annotation
  24. def withX(x: Element): Annotation
  25. def withX(x: Option[Element]): Annotation
  26. def withXanchor(xanchor: Anchor): Annotation
  27. def withXanchor(xanchor: Option[Anchor]): Annotation
  28. def withXref(xref: Ref): Annotation
  29. def withXref(xref: Option[Ref]): Annotation
  30. def withY(y: Element): Annotation
  31. def withY(y: Option[Element]): Annotation
  32. def withYanchor(yanchor: Anchor): Annotation
  33. def withYanchor(yanchor: Option[Anchor]): Annotation
  34. def withYref(yref: Ref): Annotation
  35. def withYref(yref: Option[Ref]): Annotation
  36. val x: Option[Element]
  37. val xanchor: Option[Anchor]
  38. val xref: Option[Ref]
  39. val y: Option[Element]
  40. val yanchor: Option[Anchor]
  41. val yref: Option[Ref]