|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.gvt.font.AWTFontFamily
A font family class for AWT fonts.
| Field Summary | |
protected java.awt.Font |
font
|
protected GVTFontFace |
fontFace
|
| Constructor Summary | |
AWTFontFamily(GVTFontFace fontFace)
Constructs an AWTFontFamily with the specified familyName. |
|
AWTFontFamily(GVTFontFace fontFace,
java.awt.Font font)
Constructs an AWTFontFamily with the specified familyName. |
|
AWTFontFamily(java.lang.String familyName)
Constructs an AWTFontFamily with the specified familyName. |
|
| Method Summary | |
GVTFont |
deriveFont(float size,
java.text.AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size. |
java.lang.String |
getFamilyName()
Returns the font family name. |
GVTFontFace |
getFontFace()
Returns the font-face information for this font family. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected GVTFontFace fontFace
protected java.awt.Font font
| Constructor Detail |
public AWTFontFamily(GVTFontFace fontFace)
public AWTFontFamily(java.lang.String familyName)
familyName - The name of the font family.
public AWTFontFamily(GVTFontFace fontFace,
java.awt.Font font)
| Method Detail |
public java.lang.String getFamilyName()
getFamilyName in interface GVTFontFamilypublic GVTFontFace getFontFace()
getFontFace in interface GVTFontFamily
public GVTFont deriveFont(float size,
java.text.AttributedCharacterIterator aci)
deriveFont in interface GVTFontFamilysize - The required size of the derived font.aci - The character iterator that will be rendered using
the derived font.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||