Package org.apache.batik.bridge
Class BasicTextPainter.BasicMark
- java.lang.Object
-
- org.apache.batik.bridge.BasicTextPainter.BasicMark
-
- All Implemented Interfaces:
Mark
- Enclosing class:
- BasicTextPainter
protected static class BasicTextPainter.BasicMark extends java.lang.Object implements Mark
This TextPainter's implementation of the Mark interface.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCharIndex()
Returns the index of the character that has been hit.TextHit
getHit()
TextNode
getTextNode()
-
-
-
Method Detail
-
getHit
public TextHit getHit()
-
getTextNode
public TextNode getTextNode()
- Specified by:
getTextNode
in interfaceMark
-
getCharIndex
public int getCharIndex()
Returns the index of the character that has been hit.- Specified by:
getCharIndex
in interfaceMark
- Returns:
- The character index.
-
-