|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextPath | |
---|---|
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 |
---|
Methods in org.apache.batik.bridge that return TextPath | |
---|---|
TextPath |
SVGTextPathElementBridge.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 TextPath | |
---|---|
protected 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 TextPath | |
---|---|
protected 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 TextPath | |
---|---|
protected Map |
BatikFlowTextElementBridge.getAttributeMap(BridgeContext ctx,
Element element,
TextPath textPath,
Integer bidiLevel,
Map result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |