Class BasicTextPainter.BasicMark
java.lang.Object
org.apache.batik.bridge.BasicTextPainter.BasicMark
- All Implemented Interfaces:
Mark
- Enclosing class:
BasicTextPainter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the index of the character that has been hit.getHit()
-
Field Details
-
node
-
hit
-
-
Constructor Details
-
BasicMark
-
-
Method Details
-
getHit
-
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.
-