| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.text.FontFamilyList
public class FontFamilyList
Represents a collection of font families.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
| Constructor Summary | |
|---|---|
| FontFamilyList()Initializes a new instance of the FontFamilyListclass. | |
| Method Summary | |
|---|---|
|  void | add(FontFamily fontFamily)Adds a FontFamilyto the collection. | 
|  FontFamily | getFontFamily(int index)Gets the FontFamilyat the specified index. | 
|  FontFamily | getFontFamily(java.lang.String name)Gets the FontFamilywith the specified name. | 
|  java.util.Iterator | getIterator()Gets an Iteratorfor the collection. | 
|  void | setFontFamily(int index,
              FontFamily fontFamily)Sets the FontFamilyat the specified index. | 
|  void | setFontFamily(java.lang.String name,
              FontFamily fontFamily)Sets the FontFamilywith the specified name. | 
|  int | size()Gets the total number of font families in the collection. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FontFamilyList()
FontFamilyList class.
| Method Detail | 
|---|
public int size()
public void setFontFamily(int index,
                          FontFamily fontFamily)
FontFamily at the specified index.
index - int index.fontFamily - FontFamily object to be added to the ArrayList.FontFamilypublic FontFamily getFontFamily(int index)
FontFamily at the specified index.
index - int index.
FontFamily object at the specified index.FontFamily
public void setFontFamily(java.lang.String name,
                          FontFamily fontFamily)
FontFamily with the specified name.
name - String name of the FontFamily.fontFamily - FontFamily object to be added to the HashTable.FontFamilypublic FontFamily getFontFamily(java.lang.String name)
FontFamily with the specified name.
name - String name of the FontFamily.
FontFamily object with the specified name.FontFamilypublic void add(FontFamily fontFamily)
FontFamily to the collection.
fontFamily - FontFamily object to be added to the Collection.FontFamilypublic java.util.Iterator getIterator()
Iterator for the collection.
Iterator| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||