Package org.apache.fop.render.mif
Class PGFElement
- java.lang.Object
-
- org.apache.fop.render.mif.MIFElement
-
- org.apache.fop.render.mif.RefElement
-
- org.apache.fop.render.mif.PGFElement
-
public class PGFElement extends RefElement
Font Catalog element. This is the reference lookup element for fonts in the MIF document.
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.mif.MIFElement
finish, finished, name, started, valueElements, valueStr
-
-
Constructor Summary
Constructors Constructor Description PGFElement()
Creates a new font catalog element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MIFElement
lookupElement(java.lang.Object key)
-
Methods inherited from class org.apache.fop.render.mif.MIFElement
addElement, finish, output, setValue
-
-
-
-
Method Detail
-
lookupElement
public MIFElement lookupElement(java.lang.Object key)
- Overrides:
lookupElement
in classRefElement
- Parameters:
key
- an object- Returns:
- an MIF element
-
-