final class HoverLabelFont extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HoverLabelFont
  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 HoverLabelFont()
  2. new HoverLabelFont(family: Option[OneOrSeq[String]], size: Option[OneOrSeq[Double]], color: Option[OneOrSeq[Color]])

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    HoverLabelFont → Equals
  2. val color: Option[OneOrSeq[Color]]
  3. def equals(obj: Any): Boolean
    Definition Classes
    HoverLabelFont → Equals → AnyRef → Any
  4. val family: Option[OneOrSeq[String]]
  5. def hashCode(): Int
    Definition Classes
    HoverLabelFont → AnyRef → Any
  6. def productArity: Int
    Definition Classes
    HoverLabelFont → Product
  7. def productElement(n: Int): Any
    Definition Classes
    HoverLabelFont → Product
  8. def productIterator: Iterator[Any]
    Definition Classes
    Product
  9. def productPrefix: String
    Definition Classes
    HoverLabelFont → Product
  10. val size: Option[OneOrSeq[Double]]
  11. def toString(): String
    Definition Classes
    HoverLabelFont → AnyRef → Any
  12. def withColor(color: OneOrSeq[Color]): HoverLabelFont
  13. def withColor(color: Option[OneOrSeq[Color]]): HoverLabelFont
  14. def withFamily(family: OneOrSeq[String]): HoverLabelFont
  15. def withFamily(family: Option[OneOrSeq[String]]): HoverLabelFont
  16. def withSize(size: OneOrSeq[Double]): HoverLabelFont
  17. def withSize(size: Option[OneOrSeq[Double]]): HoverLabelFont