final class Annotation extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Annotation
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Annotation()
- 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])
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val ax: Option[Double]
- val ay: Option[Double]
- def canEqual(obj: Any): Boolean
- Definition Classes
- Annotation → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Annotation → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val font: Option[Font]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- Annotation → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productArity: Int
- Definition Classes
- Annotation → Product
- def productElement(n: Int): Any
- Definition Classes
- Annotation → Product
- def productElementName(n: Int): String
- Definition Classes
- Annotation → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Annotation → Product
- val showarrow: Option[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val text: Option[Element]
- def toString(): String
- Definition Classes
- Annotation → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAx(ax: Double): Annotation
- def withAx(ax: Option[Double]): Annotation
- def withAy(ay: Double): Annotation
- def withAy(ay: Option[Double]): Annotation
- def withFont(font: Font): Annotation
- def withFont(font: Option[Font]): Annotation
- def withShowarrow(showarrow: Boolean): Annotation
- def withShowarrow(showarrow: Option[Boolean]): Annotation
- def withText(text: Element): Annotation
- def withText(text: Option[Element]): Annotation
- def withX(x: Element): Annotation
- def withX(x: Option[Element]): Annotation
- def withXanchor(xanchor: Anchor): Annotation
- def withXanchor(xanchor: Option[Anchor]): Annotation
- def withXref(xref: Ref): Annotation
- def withXref(xref: Option[Ref]): Annotation
- def withY(y: Element): Annotation
- def withY(y: Option[Element]): Annotation
- def withYanchor(yanchor: Anchor): Annotation
- def withYanchor(yanchor: Option[Anchor]): Annotation
- def withYref(yref: Ref): Annotation
- def withYref(yref: Option[Ref]): Annotation
- val x: Option[Element]
- val xanchor: Option[Anchor]
- val xref: Option[Ref]
- val y: Option[Element]
- val yanchor: Option[Anchor]
- val yref: Option[Ref]