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 TextPaintInfo
SVGTextElementBridge. 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 TextPaintInfo
SVGTextElementBridge. 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 void
SVGTextElementBridge. addChildPaintAttributes(java.text.AttributedString as, org.w3c.dom.Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx)
protected void
SVGTextElementBridge. addPaintAttributes(java.text.AttributedString as, org.w3c.dom.Element element, TextNode node, TextPaintInfo pi, BridgeContext ctx)
Adds painting attributes to an AttributedString.Glyph
SVGGlyphElementBridge. 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 TextPaintInfo
SVGTextElementBridge. getTextPaintInfo(org.w3c.dom.Element element, GraphicsNode node, TextPaintInfo parentTPI, BridgeContext ctx)
Constructs a TextDecoration object for the specified element.void
SVGTextElementBridge. setBaseTextPaintInfo(TextPaintInfo pi, org.w3c.dom.Element element, GraphicsNode node, BridgeContext ctx)
void
SVGTextElementBridge. setDecorationTextPaintInfo(TextPaintInfo pi, org.w3c.dom.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 TextPaintInfo Modifier and Type Method Description protected void
BatikFlowTextElementBridge. addChildPaintAttributes(java.text.AttributedString as, org.w3c.dom.Element element, TextNode node, TextPaintInfo parentPI, BridgeContext ctx)
protected void
BatikFlowTextElementBridge. 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
Constructors 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 boolean
TextPaintInfo. equivilent(TextPaintInfo tpi1, TextPaintInfo tpi2)
void
TextPaintInfo. set(TextPaintInfo pi)
Constructors in org.apache.batik.gvt.text with parameters of type TextPaintInfo Constructor Description TextPaintInfo(TextPaintInfo pi)
-