Uses of Class
org.apache.batik.gvt.text.TextPaintInfo
Packages that use TextPaintInfo
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of TextPaintInfo in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return TextPaintInfoModifier and TypeMethodDescriptionprotected TextPaintInfo
SVGTextElementBridge.getParentTextPaintInfo
(Element child) Retrieve in the AttributeString the closest parent of the node 'child' and extract the text decorations of the parent.protected TextPaintInfo
SVGTextElementBridge.getTextPaintInfo
(Element element, GraphicsNode node, TextPaintInfo parentTPI, BridgeContext ctx) Constructs a TextDecoration object for the specified element.Methods in org.apache.batik.bridge with parameters of type TextPaintInfoModifier and TypeMethodDescriptionprotected void
SVGTextElementBridge.addChildPaintAttributes
(AttributedString as, Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx) protected void
SVGTextElementBridge.addPaintAttributes
(AttributedString as, Element element, TextNode node, TextPaintInfo pi, BridgeContext ctx) Adds painting attributes to an AttributedString.SVGGlyphElementBridge.createGlyph
(BridgeContext ctx, Element glyphElement, Element textElement, int glyphCode, float fontSize, GVTFontFace fontFace, TextPaintInfo tpi) Constructs a new Glyph that represents the specified <glyph> element at the requested size.protected TextPaintInfo
SVGTextElementBridge.getTextPaintInfo
(Element element, GraphicsNode node, TextPaintInfo parentTPI, BridgeContext ctx) Constructs a TextDecoration object for the specified element.void
SVGTextElementBridge.setBaseTextPaintInfo
(TextPaintInfo pi, Element element, GraphicsNode node, BridgeContext ctx) void
SVGTextElementBridge.setDecorationTextPaintInfo
(TextPaintInfo pi, Element element) void
TextNode.swapTextPaintInfo
(TextPaintInfo newInfo, TextPaintInfo oldInfo) -
Uses of TextPaintInfo in org.apache.batik.extension.svg
Methods in org.apache.batik.extension.svg with parameters of type TextPaintInfoModifier and TypeMethodDescriptionprotected void
BatikFlowTextElementBridge.addChildPaintAttributes
(AttributedString as, Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx) protected void
BatikFlowTextElementBridge.addPaintAttributes
(AttributedString as, Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx) Adds painting attributes to an AttributedString. -
Uses of TextPaintInfo in org.apache.batik.gvt.font
Fields in org.apache.batik.gvt.font declared as TextPaintInfoModifier and TypeFieldDescriptionprivate TextPaintInfo
AWTGVTGlyphVector.cacheTPI
private TextPaintInfo
Glyph.cacheTPI
private TextPaintInfo
SVGGVTGlyphVector.cacheTPI
private TextPaintInfo
Glyph.tpi
Constructors in org.apache.batik.gvt.font with parameters of type TextPaintInfoModifierConstructorDescriptionGlyph
(String unicode, List names, String orientation, String arabicForm, String lang, Point2D horizOrigin, Point2D vertOrigin, float horizAdvX, float vertAdvY, int glyphCode, TextPaintInfo tpi, Shape dShape, GraphicsNode glyphChildrenNode) Constructs a Glyph with the specified parameters. -
Uses of TextPaintInfo in org.apache.batik.gvt.text
Methods in org.apache.batik.gvt.text with parameters of type TextPaintInfoModifier and TypeMethodDescriptionstatic boolean
TextPaintInfo.equivilent
(TextPaintInfo tpi1, TextPaintInfo tpi2) void
TextPaintInfo.set
(TextPaintInfo pi) Constructors in org.apache.batik.gvt.text with parameters of type TextPaintInfo