case 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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bold: Option[Boolean]
  6. val charSet: Option[Charset]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val color: Option[Color]
  9. def defaultWith(defaultFont: Font): Font
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val family: Option[FontFamily]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val fontName: Option[String]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val height: Option[Height]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val italic: Option[Boolean]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val scheme: Option[FontScheme]
  22. val strikeout: Option[Boolean]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    Font → AnyRef → Any
  25. val typeOffset: Option[TypeOffset]
  26. val underline: Option[Underline]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def withBold: Font
  31. def withCharSet(charSet: Charset): Font
  32. def withColor(color: Color): Font
  33. def withFamily(family: FontFamily): Font
  34. def withFontName(fontName: String): Font
  35. def withHeight(height: Height): Font
  36. def withItalic: Font
  37. def withScheme(scheme: FontScheme): Font
  38. def withStrikeout: Font
  39. def withTypeOffset(typeOffset: TypeOffset): Font
  40. def withUnderline(underline: Underline): Font
  41. def withoutBold: Font
  42. def withoutCharSet: Font
  43. def withoutColor: Font
  44. def withoutFamily: Font
  45. def withoutFontName: Font
  46. def withoutHeight: Font
  47. def withoutItalic: Font
  48. def withoutScheme: Font
  49. def withoutStrikeout: Font
  50. def withoutTypeOffset: Font
  51. def withoutUnderline: Font

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped