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 java.util.Stack<AbstractPaintingState.AbstractData> |
AbstractPaintingState.getStateStack()
Return the state stack
|
java.util.List<AbstractPaintingState.AbstractData> |
AbstractPaintingState.restoreAll()
Restore all painting state data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPaintingState.setData(AbstractPaintingState.AbstractData data)
Sets the current state data
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPaintingState.saveAll(java.util.List<AbstractPaintingState.AbstractData> dataList)
Save all painting state data.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.