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 theWSAuthorEditorPageBase.viewToModel(int, int)
method. Used to obtain the node whose graphic representation contains a certain point in the Author viewport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorNode
getAuthorNode()
Return theAuthorNode
located at a specified position.int
getOffset()
The offset of the specified position.
-
-
-
Method Detail
-
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.
-
-