final class HoverLabel extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HoverLabel
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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
- val align: Option[OneOrSeq[Alignment]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bgcolor: Option[OneOrSeq[Color]]
- val bordercolor: Option[OneOrSeq[Color]]
- def canEqual(obj: Any): Boolean
- Definition Classes
- HoverLabel → 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
- HoverLabel → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val font: Option[HoverLabelFont]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- HoverLabel → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val namelength: Option[OneOrSeq[Int]]
- 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
- HoverLabel → Product
- def productElement(n: Int): Any
- Definition Classes
- HoverLabel → Product
- def productElementName(n: Int): String
- Definition Classes
- HoverLabel → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- HoverLabel → Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- HoverLabel → AnyRef → Any
- val uirevision: Option[Element]
- 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 withAlign(align: OneOrSeq[Alignment]): HoverLabel
- def withAlign(align: Option[OneOrSeq[Alignment]]): HoverLabel
- def withBgcolor(bgcolor: OneOrSeq[Color]): HoverLabel
- def withBgcolor(bgcolor: Option[OneOrSeq[Color]]): HoverLabel
- def withBordercolor(bordercolor: OneOrSeq[Color]): HoverLabel
- def withBordercolor(bordercolor: Option[OneOrSeq[Color]]): HoverLabel
- def withFont(font: HoverLabelFont): HoverLabel
- def withFont(font: Option[HoverLabelFont]): HoverLabel
- def withNamelength(namelength: OneOrSeq[Int]): HoverLabel
- def withNamelength(namelength: Option[OneOrSeq[Int]]): HoverLabel
- def withUirevision(uirevision: Element): HoverLabel
- def withUirevision(uirevision: Option[Element]): HoverLabel