|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.gvt.font.UnresolvedFontFamily
public class UnresolvedFontFamily
A font family class for unresolved fonts.
Field Summary | |
---|---|
protected GVTFontFace |
fontFace
|
Constructor Summary | |
---|---|
UnresolvedFontFamily(GVTFontFace fontFace)
Constructs an UnresolvedFontFamily with the specified familyName. |
|
UnresolvedFontFamily(String familyName)
Constructs an UnresolvedFontFamily with the specified familyName. |
Method Summary | |
---|---|
GVTFont |
deriveFont(float size,
AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size. |
GVTFont |
deriveFont(float size,
Map attrs)
Derives a GVTFont object of the correct size from an attribute Map. |
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
Constructor Detail |
---|
public UnresolvedFontFamily(GVTFontFace fontFace)
fontFace
- The name of the font family.public UnresolvedFontFamily(String familyName)
familyName
- The name of the font family.Method Detail |
---|
public GVTFontFace getFontFace()
getFontFace
in interface GVTFontFamily
public String getFamilyName()
getFamilyName
in interface GVTFontFamily
public GVTFont deriveFont(float size, AttributedCharacterIterator aci)
deriveFont
in interface GVTFontFamily
size
- The required size of the derived font.aci
- The character iterator that will be rendered using the derived
font.public GVTFont deriveFont(float size, Map attrs)
deriveFont
in interface GVTFontFamily
size
- The required size of the derived font.attrs
- The Attribute Map to get Values from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |