Uses of Class
com.lowagie.rups.model.IndirectObjectFactory
-
Packages that use IndirectObjectFactory Package Description com.lowagie.rups.model com.lowagie.rups.view.itext -
-
Uses of IndirectObjectFactory in com.lowagie.rups.model
Fields in com.lowagie.rups.model declared as IndirectObjectFactory Modifier and Type Field Description protected IndirectObjectFactory
ObjectLoader. objects
The factory that can provide PDF objects.protected IndirectObjectFactory
TreeNodeFactory. objects
The factory that can produce all indirect objects.Methods in com.lowagie.rups.model that return IndirectObjectFactory Modifier and Type Method Description IndirectObjectFactory
ObjectLoader. getObjects()
Getter for the object factory.Constructors in com.lowagie.rups.model with parameters of type IndirectObjectFactory Constructor Description TreeNodeFactory(IndirectObjectFactory objects)
Creates a factory that can produce TreeNode objects corresponding with PDF objects. -
Uses of IndirectObjectFactory in com.lowagie.rups.view.itext
Fields in com.lowagie.rups.view.itext declared as IndirectObjectFactory Modifier and Type Field Description protected IndirectObjectFactory
XRefTable. objects
The factory that can produce all the indirect objects.
-