Package org.apache.fop.render.mif
Class MIFFile
java.lang.Object
org.apache.fop.render.mif.MIFElement
org.apache.fop.render.mif.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
FieldsModifier and TypeFieldDescriptionprotected MIFElement
colorCatalogprotected List
pagesprotected PGFElement
pgfCatalogprotected RulingElement
rulingCatalogFields inherited from class org.apache.fop.render.mif.MIFElement
finish, finished, name, started, valueElements, valueStr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
colorCatalog
colorCatalog -
pgfCatalog
pgfCatalog -
rulingCatalog
rulingCatalog -
pages
pages
-
-
Constructor Details
-
MIFFile
public MIFFile()default constructor
-
-
Method Details
-
setup
protected void setup()Do some setup. Currently adds some dummy values to the resources. -
output
- Parameters:
os
- output stream- Throws:
IOException
- if not caught
-
addPage
- Parameters:
p
- a page element to add
-