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 intgetCharIndex()Returns the index of the character that has been hit.TextHitgetHit()TextNodegetTextNode()
-
-
-
Method Detail
-
getHit
public TextHit getHit()
-
getTextNode
public TextNode getTextNode()
- Specified by:
getTextNodein interfaceMark
-
getCharIndex
public int getCharIndex()
Returns the index of the character that has been hit.- Specified by:
getCharIndexin interfaceMark- Returns:
- The character index.
-
-