org.apache.batik.bridge
Interface Mark

All Known Implementing Classes:
BasicTextPainter.BasicMark

public interface Mark

Marker interface, mostly, that encapsulates information about a selection gesture.

Version:
$Id: Mark.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Bill Haneman

Method Summary
 int getCharIndex()
          Returns the index of the character that has been hit.
 TextNode getTextNode()
           
 

Method Detail

getTextNode

TextNode getTextNode()

getCharIndex

int getCharIndex()
Returns the index of the character that has been hit.

Returns:
The character index.


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.