public class FontEntry extends Object
Constructor and Description |
---|
FontEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns if this object is considered equal to the other object.
|
int |
getBoldItalicStyle() |
String |
getName() |
int |
hashCode()
Returns a hashCode for the object.
|
FontEntry |
set(Font f) |
FontEntry |
set(PointFont f) |
FontEntry |
set(String name,
int boldItalicStyle) |
public String getName()
public int getBoldItalicStyle()
public int hashCode()
Object