org.apache.fop.render.mif

Class 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.

Field Summary

protected MIFElement
aFrames
protected MIFElement
bookComponent
protected MIFElement
colorCatalog
protected MIFElement
document
protected MIFElement
fontCatalog
protected MIFElement
initialAutoNums
protected List
pages
protected PGFElement
pgfCatalog
protected RulingElement
rulingCatalog
protected MIFElement
tblCatalog
protected MIFElement
tbls
protected List
textFlows
protected MIFElement
variableFormats
protected MIFElement
views
protected MIFElement
xRefFormats

Fields inherited from class org.apache.fop.render.mif.MIFElement

finish, finished, name, started, valueElements, valueStr

Constructor Summary

MIFFile()

Method Summary

void
addPage(MIFElement p)
void
output(OutputStream os)
protected void
setup()
Do some setup.

Methods inherited from class org.apache.fop.render.mif.MIFElement

addElement, finish, output, setValue

Field Details

aFrames

protected MIFElement aFrames

bookComponent

protected MIFElement bookComponent

colorCatalog

protected MIFElement colorCatalog

document

protected MIFElement document

fontCatalog

protected MIFElement fontCatalog

initialAutoNums

protected MIFElement initialAutoNums

pages

protected List pages

pgfCatalog

protected PGFElement pgfCatalog

rulingCatalog

protected RulingElement rulingCatalog

tblCatalog

protected MIFElement tblCatalog

tbls

protected MIFElement tbls

textFlows

protected List textFlows

variableFormats

protected MIFElement variableFormats

views

protected MIFElement views

xRefFormats

protected MIFElement xRefFormats

Constructor Details

MIFFile

public MIFFile()

Method Details

addPage

public void addPage(MIFElement p)

output

public void output(OutputStream os)
            throws IOException

setup

protected void setup()
Do some setup. Currently adds some dummy values to the resources.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.