Uses of Class
org.apache.fop.render.mif.MIFElement
-
Packages that use MIFElement Package Description org.apache.fop.render.mif MIF Output Support -
-
Uses of MIFElement in org.apache.fop.render.mif
Subclasses of MIFElement in org.apache.fop.render.mif Modifier and Type Class Description class
MIFFile
The MIF File.class
PGFElement
Font Catalog element.class
RefElement
Reference MIF Element.class
RulingElement
a ruling elementFields in org.apache.fop.render.mif declared as MIFElement Modifier and Type Field Description protected MIFElement
MIFFile. colorCatalog
colorCatalogprivate MIFElement
MIFHandler. para
private MIFElement
MIFHandler. textFlow
Methods in org.apache.fop.render.mif that return MIFElement Modifier and Type Method Description MIFElement
PGFElement. lookupElement(java.lang.Object key)
MIFElement
RefElement. lookupElement(java.lang.Object key)
MIFElement
RulingElement. lookupElement(java.lang.Object key)
Methods in org.apache.fop.render.mif with parameters of type MIFElement Modifier and Type Method Description void
MIFElement. addElement(MIFElement el)
void
MIFFile. addPage(MIFElement p)
-