scala

object Font

[source: scala/Font.scala]

object Font
extends AnyRef
Method Summary
def Dimension (x : Int, y : Int) : java.awt.Dimension
def Insets (x : Int, y : Int, width : Int, height : Int) : java.awt.Insets
def Point (x : Int, y : Int) : java.awt.Point
def Rectangle (x : Int, y : Int, width : Int, height : Int) : java.awt.Insets
def apply (fontFormat : Int, fontStream : java.io.InputStream) : java.awt.Font
def apply (fontFormat : Int, fontFile : java.io.File) : java.awt.Font
def decode (str : java.lang.String) : java.awt.Font
def get (nm : java.lang.String, font : java.awt.Font) : java.awt.Font
See [java.awt.Font.getFont].
def get (nm : java.lang.String) : java.awt.Font
See [java.awt.Font.getFont].
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def apply(fontFormat : Int, fontFile : java.io.File) : java.awt.Font

def apply(fontFormat : Int, fontStream : java.io.InputStream) : java.awt.Font

def decode(str : java.lang.String) : java.awt.Font

def get(nm : java.lang.String) : java.awt.Font
See [java.awt.Font.getFont].

def get(nm : java.lang.String, font : java.awt.Font) : java.awt.Font
See [java.awt.Font.getFont].

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

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

def Point(x : Int, y : Int) : java.awt.Point

def Dimension(x : Int, y : Int) : java.awt.Dimension