Packages

final class Font extends Product with Serializable

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

Value Members

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