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 TextPaintInfoSVGTextElementBridge.getParentTextPaintInfo(Element child) Retrieve in the AttributeString the closest parent of the node 'child' and extract the text decorations of the parent.protected TextPaintInfoSVGTextElementBridge.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 voidSVGTextElementBridge.addChildPaintAttributes(AttributedString as, Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx) protected voidSVGTextElementBridge.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 TextPaintInfoSVGTextElementBridge.getTextPaintInfo(Element element, GraphicsNode node, TextPaintInfo parentTPI, BridgeContext ctx) Constructs a TextDecoration object for the specified element.voidSVGTextElementBridge.setBaseTextPaintInfo(TextPaintInfo pi, Element element, GraphicsNode node, BridgeContext ctx) voidSVGTextElementBridge.setDecorationTextPaintInfo(TextPaintInfo pi, Element element) voidTextNode.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 voidBatikFlowTextElementBridge.addChildPaintAttributes(AttributedString as, Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx) protected voidBatikFlowTextElementBridge.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
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 booleanTextPaintInfo.equivilent(TextPaintInfo tpi1, TextPaintInfo tpi2) voidTextPaintInfo.set(TextPaintInfo pi) Constructors in org.apache.batik.gvt.text with parameters of type TextPaintInfo