|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.utils.font.DerivedFontAttributes
public class DerivedFontAttributes
This represents information about derived font.
Constructor Summary | |
---|---|
DerivedFontAttributes(java.awt.Font font,
int style,
float size)
Constructs new information about derived font. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.awt.Font |
getFont()
Returns original font. |
float |
getSize()
Returns new font size. |
int |
getStyle()
Returns new font style. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DerivedFontAttributes(java.awt.Font font, int style, float size)
font
- original fontstyle
- new font stylesize
- new font sizeMethod Detail |
---|
public java.awt.Font getFont()
public int getStyle()
public float getSize()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |