scala

Font

object Font extends AnyRef

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def Dimension(x: Int, y: Int): Dimension

  2. def Insets(x: Int, y: Int, width: Int, height: Int): Insets

  3. def Point(x: Int, y: Int): Point

  4. def Rectangle(x: Int, y: Int, width: Int, height: Int): Insets

  5. def apply(fontFormat: Int, fontStream: InputStream): Font

  6. def apply(fontFormat: Int, fontFile: File): Font

  7. def decode(str: String): Font

  8. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  9. def get(nm: String, font: Font): Font

    See [java

  10. def get(nm: String): Font

    See [java

  11. def hashCode(): Int

    Returns a hash code value for the object

  12. def toString(): String

    Returns a string representation of the object