|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGTextElementBridge | |
---|---|
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 in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as SVGTextElementBridge | |
---|---|
protected SVGTextElementBridge |
SVGTextElementBridge.AbstractTextChildSVGContext.textBridge
Text bridge parent |
Methods in org.apache.batik.bridge that return SVGTextElementBridge | |
---|---|
SVGTextElementBridge |
SVGTextElementBridge.AbstractTextChildSVGContext.getTextBridge()
|
Constructors in org.apache.batik.bridge with parameters of type SVGTextElementBridge | |
---|---|
SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
Initialize the BridgeUpdateHandler implementation. |
|
SVGTextElementBridge.AbstractTextChildSVGContext(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
Initialize the SVGContext implementation
with the bridgeContext, the parent bridge, and the
element supervised by this context |
|
SVGTextElementBridge.AbstractTextChildTextContent(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
Initialize the AbstractTextChildBridgeUpdateHandler implementation. |
|
SVGTextElementBridge.TextPathBridge(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
|
|
SVGTextElementBridge.TRefBridge(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
|
|
SVGTextElementBridge.TspanBridge(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
|
Uses of SVGTextElementBridge in org.apache.batik.bridge.svg12 |
---|
Subclasses of SVGTextElementBridge in org.apache.batik.bridge.svg12 | |
---|---|
class |
SVG12TextElementBridge
Bridge class for SVG 'text' elements with support for text content that has been specified with XBL. |
class |
SVGFlowRootElementBridge
Bridge class for the <flowRoot> element. |
Constructors in org.apache.batik.bridge.svg12 with parameters of type SVGTextElementBridge | |
---|---|
SVGFlowRootElementBridge.FlowContentBridge(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
Creates a new FlowContentBridge. |
Uses of SVGTextElementBridge in org.apache.batik.extension.svg |
---|
Subclasses of SVGTextElementBridge in org.apache.batik.extension.svg | |
---|---|
class |
BatikFlowTextElementBridge
Bridge class for the <flowText> element. |
Constructors in org.apache.batik.extension.svg with parameters of type SVGTextElementBridge | |
---|---|
BatikFlowTextElementBridge.BatikFlowContentBridge(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
Creates a new FlowContentBridge. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |