Class mheg5.REF.FontRef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.REF.FontRef

java.lang.Object
   |
   +----mheg5.REF.FontRef

public class FontRef
extends Object
A class to hold the FontAttributes.

Variable Index

 o BOLD
 o BOLD_ITALIC
 o EMPHASIS
 o FIXED
 o ITALIC
 o MONOSPACED
 o name
Name of the font.
 o Names
 o PLAIN
 o PROPORTIONAL
 o SANSSERIF
 o SERIF
 o size
The size of the font.
 o STRONG
 o style
Style of the font.
 o Styles

Constructor Index

 o FontRef()

Method Index

 o getAwtFont()
 o toString()

Variables

 o PLAIN
  public final static int PLAIN
 o BOLD
  public final static int BOLD
 o ITALIC
  public final static int ITALIC
 o BOLD_ITALIC
  public final static int BOLD_ITALIC
 o EMPHASIS
  public final static int EMPHASIS
 o STRONG
  public final static int STRONG
 o Styles
  public final static String Styles[]
 o FIXED
  public final static int FIXED
 o PROPORTIONAL
  public final static int PROPORTIONAL
 o SERIF
  public final static int SERIF
 o SANSSERIF
  public final static int SANSSERIF
 o MONOSPACED
  public final static int MONOSPACED
 o Names
  public final static String Names[]
 o name
  public int name
Name of the font. (default: Serif)
 o size
  public int size
The size of the font. (default: 12)
 o style
  public int style
Style of the font. (default: Plain)

Constructors

 o FontRef
  public FontRef()

Methods

 o getAwtFont
  public Font getAwtFont()
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index