Uses of Class
org.apache.batik.gvt.text.TextPath
Packages that use TextPath
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of TextPath in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as TextPathMethods in org.apache.batik.bridge that return TextPathModifier and TypeMethodDescriptionSVGTextPathElementBridge.createTextPath
(BridgeContext ctx, 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 TextPathModifier and TypeMethodDescriptionprotected void
SVGTextElementBridge.fillAttributedStringBuffer
(BridgeContext ctx, Element element, boolean top, TextPath textPath, Integer bidiLevel, Map initialAttributes, SVGTextElementBridge.AttributedStringBuffer asb) Fills the given AttributedStringBuffer.protected Map
SVGTextElementBridge.getAttributeMap
(BridgeContext ctx, Element element, TextPath textPath, Integer bidiLevel, 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 TextPathModifier and TypeMethodDescriptionprotected Map
SVGFlowRootElementBridge.getAttributeMap
(BridgeContext ctx, Element element, TextPath textPath, Integer bidiLevel, Map result) -
Uses of TextPath in org.apache.batik.extension.svg
Methods in org.apache.batik.extension.svg with parameters of type TextPathModifier and TypeMethodDescriptionprotected Map
BatikFlowTextElementBridge.getAttributeMap
(BridgeContext ctx, Element element, TextPath textPath, Integer bidiLevel, Map result)