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 TextPath
GlyphLayout. textPath
Methods in org.apache.batik.bridge that return TextPath Modifier and Type Method Description TextPath
SVGTextPathElementBridge. 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 void
SVGTextElementBridge. 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.Map
SVGTextElementBridge. 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.Map
SVGFlowRootElementBridge. 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.Map
BatikFlowTextElementBridge. getAttributeMap(BridgeContext ctx, org.w3c.dom.Element element, TextPath textPath, java.lang.Integer bidiLevel, java.util.Map result)
-