|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextNode | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.renderer | |
org.apache.batik.gvt.text |
Uses of TextNode in org.apache.batik.bridge |
Methods in org.apache.batik.bridge with parameters of type TextNode | |
protected void |
SVGTextElementBridge.addPaintAttributes(java.text.AttributedString as,
Element element,
TextNode node,
SVGTextElementBridge.TextDecoration textDecoration,
BridgeContext ctx)
Adds painting attributes to an AttributedString. |
Uses of TextNode in org.apache.batik.gvt |
Methods in org.apache.batik.gvt with parameters of type TextNode | |
void |
TextPainter.paint(TextNode node,
java.awt.Graphics2D g2d)
Paints the specified attributed character iterator using the specified Graphics2D and context and font context. |
Mark |
TextPainter.selectAt(double x,
double y,
TextNode node)
Initiates a text selection on a particular AttributedCharacterIterator, using the text/font metrics employed by this TextPainter instance. |
Mark |
TextPainter.selectFirst(TextNode node)
Selects the first glyph in the text node. |
Mark |
TextPainter.selectLast(TextNode node)
Selects the last glyph in the text node. |
Mark |
TextPainter.getMark(TextNode node,
int index,
boolean beforeGlyph)
Returns a mark for the char at index in node's AttributedCharacterIterator. |
java.awt.Shape |
TextPainter.getShape(TextNode node)
|
java.awt.Shape |
TextPainter.getDecoratedShape(TextNode node)
|
java.awt.geom.Rectangle2D |
TextPainter.getBounds(TextNode node)
|
java.awt.geom.Rectangle2D |
TextPainter.getDecoratedBounds(TextNode node)
|
java.awt.geom.Rectangle2D |
TextPainter.getPaintedBounds(TextNode node)
|
Uses of TextNode in org.apache.batik.gvt.renderer |
Methods in org.apache.batik.gvt.renderer that return TextNode | |
TextNode |
BasicTextPainter.BasicMark.getTextNode()
|
Methods in org.apache.batik.gvt.renderer with parameters of type TextNode | |
Mark |
BasicTextPainter.selectAt(double x,
double y,
TextNode node)
Given an X, y coordinate, AttributedCharacterIterator, return a Mark which encapsulates a "selection start" action. |
java.awt.geom.Rectangle2D |
BasicTextPainter.getBounds(TextNode node)
Gets a Rectangle2D in userspace coords which encloses the textnode glyphs composed from an AttributedCharacterIterator. |
java.awt.geom.Rectangle2D |
BasicTextPainter.getDecoratedBounds(TextNode node)
Gets a Rectangle2D in userspace coords which encloses the textnode glyphs composed from an AttributedCharacterIterator, inclusive of glyph decoration (underline, overline, strikethrough). |
java.awt.geom.Rectangle2D |
BasicTextPainter.getPaintedBounds(TextNode node)
Gets a Rectangle2D in userspace coords which encloses the textnode glyphs (as-painted, inclusive of decoration and stroke, but exclusive of filters, etc.) composed from an AttributedCharacterIterator. |
java.awt.Shape |
BasicTextPainter.getShape(TextNode node)
Gets a Shape in userspace coords which defines the textnode glyph outlines. |
java.awt.Shape |
BasicTextPainter.getDecoratedShape(TextNode node)
Gets a Shape in userspace coords which defines the decorated textnode glyph outlines. |
protected abstract java.awt.geom.Rectangle2D |
BasicTextPainter.getBounds(TextNode node,
boolean includeDecoration,
boolean includeStrokeWidth)
Gets a Rectangle2D in userspace coords which encloses the textnode glyphs composed from an AttributedCharacterIterator. |
protected abstract java.awt.Shape |
BasicTextPainter.getOutline(TextNode node,
boolean includeDecoration)
Gets a Shape in userspace coords which defines the textnode glyph outlines. |
protected abstract java.awt.Shape |
BasicTextPainter.getStrokeOutline(TextNode node,
boolean includeDecoration)
Gets a Shape in userspace coords which defines the stroked textnode glyph outlines. |
protected abstract Mark |
BasicTextPainter.hitTest(double x,
double y,
TextNode node)
Returns the mark for the specified parameters. |
void |
StrokingTextPainter.paint(TextNode node,
java.awt.Graphics2D g2d)
Paints the specified text node using the specified Graphics2D. |
java.util.List |
StrokingTextPainter.getTextRuns(TextNode node,
java.text.AttributedCharacterIterator aci)
|
protected java.awt.geom.Rectangle2D |
StrokingTextPainter.getBounds(TextNode node,
boolean includeDecoration,
boolean includeStrokeWidth)
Get a Rectangle2D in userspace coords which encloses the textnode glyphs composed from an AttributedCharacterIterator. |
protected java.awt.Shape |
StrokingTextPainter.getOutline(TextNode node,
boolean includeDecoration)
Get a Shape in userspace coords which defines the textnode glyph outlines. |
protected java.awt.Shape |
StrokingTextPainter.getStrokeOutline(TextNode node,
boolean includeDecoration)
Get a Shape in userspace coords which defines the stroked textnode glyph outlines. |
Mark |
StrokingTextPainter.getMark(TextNode node,
int index,
boolean leadingEdge)
|
protected Mark |
StrokingTextPainter.hitTest(double x,
double y,
TextNode node)
|
Mark |
StrokingTextPainter.selectFirst(TextNode node)
Selects the first glyph in the text node. |
Mark |
StrokingTextPainter.selectLast(TextNode node)
Selects the last glyph in the text node. |
Constructors in org.apache.batik.gvt.renderer with parameters of type TextNode | |
BasicTextPainter.BasicMark(TextNode node,
TextSpanLayout layout,
TextHit hit)
Constructs a new Mark with the specified parameters. |
Uses of TextNode in org.apache.batik.gvt.text |
Methods in org.apache.batik.gvt.text that return TextNode | |
TextNode |
Mark.getTextNode()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |