org.apache.fop.render.afp.modca
public abstract class AbstractAFPObject extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
Static logging instance
|
Constructor and Description |
---|
AbstractAFPObject() |
Modifier and Type | Method and Description |
---|---|
abstract void |
writeDataStream(java.io.OutputStream os)
DataStream objects must implement the writeDataStream()
method to write its data to the given OutputStream
|
protected void |
writeObjectList(java.util.List afpObjects,
java.io.OutputStream os)
Help method to write a set of AFPObjects to the AFP datastream.
|
public abstract void writeDataStream(java.io.OutputStream os) throws java.io.IOException
os
- The outputsteam streamjava.io.IOException
protected void writeObjectList(java.util.List afpObjects, java.io.OutputStream os) throws java.io.IOException
afpObjects
- a list of AFPObjectsos
- The stream to write tojava.io.IOException
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.