Package ro.sync.ecss.extensions.api
Interface AuthorViewToModelInfo
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AuthorViewToModelInfo
An implementation of this interface is returned by the
WSAuthorEditorPageBase.viewToModel(int, int)
method.
Used to obtain the node whose graphic representation contains a certain point
in the Author viewport.-
Method Summary
Modifier and TypeMethodDescriptionReturn theAuthorNode
located at a specified position.int
The offset of the specified position.
-
Method Details
-
getOffset
int getOffset()The offset of the specified position. It is located within the bounds of the determinedAuthorNode
which also contains the given position.- Returns:
- The offset of the specified position.
-
getAuthorNode
AuthorNode getAuthorNode()Return theAuthorNode
located at a specified position.- Returns:
- The author node.
-