Uses of Class
org.apache.fop.afp.Factory
Packages that use Factory
Package
Description
Contains an AFP library.
Contains a collection of AFP Image Object Content Architecture (IOCA) structured objects.
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
-
Uses of Factory in org.apache.fop.afp
Constructors in org.apache.fop.afp with parameters of type FactoryModifierConstructorDescriptionAFPDataObjectFactory(Factory factory) Main constructorAFPStreamer(Factory factory, InternalResourceResolver resourceResolver) Main constructorDataStream(Factory factory, AFPPaintingState paintingState, OutputStream outputStream) Default constructor for the AFPDocumentStream. -
Uses of Factory in org.apache.fop.afp.ioca
Constructors in org.apache.fop.afp.ioca with parameters of type FactoryModifierConstructorDescriptionImageSegment(Factory factory, String name) Constructor for the image segment with the specified name, the name must be a fixed length of eight characters. -
Uses of Factory in org.apache.fop.afp.modca
Fields in org.apache.fop.afp.modca declared as FactoryModifier and TypeFieldDescriptionprotected final FactoryAbstractDataObject.factorythe object factoryprotected final FactoryAbstractPageObject.factorythe object factoryConstructors in org.apache.fop.afp.modca with parameters of type FactoryModifierConstructorDescriptionAbstractDataObject(Factory factory, String name) Named constructorAbstractPageObject(Factory factory) Default constructorAbstractPageObject(Factory factory, String name) Main constructorAbstractPageObject(Factory factory, String name, int width, int height, int rotation, int widthRes, int heightRes) Construct a new page object for the specified name argument, the page name should be an 8 character identifier.AbstractResourceEnvironmentGroupContainer(Factory factory, String name) Main constructorAbstractResourceGroupContainer(Factory factory) Default constructorAbstractResourceGroupContainer(Factory factory, String name) Named constructorAbstractResourceGroupContainer(Factory factory, String name, int width, int height, int rotation, int widthRes, int heightRes) Construct a new page object for the specified name argument, the page name should be an 8 character identifier.ActiveEnvironmentGroup(Factory factory, String name, int width, int height, int widthRes, int heightRes) Constructor for the ActiveEnvironmentGroup, this takes a name parameter which must be 8 characters long.Constructor for the document object.GraphicsObject(Factory factory, String name) Default constructorImageObject(Factory factory, String name) Constructor for the image object with the specified name, the name must be a fixed length of eight characters.ObjectContainer(Factory factory, String name) Main constructorOverlay(Factory factory, String name, int width, int height, int rotation, int widthResolution, int heightResolution) Construct a new overlay object for the specified name argument, the overlay name should be an 8 character identifier.Constructor for the PageGroup.PageObject(Factory factory, String name, int width, int height, int rotation, int widthRes, int heightRes) Construct a new page object for the specified name argument, the page name should be an 8 character identifier.