Package 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.
-
-
Field Summary
Fields Modifier and Type Field Description protected MIFElement
colorCatalog
colorCatalogprotected java.util.List
pages
pagesprotected PGFElement
pgfCatalog
pgfCatalogprotected RulingElement
rulingCatalog
rulingCatalog-
Fields inherited from class org.apache.fop.render.mif.MIFElement
finish, finished, name, started, valueElements, valueStr
-
-
Constructor Summary
Constructors Constructor Description MIFFile()
default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
colorCatalog
protected MIFElement colorCatalog
colorCatalog
-
pgfCatalog
protected PGFElement pgfCatalog
pgfCatalog
-
rulingCatalog
protected RulingElement rulingCatalog
rulingCatalog
-
pages
protected java.util.List pages
pages
-
-
Method Detail
-
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
- Parameters:
os
- output stream- Throws:
java.io.IOException
- if not caught
-
addPage
public void addPage(MIFElement p)
- Parameters:
p
- a page element to add
-
-