|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGTextElementBridge.TextDecoration | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.extension.svg |
Uses of SVGTextElementBridge.TextDecoration in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return SVGTextElementBridge.TextDecoration | |
protected SVGTextElementBridge.TextDecoration |
SVGTextElementBridge.getParentTextDecoration(java.text.AttributedCharacterIterator aci,
Element child)
Retrieve in the AttributeString the closest parent of the node 'child' and extract the text decorations of the parent. |
protected SVGTextElementBridge.TextDecoration |
SVGTextElementBridge.getTextDecoration(Element element,
GraphicsNode node,
SVGTextElementBridge.TextDecoration parent,
BridgeContext ctx)
Constructs a TextDecoration object for the specified element. |
Methods in org.apache.batik.bridge with parameters of type SVGTextElementBridge.TextDecoration | |
protected void |
SVGTextElementBridge.addPaintAttributes(java.text.AttributedString as,
Element element,
TextNode node,
SVGTextElementBridge.TextDecoration textDecoration,
BridgeContext ctx)
Adds painting attributes to an AttributedString. |
protected void |
SVGTextElementBridge.addChildPaintAttributes(java.text.AttributedString as,
Element element,
TextNode node,
SVGTextElementBridge.TextDecoration textDecoration,
BridgeContext ctx)
|
protected SVGTextElementBridge.TextDecoration |
SVGTextElementBridge.getTextDecoration(Element element,
GraphicsNode node,
SVGTextElementBridge.TextDecoration parent,
BridgeContext ctx)
Constructs a TextDecoration object for the specified element. |
Uses of SVGTextElementBridge.TextDecoration in org.apache.batik.extension.svg |
Methods in org.apache.batik.extension.svg with parameters of type SVGTextElementBridge.TextDecoration | |
protected void |
SVGFlowTextElementBridge.addPaintAttributes(java.text.AttributedString as,
Element element,
TextNode node,
SVGTextElementBridge.TextDecoration textDecoration,
BridgeContext ctx)
Adds painting attributes to an AttributedString. |
protected void |
SVGFlowTextElementBridge.addChildPaintAttributes(java.text.AttributedString as,
Element element,
TextNode node,
SVGTextElementBridge.TextDecoration textDecoration,
BridgeContext ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |