Package 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-