case class Font extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Font
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bold: Option[Boolean]
- val charSet: Option[Charset]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: Option[Color]
- def defaultWith(defaultFont: Font): Font
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val family: Option[FontFamily]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fontName: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val height: Option[Height]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val italic: Option[Boolean]
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- val scheme: Option[FontScheme]
- val strikeout: Option[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Font → AnyRef → Any
- val typeOffset: Option[TypeOffset]
- val underline: Option[Underline]
- 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 withBold: Font
- def withCharSet(charSet: Charset): Font
- def withColor(color: Color): Font
- def withFamily(family: FontFamily): Font
- def withFontName(fontName: String): Font
- def withHeight(height: Height): Font
- def withItalic: Font
- def withScheme(scheme: FontScheme): Font
- def withStrikeout: Font
- def withTypeOffset(typeOffset: TypeOffset): Font
- def withUnderline(underline: Underline): Font
- def withoutBold: Font
- def withoutCharSet: Font
- def withoutColor: Font
- def withoutFamily: Font
- def withoutFontName: Font
- def withoutHeight: Font
- def withoutItalic: Font
- def withoutScheme: Font
- def withoutStrikeout: Font
- def withoutTypeOffset: Font
- def withoutUnderline: Font