Interface WebappImageMapSupportFactory
- All Superinterfaces:
Extension
- All Known Implementing Classes:
XHTMLWebappImageMapSupportFactory
Factory class to create image maps for a specific document element.
Subclasses can be given as a parameter to the
WebappImageMapRenderer form control.- Since:
- 25.0
-
Method Summary
Modifier and TypeMethodDescriptionCreate an image map support.Methods inherited from interface ro.sync.ecss.extensions.api.Extension
getDescription
-
Method Details
-
createImageMapSupport
WebappImageMapSupport createImageMapSupport(AuthorInplaceContext context) throws ImageMapFormatException Create an image map support.- Parameters:
context- The context.- Returns:
- The image map support.
- Throws:
ImageMapFormatException- When the image map cannot be parsed from the given context.
-