Package com.itextpdf.layout.font
Class FontSetCollection
- java.lang.Object
-
- java.util.AbstractCollection<FontInfo>
-
- com.itextpdf.layout.font.FontSetCollection
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection<FontInfo>
additional
private java.util.Collection<FontInfo>
primary
-
Constructor Summary
Constructors Constructor Description FontSetCollection(java.util.Collection<FontInfo> primary, java.util.Collection<FontInfo> additional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<FontInfo>
iterator()
boolean
remove(java.lang.Object o)
int
size()
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
size
public int size()
-
iterator
public java.util.Iterator<FontInfo> iterator()
-
-