final class HoverLabel extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HoverLabel
  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 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(classOf[java.lang.CloneNotSupportedException]) @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[_ <: AnyRef]
    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 productElementName(n: Int): String
    Definition Classes
    HoverLabel → Product
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def productIterator: Iterator[Any]
    Definition Classes
    Product
  26. def productPrefix: String
    Definition Classes
    HoverLabel → Product
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    HoverLabel → AnyRef → Any
  29. val uirevision: Option[Element]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def withAlign(align: OneOrSeq[Alignment]): HoverLabel
  34. def withAlign(align: Option[OneOrSeq[Alignment]]): HoverLabel
  35. def withBgcolor(bgcolor: OneOrSeq[Color]): HoverLabel
  36. def withBgcolor(bgcolor: Option[OneOrSeq[Color]]): HoverLabel
  37. def withBordercolor(bordercolor: OneOrSeq[Color]): HoverLabel
  38. def withBordercolor(bordercolor: Option[OneOrSeq[Color]]): HoverLabel
  39. def withFont(font: HoverLabelFont): HoverLabel
  40. def withFont(font: Option[HoverLabelFont]): HoverLabel
  41. def withNamelength(namelength: OneOrSeq[Int]): HoverLabel
  42. def withNamelength(namelength: Option[OneOrSeq[Int]]): HoverLabel
  43. def withUirevision(uirevision: Element): HoverLabel
  44. def withUirevision(uirevision: Option[Element]): HoverLabel

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped