final class HoverLabel extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HoverLabel
  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 HoverLabel()
  2. new HoverLabel(bgcolor: Option[OneOrSeq[Color]], bordercolor: Option[OneOrSeq[Color]], font: Option[HoverLabelFont], align: Option[OneOrSeq[Alignment]], namelength: Option[OneOrSeq[Int]], uirevision: Option[Element])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val align: Option[OneOrSeq[Alignment]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bgcolor: Option[OneOrSeq[Color]]
  7. val bordercolor: Option[OneOrSeq[Color]]
  8. def canEqual(obj: Any): Boolean
    Definition Classes
    HoverLabel → Equals
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    HoverLabel → Equals → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val font: Option[HoverLabelFont]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    HoverLabel → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val namelength: Option[OneOrSeq[Int]]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def productArity: Int
    Definition Classes
    HoverLabel → Product
  22. def productElement(n: Int): Any
    Definition Classes
    HoverLabel → Product
  23. def productIterator: Iterator[Any]
    Definition Classes
    Product
  24. def productPrefix: String
    Definition Classes
    HoverLabel → Product
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    HoverLabel → AnyRef → Any
  27. val uirevision: Option[Element]
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def withAlign(align: OneOrSeq[Alignment]): HoverLabel
  32. def withAlign(align: Option[OneOrSeq[Alignment]]): HoverLabel
  33. def withBgcolor(bgcolor: OneOrSeq[Color]): HoverLabel
  34. def withBgcolor(bgcolor: Option[OneOrSeq[Color]]): HoverLabel
  35. def withBordercolor(bordercolor: OneOrSeq[Color]): HoverLabel
  36. def withBordercolor(bordercolor: Option[OneOrSeq[Color]]): HoverLabel
  37. def withFont(font: HoverLabelFont): HoverLabel
  38. def withFont(font: Option[HoverLabelFont]): HoverLabel
  39. def withNamelength(namelength: OneOrSeq[Int]): HoverLabel
  40. def withNamelength(namelength: Option[OneOrSeq[Int]]): HoverLabel
  41. def withUirevision(uirevision: Element): HoverLabel
  42. def withUirevision(uirevision: Option[Element]): HoverLabel

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped