final class Annotation extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Annotation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val ax: Option[Double]
- val ay: Option[Double]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Annotation → Equals
-
def
equals(obj: Any): Boolean
- Definition Classes
- Annotation → Equals → AnyRef → Any
- val font: Option[Font]
-
def
hashCode(): Int
- Definition Classes
- Annotation → AnyRef → Any
-
def
productArity: Int
- Definition Classes
- Annotation → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Annotation → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Annotation → Product
- val showarrow: Option[Boolean]
- val text: Option[Element]
-
def
toString(): String
- Definition Classes
- Annotation → AnyRef → Any
- 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]