Package org.apache.batik.bridge
Class BasicTextPainter.BasicMark
java.lang.Object
org.apache.batik.bridge.BasicTextPainter.BasicMark
- All Implemented Interfaces:
Mark
- Enclosing class:
BasicTextPainter
This TextPainter's implementation of the Mark interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the index of the character that has been hit.getHit()
-
Constructor Details
-
BasicMark
Constructs a new Mark with the specified parameters.
-
-
Method Details
-
getHit
-
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.
-