public class AwtFontAttribute extends Object
Constructor and Description |
---|
AwtFontAttribute(String family,
FontInfo fontInfo) |
Modifier and Type | Method and 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() |
public static AwtFontAttribute fromAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes)
public boolean hasAttribute()
public String getFamily()
public FontInfo getFontInfo()
public void putAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes)
Copyright © 2016. All rights reserved.