Class AFPInvokeMediumMap
- java.lang.Object
-
- org.apache.fop.render.afp.extensions.AFPExtensionAttachment
-
- org.apache.fop.render.afp.extensions.AFPInvokeMediumMap
-
- All Implemented Interfaces:
java.io.Serializable
,ExtensionAttachment
,org.apache.xmlgraphics.util.XMLizable
public class AFPInvokeMediumMap extends AFPExtensionAttachment
This is the pass-through value object for the AFP extension.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.fop.render.afp.extensions.AFPExtensionAttachment
ATT_NAME, CATEGORY, elementName, name
-
-
Constructor Summary
Constructors Constructor Description AFPInvokeMediumMap()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
toSAX(org.xml.sax.ContentHandler handler)
java.lang.String
toString()
-
Methods inherited from class org.apache.fop.render.afp.extensions.AFPExtensionAttachment
getCategory, getElementName, getName, hasName, setName
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-