Uses of Class
org.apache.batik.bridge.TextHit
-
Packages that use TextHit Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of TextHit in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return TextHit Modifier and Type Method Description TextHit
BasicTextPainter.BasicMark. getHit()
TextHit
GlyphLayout. hitTestChar(float x, float y)
Perform hit testing for coordinate at x, y.TextHit
TextSpanLayout. hitTestChar(float x, float y)
Perform hit testing for coordinate at x, y.Constructors in org.apache.batik.bridge with parameters of type TextHit Constructor Description BasicMark(TextNode node, TextHit hit)
Constructs a new Mark with the specified parameters.
-