org.apache.batik.gvt.text |
|
Java Source File Name | Type | Comment |
ArabicTextHandler.java | Class | Handles the processing of arabic text. |
AttributedCharacterSpanIterator.java | Class | AttributedCharacterSpanIterator
Used to provide ACI functionality to a "substring" of an AttributedString. |
BidiAttributedCharacterIterator.java | Class | An attributed character iterator that does the reordering of the characters
for bidirectional text. |
ConcreteTextLayoutFactory.java | Class | Factory instance that returns TextSpanLayouts appropriate to
AttributedCharacterIterator instances. |
ConcreteTextSelector.java | Class | A simple implementation of GraphicsNodeMouseListener for text selection. |
GlyphLayout.java | Class | Implementation of TextSpanLayout which uses java.awt.font.GlyphVector. |
GVTACIImpl.java | Class | GVTACIImpl
Used to implement SVG <tspan> and <text>
attributes. |
GVTAttributedCharacterIterator.java | Interface | GVTAttributedCharacterIterator
Used to implement SVG <tspan> and <text>
attributes. |
Mark.java | Interface | Marker interface, mostly, that encapsulates information about a
selection gesture. |
TextHit.java | Class | Class that encapsulates information returned from hit testing
a TextSpanLayout instance. |
TextLayoutFactory.java | Interface | Interface implemented by factory instances that can return
TextSpanLayouts appropriate to AttributedCharacterIterator
instances. |
TextPaintInfo.java | Class | |
TextPath.java | Class | A text path describes a path along which some text will be rendered. |
TextSpanLayout.java | Interface | Class that performs layout of attributed text strings into
glyph sets paintable by TextPainter instances. |