org.apache.fop.render.mif
Class MIFFile
java.lang.Object
org.apache.fop.render.mif.MIFElement
org.apache.fop.render.mif.MIFFile
- public class MIFFile
- extends MIFElement
The MIF File.
This organises the MIF File and the corresponding elements.
The catalog elements are used to setup the resources that
are referenced.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
colorCatalog
protected MIFElement colorCatalog
pgfCatalog
protected PGFElement pgfCatalog
fontCatalog
protected MIFElement fontCatalog
rulingCatalog
protected RulingElement rulingCatalog
tblCatalog
protected MIFElement tblCatalog
views
protected MIFElement views
variableFormats
protected MIFElement variableFormats
xRefFormats
protected MIFElement xRefFormats
document
protected MIFElement document
bookComponent
protected MIFElement bookComponent
initialAutoNums
protected MIFElement initialAutoNums
aFrames
protected MIFElement aFrames
tbls
protected MIFElement tbls
pages
protected java.util.List pages
textFlows
protected java.util.List textFlows
MIFFile
public MIFFile()
setup
protected void setup()
- Do some setup.
Currently adds some dummy values to the resources.
output
public void output(java.io.OutputStream os)
throws java.io.IOException
- Throws:
java.io.IOException
addPage
public void addPage(MIFElement p)
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.