Package ro.sync.ecss.extensions.tei
Class TEIAuthorImageDecorator
java.lang.Object
ro.sync.ecss.extensions.api.AuthorImageDecorator
ro.sync.ecss.extensions.commons.imagemap.AuthorImageMapDecorator
ro.sync.ecss.extensions.tei.TEIAuthorImageDecorator
- All Implemented Interfaces:
Extension
@API(type=INTERNAL,
src=PUBLIC)
public class TEIAuthorImageDecorator
extends AuthorImageMapDecorator
Handles a TEI vocabulary image map (facsimile). It renders the areas from the facsimile 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
-
TEIAuthorImageDecorator
public TEIAuthorImageDecorator()TEI AuthorImageMapDecorator.
-
-
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:
-