|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.mif.MIFElement
org.apache.fop.render.mif.MIFFile
public class MIFFile
The MIF File. This organises the MIF File and the corresponding elements. The catalog elements are used to setup the resources that are referenced.
Field Summary | |
---|---|
protected MIFElement |
aFrames
aFrames |
protected MIFElement |
bookComponent
bookComponent |
protected MIFElement |
colorCatalog
colorCatalog |
protected MIFElement |
document
document |
protected MIFElement |
fontCatalog
fontCatalog |
protected MIFElement |
initialAutoNums
initialAutoNums |
protected java.util.List |
pages
pages |
protected PGFElement |
pgfCatalog
pgfCatalog |
protected RulingElement |
rulingCatalog
rulingCatalog |
protected MIFElement |
tblCatalog
tblCatalog |
protected MIFElement |
tbls
tbls |
protected java.util.List |
textFlows
textFlows |
protected MIFElement |
variableFormats
variableFormats |
protected MIFElement |
views
views |
protected MIFElement |
xRefFormats
xRefFormats |
Fields inherited from class org.apache.fop.render.mif.MIFElement |
---|
finish, finished, name, started, valueElements, valueStr |
Constructor Summary | |
---|---|
MIFFile()
default constructor |
Method Summary | |
---|---|
void |
addPage(MIFElement p)
|
void |
output(java.io.OutputStream os)
|
protected void |
setup()
Do some setup. |
Methods inherited from class org.apache.fop.render.mif.MIFElement |
---|
addElement, finish, output, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MIFElement colorCatalog
protected PGFElement pgfCatalog
protected MIFElement fontCatalog
protected RulingElement rulingCatalog
protected MIFElement tblCatalog
protected MIFElement views
protected MIFElement variableFormats
protected MIFElement xRefFormats
protected MIFElement document
protected MIFElement bookComponent
protected MIFElement initialAutoNums
protected MIFElement aFrames
protected MIFElement tbls
protected java.util.List pages
protected java.util.List textFlows
Constructor Detail |
---|
public MIFFile()
Method Detail |
---|
protected void setup()
public void output(java.io.OutputStream os) throws java.io.IOException
os
- output stream
java.io.IOException
- if not caughtpublic void addPage(MIFElement p)
p
- a page element to add
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |