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 Detail

      • getOffset

        int getOffset()
        The offset of the specified position. It is located within the bounds of the determined AuthorNode which also contains the given position.
        Returns:
        The offset of the specified position.
      • getAuthorNode

        AuthorNode getAuthorNode()
        Return the AuthorNode located at a specified position.
        Returns:
        The author node.