Package org.apache.fop.render.mif
Class RulingElement
- java.lang.Object
-
- org.apache.fop.render.mif.MIFElement
-
- org.apache.fop.render.mif.RefElement
-
- org.apache.fop.render.mif.RulingElement
-
public class RulingElement extends RefElement
a ruling element
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.mif.MIFElement
finish, finished, name, started, valueElements, valueStr
-
-
Constructor Summary
Constructors Constructor Description RulingElement()
default constructor
-
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
- a key- Returns:
- an mif element
-
-