|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hdcookbook.grin.io.builders.FontSpec
public class FontSpec
This is a data holder for the specification of a font, consisting of
a name, size and style. It implements equals and hashCode so that
it can be used in an IndexedSet
Field Summary
java.lang.Stringname
intsize
intstyle
Constructor Summary
FontSpec()
Method Summary
booleanequals(java.lang.Object other)
inthashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Field Detail
name
public java.lang.String name
style
public int style
size
public int size
Constructor Detail
FontSpec
public FontSpec()
Method Detail
equals
public boolean equals(java.lang.Object other)
equals in class java.lang.Object
hashCode
public int hashCode()
hashCode in class java.lang.Object
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD