Uses of Class
org.apache.batik.gvt.text.TextPath
-
Packages that use TextPath 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.bridge.svg12 org.apache.batik.extension.svg -
-
Uses of TextPath in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as TextPath Modifier and Type Field Description private TextPathGlyphLayout. textPathMethods in org.apache.batik.bridge that return TextPath Modifier and Type Method Description TextPathSVGTextPathElementBridge. createTextPath(BridgeContext ctx, org.w3c.dom.Element textPathElement)Creates a TextPath object that represents the path along which the text is to be rendered.Methods in org.apache.batik.bridge with parameters of type TextPath Modifier and Type Method Description protected voidSVGTextElementBridge. fillAttributedStringBuffer(BridgeContext ctx, org.w3c.dom.Element element, boolean top, TextPath textPath, java.lang.Integer bidiLevel, java.util.Map initialAttributes, SVGTextElementBridge.AttributedStringBuffer asb)Fills the given AttributedStringBuffer.protected java.util.MapSVGTextElementBridge. getAttributeMap(BridgeContext ctx, org.w3c.dom.Element element, TextPath textPath, java.lang.Integer bidiLevel, java.util.Map result)Returns the map to pass to the current characters. -
Uses of TextPath in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 with parameters of type TextPath Modifier and Type Method Description protected java.util.MapSVGFlowRootElementBridge. getAttributeMap(BridgeContext ctx, org.w3c.dom.Element element, TextPath textPath, java.lang.Integer bidiLevel, java.util.Map result) -
Uses of TextPath in org.apache.batik.extension.svg
Methods in org.apache.batik.extension.svg with parameters of type TextPath Modifier and Type Method Description protected java.util.MapBatikFlowTextElementBridge. getAttributeMap(BridgeContext ctx, org.w3c.dom.Element element, TextPath textPath, java.lang.Integer bidiLevel, java.util.Map result)
-