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 MIFElementcolorCatalogprotected Listpagesprotected PGFElementpgfCatalogprotected RulingElementrulingCatalogFields inherited from class MIFElement
finish, finished, name, started, valueElements, valueStr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidoutput(OutputStream os) protected voidsetup()Do some setup.Methods inherited from class 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
-