protoj.style
Class FontGroup

java.lang.Object
  extended by protoj.style.FontGroup

public class FontGroup
extends java.lang.Object

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

plain

public java.awt.Font plain
The plain version of this Group's font.


bold

public boolean bold
The bold version of this Group's font.


italic

public boolean italic
The italic version of this Group's font.


boldItalic

public boolean boldItalic
The boldItalic version of this Group's font.

Constructor Detail

FontGroup

public FontGroup()
Method Detail

FontGroup

public void FontGroup()
Construct this by setting all of its fields to null.