final class Font extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Font
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Font → Equals
- val color: Option[Color]
-
def
equals(obj: Any): Boolean
- Definition Classes
- Font → Equals → AnyRef → Any
- val family: Option[String]
-
def
hashCode(): Int
- Definition Classes
- Font → AnyRef → Any
-
def
productArity: Int
- Definition Classes
- Font → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Font → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Font → Product
- val size: Option[Int]
-
def
toString(): String
- Definition Classes
- Font → AnyRef → Any
- def withColor(color: Color): Font
- def withColor(color: Option[Color]): Font
- def withFamily(family: String): Font
- def withFamily(family: Option[String]): Font
- def withSize(size: Int): Font
- def withSize(size: Option[Int]): Font