Uses of Class
org.apache.batik.gvt.text.TextPaintInfo
-
Packages that use TextPaintInfo Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.extension.svg org.apache.batik.gvt.font org.apache.batik.gvt.text -
-
Uses of TextPaintInfo in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return TextPaintInfo Modifier and Type Method Description protected TextPaintInfoSVGTextElementBridge. getParentTextPaintInfo(org.w3c.dom.Element child)Retrieve in the AttributeString the closest parent of the node 'child' and extract the text decorations of the parent.protected TextPaintInfoSVGTextElementBridge. getTextPaintInfo(org.w3c.dom.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 TextPaintInfo Modifier and Type Method Description protected voidSVGTextElementBridge. addChildPaintAttributes(java.text.AttributedString as, org.w3c.dom.Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx)protected voidSVGTextElementBridge. addPaintAttributes(java.text.AttributedString as, org.w3c.dom.Element element, TextNode node, TextPaintInfo pi, BridgeContext ctx)Adds painting attributes to an AttributedString.GlyphSVGGlyphElementBridge. createGlyph(BridgeContext ctx, org.w3c.dom.Element glyphElement, org.w3c.dom.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(org.w3c.dom.Element element, GraphicsNode node, TextPaintInfo parentTPI, BridgeContext ctx)Constructs a TextDecoration object for the specified element.voidSVGTextElementBridge. setBaseTextPaintInfo(TextPaintInfo pi, org.w3c.dom.Element element, GraphicsNode node, BridgeContext ctx)voidSVGTextElementBridge. setDecorationTextPaintInfo(TextPaintInfo pi, org.w3c.dom.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 TextPaintInfo Modifier and Type Method Description protected voidBatikFlowTextElementBridge. addChildPaintAttributes(java.text.AttributedString as, org.w3c.dom.Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx)protected voidBatikFlowTextElementBridge. addPaintAttributes(java.text.AttributedString as, org.w3c.dom.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 TextPaintInfo Modifier and Type Field Description private TextPaintInfoAWTGVTGlyphVector. cacheTPIprivate TextPaintInfoGlyph. cacheTPIprivate TextPaintInfoSVGGVTGlyphVector. cacheTPIprivate TextPaintInfoGlyph. tpiConstructors in org.apache.batik.gvt.font with parameters of type TextPaintInfo Constructor Description Glyph(java.lang.String unicode, java.util.List names, java.lang.String orientation, java.lang.String arabicForm, java.lang.String lang, java.awt.geom.Point2D horizOrigin, java.awt.geom.Point2D vertOrigin, float horizAdvX, float vertAdvY, int glyphCode, TextPaintInfo tpi, java.awt.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 TextPaintInfo Modifier and Type Method Description static booleanTextPaintInfo. equivilent(TextPaintInfo tpi1, TextPaintInfo tpi2)voidTextPaintInfo. set(TextPaintInfo pi)Constructors in org.apache.batik.gvt.text with parameters of type TextPaintInfo Constructor Description TextPaintInfo(TextPaintInfo pi)
-