Package ro.sync.ecss.extensions.docbook
Class DocbookAuthorImageDecorator
java.lang.Object
ro.sync.ecss.extensions.api.AuthorImageDecorator
ro.sync.ecss.extensions.commons.imagemap.AuthorImageMapDecorator
ro.sync.ecss.extensions.docbook.DocbookAuthorImageDecorator
- All Implemented Interfaces:
Extension
@API(type=INTERNAL,
src=PUBLIC)
public class DocbookAuthorImageDecorator
extends AuthorImageMapDecorator
Handles a Docbook vocabulary image map. It renders the areas from the map over the image.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisNodeOfInterest(AuthorNode node, SupportedFrameworks framework) Check if the node to be painted is part of an image map.Methods inherited from class ro.sync.ecss.extensions.commons.imagemap.AuthorImageMapDecorator
paintMethods inherited from class ro.sync.ecss.extensions.api.AuthorImageDecorator
getDescription
-
Constructor Details
-
DocbookAuthorImageDecorator
public DocbookAuthorImageDecorator()Docbook author image map decorator.
-
-
Method Details
-
isNodeOfInterest
Description copied from class:AuthorImageMapDecoratorCheck if the node to be painted is part of an image map.- Specified by:
isNodeOfInterestin classAuthorImageMapDecorator- Parameters:
node- The current node.framework- The current framework.- Returns:
trueif the node is part of an image map and we shall paint something over the image.- See Also:
-