Uses of Class
org.apache.batik.bridge.SVGTextElementBridge.AttributedStringBuffer
-
Packages that use SVGTextElementBridge.AttributedStringBuffer 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 SVGTextElementBridge.AttributedStringBuffer in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type SVGTextElementBridge.AttributedStringBuffer 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. -
Uses of SVGTextElementBridge.AttributedStringBuffer in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 with parameters of type SVGTextElementBridge.AttributedStringBuffer Modifier and Type Method Description protected void
SVGFlowRootElementBridge. fillAttributedStringBuffer(BridgeContext ctx, org.w3c.dom.Element element, boolean top, java.lang.Integer bidiLevel, java.util.Map initialAttributes, SVGTextElementBridge.AttributedStringBuffer asb, java.util.List lnLocs)
Fills the given AttributedStringBuffer. -
Uses of SVGTextElementBridge.AttributedStringBuffer in org.apache.batik.extension.svg
Methods in org.apache.batik.extension.svg with parameters of type SVGTextElementBridge.AttributedStringBuffer Modifier and Type Method Description protected void
BatikFlowTextElementBridge. fillAttributedStringBuffer(BridgeContext ctx, org.w3c.dom.Element element, boolean top, java.lang.Integer bidiLevel, java.util.Map initialAttributes, SVGTextElementBridge.AttributedStringBuffer asb, java.util.List lnLocs)
Fills the given AttributedStringBuffer.
-