Package | Description |
---|---|
org.apache.fop.afp |
Contains an AFP library.
|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.util |
Various utility classes (I/O, codecs, color support, service discovers etc.).
|
Modifier and Type | Class and Description |
---|---|
class |
AFPPaintingState
This keeps information about the current painting state when writing to an
AFP datastream.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPaintingState |
AFPPaintingState.instantiate()
Instantiates a new state object
|
Modifier and Type | Class and Description |
---|---|
class |
PDFPaintingState
This keeps information about the current painting state when writing to pdf.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPaintingState |
PDFPaintingState.instantiate()
Instantiates a new state object
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractPaintingState |
AbstractPaintingState.instantiate()
Instantiates a new state object
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.