private static class StyleElement.FontDescriptor extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
int |
size |
int |
style |
| Constructor and Description |
|---|
FontDescriptor(java.lang.String name,
int style,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
FontDescriptor(java.lang.String name, int style, int size)