Packages

final class Font extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Font
  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 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 productElementName(n: Int): String
    Definition Classes
    Product
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def productIterator: Iterator[Any]
    Definition Classes
    Product
  11. def productPrefix: String
    Definition Classes
    Product
  12. val size: Option[Int]
  13. def toString(): String
    Definition Classes
    Font → AnyRef → Any
  14. def withColor(color: Option[Color]): Font
  15. def withFamily(family: Option[String]): Font
  16. def withSize(size: Option[Int]): Font