org.apache.batik.gvt.font

Class UnresolvedFontFamily

public class UnresolvedFontFamily extends Object implements GVTFontFamily

A font family class for unresolved fonts.
Field Summary
protected GVTFontFacefontFace
Constructor Summary
UnresolvedFontFamily(GVTFontFace fontFace)
Constructs an UnresolvedFontFamily with the specified familyName.
UnresolvedFontFamily(String familyName)
Constructs an UnresolvedFontFamily with the specified familyName.
Method Summary
GVTFontderiveFont(float size, AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size.
GVTFontderiveFont(float size, Map attrs)
Derives a GVTFont object of the correct size from an attribute Map.
StringgetFamilyName()
Returns the font family name.
GVTFontFacegetFontFace()
Returns the font-face information for this font family.

Field Detail

fontFace

protected GVTFontFace fontFace

Constructor Detail

UnresolvedFontFamily

public UnresolvedFontFamily(GVTFontFace fontFace)
Constructs an UnresolvedFontFamily with the specified familyName.

Parameters: fontFace The name of the font family.

UnresolvedFontFamily

public UnresolvedFontFamily(String familyName)
Constructs an UnresolvedFontFamily with the specified familyName.

Parameters: familyName The name of the font family.

Method Detail

deriveFont

public GVTFont deriveFont(float size, AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size. As this font family is yet to be resolved this will always return null.

Parameters: size The required size of the derived font. aci The character iterator that will be rendered using the derived font.

deriveFont

public GVTFont deriveFont(float size, Map attrs)
Derives a GVTFont object of the correct size from an attribute Map.

Parameters: size The required size of the derived font. attrs The Attribute Map to get Values from.

getFamilyName

public String getFamilyName()
Returns the font family name.

Returns: the family name.

getFontFace

public GVTFontFace getFontFace()
Returns the font-face information for this font family.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.