Uses of Class
org.apache.fop.afp.modca.AbstractNamedAFPObject
Packages that use AbstractNamedAFPObject
Package
Description
Contains an AFP library.
Contains a collection of AFP font related classes.
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 AbstractNamedAFPObject in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type AbstractNamedAFPObjectModifier and TypeMethodDescriptionAFPDataObjectFactory.createResource(AbstractNamedAFPObject namedObj, AFPResourceInfo resourceInfo, Registry.ObjectType objectType) Creates a resource object wrapper for named includable data objects -
Uses of AbstractNamedAFPObject in org.apache.fop.afp.goca
Subclasses of AbstractNamedAFPObject in org.apache.fop.afp.gocaModifier and TypeClassDescriptionclassA base container of prepared structured AFP objectsfinal classA GOCA graphics segmentfinal classA GOCA graphics data -
Uses of AbstractNamedAFPObject in org.apache.fop.afp.ioca
Subclasses of AbstractNamedAFPObject in org.apache.fop.afp.iocaModifier and TypeClassDescriptionclassAn Image Segment is represented by a set of self-defining fields, fields that describe their own contents. -
Uses of AbstractNamedAFPObject in org.apache.fop.afp.modca
Subclasses of AbstractNamedAFPObject in org.apache.fop.afp.modcaModifier and TypeClassDescriptionclassAbstract base class used by the ImageObject and GraphicsObject which both have define an ObjectEnvironmentGroupclassA base class that encapsulates common features of ActiveEnvironmentGroup and ResourceEnvironmentGroupclassPages contain the data objects that comprise a presentation document.classAn abstract class which encapsulates the common features of Document and PageGroup resource containersclassAn abstract container of resource objectsfinal classAn Active Environment Group (AEG) is associated with each page, and is contained in the page's begin-end envelope in the data stream.final classThe document is the highest level of the MO:DCA data-stream document component hierarchy.classTop-level GOCA graphics object.classAn IOCA Image Data ObjectclassAn IM image data object specifies the contents of a raster image and its placement on a page, overlay, or page segment.classEncapsulates an included resource object that is loaded from an external file.classAn Include Object structured field references an object on a page or overlay.classThe Include Page Overlay structured field references an overlay resource definition that is to be positioned on the page.classThe Include Page Segment structured field references a page segment resource object that is to be presented on the page or overlay presentation space.classThe Invoke Medium Map structured field identifies the Medium Map that is to become active for the document.classObject containers are MO:DCA objects that envelop and carry object data.final classAn Object Environment Group (OEG) may be associated with an object and is contained within the object's begin-end envelope.classAn overlay is a MO:DCA-P resource object.classA page group is used in the data stream to define a named, logical grouping of sequential pages.classPages contain the data objects that comprise a presentation document.classA page segment is a MO:DCA-P resource object.classThe Presentation Text object is the data object used in document processing environments for representing text which has been prepared for presentation.classA Resource Environment Group contains a set of resources for a document or for a group of pages in a document.classA Resource Group contains a set of overlays.classThis resource structured field begins an envelope that is used to carry resource objects in print-file-level (external) resource groups.classA print-file resource groupMethods in org.apache.fop.afp.modca that return AbstractNamedAFPObjectModifier and TypeMethodDescriptionResourceObject.getDataObject()Returns the data object referenced by this resource objectMethods in org.apache.fop.afp.modca with parameters of type AbstractNamedAFPObjectModifier and TypeMethodDescriptionvoidResourceGroup.addObject(AbstractNamedAFPObject namedObject) Add this named object to this resource groupvoidStreamedResourceGroup.addObject(AbstractNamedAFPObject namedObject) Adds a resource to the external resource groupvoidResourceObject.setDataObject(AbstractNamedAFPObject namedObject) Sets the data object referenced by this resource object