|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprotoj.style.FontGroup
public class FontGroup
Class FontGroup defines a collection of fonts which will be collected by their font family. Each FontGroup can have up to four members, plain, bold, italic, and boldItalic.
Field Summary | |
---|---|
boolean |
bold
The bold version of this Group's font. |
boolean |
boldItalic
The boldItalic version of this Group's font. |
boolean |
italic
The italic version of this Group's font. |
java.awt.Font |
plain
The plain version of this Group's font. |
Constructor Summary | |
---|---|
FontGroup()
|
Method Summary | |
---|---|
void |
FontGroup()
Construct this by setting all of its fields to null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.awt.Font plain
public boolean bold
public boolean italic
public boolean boldItalic
Constructor Detail |
---|
public FontGroup()
Method Detail |
---|
public void FontGroup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |