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 |
Modifier and Type | Method and Description |
---|---|
TextPath |
SVGTextPathElementBridge.createTextPath(BridgeContext ctx,
Element textPathElement)
Creates a TextPath object that represents the path along which the text
is to be rendered.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Map |
SVGFlowRootElementBridge.getAttributeMap(BridgeContext ctx,
Element element,
TextPath textPath,
Integer bidiLevel,
Map result) |
Modifier and Type | Method and Description |
---|---|
protected Map |
BatikFlowTextElementBridge.getAttributeMap(BridgeContext ctx,
Element element,
TextPath textPath,
Integer bidiLevel,
Map result) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.