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 | Method and Description |
---|---|
protected AbstractPaintingState.AbstractData |
AFPPaintingState.instantiateData()
Instantiates a new state data object
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPaintingState.AbstractData |
PDFPaintingState.instantiateData()
Instantiates a new state data object
|
Modifier and Type | Method and Description |
---|---|
AbstractPaintingState.AbstractData |
AbstractPaintingState.getData()
Returns the currently valid state
|
protected abstract AbstractPaintingState.AbstractData |
AbstractPaintingState.AbstractData.instantiate()
Returns a newly create data object
|
protected abstract AbstractPaintingState.AbstractData |
AbstractPaintingState.instantiateData()
Instantiates a new state data object
|
AbstractPaintingState.AbstractData |
AbstractPaintingState.restore()
Restore the current painting state.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPaintingState.setData(AbstractPaintingState.AbstractData data)
Sets the current state data
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.