Class AwtFontAttribute
- java.lang.Object
-
- net.sf.jasperreports.engine.fonts.AwtFontAttribute
-
public class AwtFontAttribute extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description AwtFontAttribute(String family, FontInfo fontInfo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static AwtFontAttribute
fromAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes)
String
getFamily()
FontInfo
getFontInfo()
boolean
hasAttribute()
int
hashCode()
void
putAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes)
String
toString()
-
-
-
Method Detail
-
fromAttributes
public static AwtFontAttribute fromAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes)
-
hasAttribute
public boolean hasAttribute()
-
getFamily
public String getFamily()
-
getFontInfo
public FontInfo getFontInfo()
-
putAttributes
public void putAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes)
-
-