org.apache.fop.render.afp.modca |
|
Java Source File Name | Type | Comment |
AbstractAFPObject.java | Class | This is the base class for all data stream objects. |
AbstractNamedAFPObject.java | Class | This is the base class for all named data stream objects. |
AbstractPageObject.java | Class | Pages contain the data objects that comprise a presentation document. |
ActiveEnvironmentGroup.java | Class | An Active Environment Group (AEG) is associated with each page,
and is contained in the page's begin-end envelope in the data stream.
The active environment group contains layout and formatting information
that defines the measurement units and size of the page, and may contain
resource information.
Any objects that are required for page presentation and that are to be
treated as resource objects must be mapped with a map structured field
in the AEG. |
AFPConstants.java | Interface | Constants used by the AFP renderer. |
AFPDataStream.java | Class | A data stream is a continuous ordered stream of data elements and objects
conforming to a given format. |
Document.java | Class | The document is the highest level of the MO:DCA data-stream document
component hierarchy. |
EndPageGroup.java | Class | The End Named Page Group (ENG) structured field terminates a page group that was
initiated by a Begin Named Page Group structured field.
Note :This object will be used to represent an ENG
structured field. |
ImageCellPosition.java | Class | The IM Image Cell Position structured field specifies the placement,
size, and replication of IM image cells. |
ImageContent.java | Class | |
ImageDataDescriptor.java | Class | |
ImageInputDescriptor.java | Class | The IM Image Input Descriptor structured field contains the
descriptor data for an IM image data object. |
ImageObject.java | Class | |
ImageOutputControl.java | Class | The IM Image Output Control structured field specifies the position and
orientation of the IM image object area and the mapping of the image points
to presentation device pels. |
ImageRasterData.java | Class | Contains the image points that define the IM image raster pattern.
A raster pattern is the array of presentation device pels that forms
the image. |
ImageRasterPattern.java | Class | Raster data is a grid of cells covering an area of interest.
Each pixel, the smallest unit of information in the grid, displays
a unique attribute. |
ImageSegment.java | Class | An Image Segment is represented by a set of self-defining fields, fields
that describe their own contents. |
ImageSizeParameter.java | Class | Describes the measurement characteristics of the image when it is created. |
IMImageObject.java | Class | An IM image data object specifies the contents of a raster image and
its placement on a page, overlay, or page segment. |
IncludeObject.java | Class | An Include Object structured field references an object on a page or overlay.
It optionally contains parameters that identify the object and that specify
presentation parameters such as object position, size, orientation, mapping,
and default color.
Where the presentation parameters conflict with parameters specified in the
object's environment group (OEG), the parameters in the Include Object
structured field override. |
IncludePageOverlay.java | Class | The Include Page Overlay structured field references an overlay resource
definition that is to be positioned on the page. |
IncludePageSegment.java | Class | The Include Page Segment structured field references a page segment resource
object that is to be presented on the page or overlay presentation space. |
InvokeMediumMap.java | Class | The Invoke Medium Map structured field identifies the Medium Map that is to
become active for the document. |
MapCodedFont.java | Class | The Map Coded Font structured field maps a unique coded font resource local
ID, which may be embedded one or more times within an object's data and
descriptor, to the identifier of a coded font resource object. |
MapPageOverlay.java | Class | The Map Page Overlay structured field maps a Resource Local ID to the name of
a Begin Overlay structured field. |
MaximumSizeExceededException.java | Class | An exception to handle maximum sizes being exceeded. |
NoOperation.java | Class | The No Operation structured field may be used to carry comments
or any other type of unarchitected data. |
ObjectAreaDescriptor.java | Class | The Object Area Descriptor structured field specifies the size and attributes
of an object area presentation space. |
ObjectAreaPosition.java | Class | The Object Area Position structured field specifies the origin and
orientation of the object area, and the origin and orientation of the
object content within the object area. |
ObjectEnvironmentGroup.java | Class | An Object Environment Group (OEG) may be associated with an object and is contained
within the object's begin-end envelope.
The object environment group defines the object's origin and orientation on the page,
and can contain font and color attribute table information. |
Overlay.java | Class | |
PageDescriptor.java | Class | The Page Descriptor structured field specifies the size and attributes of
a page or overlay presentation space. |
PageGroup.java | Class | A page group is used in the data stream to define a named, logical grouping
of sequential pages. |
PageObject.java | Class | Pages contain the data objects that comprise a presentation document. |
PresentationTextData.java | Class | Presentation text data contains the graphic characters and the control
sequences necessary to position the characters within the object space. |
PresentationTextDescriptor.java | Class | The Presentation Text Descriptor specifies the units of measure for the
Presentation Text object space, the size of the Presentation Text object
space, and the initial values for modal parameters, called initial text
conditions. |
PresentationTextObject.java | Class | The Presentation Text object is the data object used in document processing
environments for representing text which has been prepared for presentation.
Text, as used here, means an ordered string of characters, such as graphic
symbols, numbers, and letters, that are suitable for the specific purpose of
representing coherent information. |
ResourceGroup.java | Class | A Resource Group contains a set of overlays. |
TagLogicalElement.java | Class | A Tag Logical Element structured field assigns an attribute name and an
attribute value to a page or page group. |
TagLogicalElementBean.java | Class | The TagLogicalElementBean provides a bean for holding the attributes of
a tag logical element as key value pairs. |