org.apache.fop.fo.extensions
Interface ExtensionAttachment
- All Known Implementing Classes:
- PSSetupCode
- public interface ExtensionAttachment
This interface is implemented by objects that are returned by special extension element
through the FONode.getExtensionAttachment() method. Such objects are carried in the FO tree
and made available to the layout managers that support processing extension attachments or
support passing them on to the area tree where they can be picked up by renderers.
NOTE: Classes which implement this interface need to be Serializable!
Method Summary |
java.lang.String |
getCategory()
This method returns a category URI that allows a processor (layout manager or renderer)
to determine if it supports this object. |
getCategory
public java.lang.String getCategory()
- This method returns a category URI that allows a processor (layout manager or renderer)
to determine if it supports this object.
- Returns:
- the category URI
Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.