org.apache.batik.gvt.text

Interface Mark

public interface Mark

Marker interface, mostly, that encapsulates information about a selection gesture.
Method Summary
intgetCharIndex()
Returns the index of the character that has been hit.
TextNodegetTextNode()

Method Detail

getCharIndex

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

Returns: The character index.

getTextNode

public TextNode getTextNode()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.