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.
-
BOLD
-
-
BOLD_ITALIC
-
-
EMPHASIS
-
-
FIXED
-
-
ITALIC
-
-
MONOSPACED
-
-
name
- Name of the font.
-
Names
-
-
PLAIN
-
-
PROPORTIONAL
-
-
SANSSERIF
-
-
SERIF
-
-
size
- The size of the font.
-
STRONG
-
-
style
- Style of the font.
-
Styles
-
-
FontRef()
-
-
getAwtFont()
-
-
toString()
-
PLAIN
public final static int PLAIN
BOLD
public final static int BOLD
ITALIC
public final static int ITALIC
BOLD_ITALIC
public final static int BOLD_ITALIC
EMPHASIS
public final static int EMPHASIS
STRONG
public final static int STRONG
Styles
public final static String Styles[]
FIXED
public final static int FIXED
PROPORTIONAL
public final static int PROPORTIONAL
SERIF
public final static int SERIF
SANSSERIF
public final static int SANSSERIF
MONOSPACED
public final static int MONOSPACED
Names
public final static String Names[]
name
public int name
- Name of the font. (default: Serif)
size
public int size
- The size of the font. (default: 12)
style
public int style
- Style of the font. (default: Plain)
FontRef
public FontRef()
getAwtFont
public Font getAwtFont()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index