Package | Description |
---|---|
org.apache.fop.afp |
Contains an AFP library.
|
org.apache.fop.afp.ioca |
Contains a collection of AFP Image Object Content Architecture (IOCA) structured objects.
|
org.apache.fop.afp.modca |
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
|
Constructor | Description |
---|---|
AFPDataObjectFactory(Factory factory) |
Main constructor
|
AFPStreamer(Factory factory,
InternalResourceResolver resourceResolver) |
Main constructor
|
DataStream(Factory factory,
AFPPaintingState paintingState,
java.io.OutputStream outputStream) |
Default constructor for the AFPDocumentStream.
|
Constructor | Description |
---|---|
ImageSegment(Factory factory,
java.lang.String name) |
Constructor for the image segment with the specified name,
the name must be a fixed length of eight characters.
|
Modifier and Type | Field | Description |
---|---|---|
protected Factory |
AbstractDataObject.factory |
the object factory
|
protected Factory |
AbstractPageObject.factory |
the object factory
|
Constructor | Description |
---|---|
AbstractDataObject(Factory factory,
java.lang.String name) |
Named constructor
|
AbstractPageObject(Factory factory) |
Default constructor
|
AbstractPageObject(Factory factory,
java.lang.String name) |
Main constructor
|
AbstractPageObject(Factory factory,
java.lang.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,
java.lang.String name) |
Main constructor
|
AbstractResourceGroupContainer(Factory factory) |
Default constructor
|
AbstractResourceGroupContainer(Factory factory,
java.lang.String name) |
Named constructor
|
AbstractResourceGroupContainer(Factory factory,
java.lang.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,
java.lang.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.
|
Document(Factory factory,
java.lang.String name) |
Constructor for the document object.
|
GraphicsObject(Factory factory,
java.lang.String name) |
Default constructor
|
ImageObject(Factory factory,
java.lang.String name) |
Constructor for the image object with the specified name,
the name must be a fixed length of eight characters.
|
ObjectContainer(Factory factory,
java.lang.String name) |
Main constructor
|
Overlay(Factory factory,
java.lang.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.
|
PageGroup(Factory factory,
java.lang.String name) |
Constructor for the PageGroup.
|
PageObject(Factory factory,
java.lang.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.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.