|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextPaintInfo | |
---|---|
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 | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.font | |
org.apache.batik.gvt.text |
Uses of TextPaintInfo in org.apache.batik.bridge |
---|
Methods in org.apache.batik.bridge that return TextPaintInfo | |
---|---|
protected TextPaintInfo |
SVGTextElementBridge.getParentTextPaintInfo(Element child)
Retrieve in the AttributeString the closest parent of the node 'child' and extract the text decorations of the parent. |
protected TextPaintInfo |
SVGTextElementBridge.getTextPaintInfo(Element element,
GraphicsNode node,
TextPaintInfo parentTPI,
BridgeContext ctx)
Constructs a TextDecoration object for the specified element. |
Methods in org.apache.batik.bridge with parameters of type TextPaintInfo | |
---|---|
protected void |
SVGTextElementBridge.addChildPaintAttributes(AttributedString as,
Element element,
TextNode node,
TextPaintInfo parentPI,
BridgeContext ctx)
|
protected void |
SVGTextElementBridge.addPaintAttributes(AttributedString as,
Element element,
TextNode node,
TextPaintInfo pi,
BridgeContext ctx)
Adds painting attributes to an AttributedString. |
Glyph |
SVGGlyphElementBridge.createGlyph(BridgeContext ctx,
Element glyphElement,
Element textElement,
int glyphCode,
float fontSize,
GVTFontFace fontFace,
TextPaintInfo tpi)
Constructs a new Glyph that represents the specified <glyph> element at the requested size. |
protected TextPaintInfo |
SVGTextElementBridge.getTextPaintInfo(Element element,
GraphicsNode node,
TextPaintInfo parentTPI,
BridgeContext ctx)
Constructs a TextDecoration object for the specified element. |
void |
SVGTextElementBridge.setBaseTextPaintInfo(TextPaintInfo pi,
Element element,
GraphicsNode node,
BridgeContext ctx)
|
void |
SVGTextElementBridge.setDecorationTextPaintInfo(TextPaintInfo pi,
Element element)
|
Uses of TextPaintInfo in org.apache.batik.extension.svg |
---|
Methods in org.apache.batik.extension.svg with parameters of type TextPaintInfo | |
---|---|
protected void |
BatikFlowTextElementBridge.addChildPaintAttributes(AttributedString as,
Element element,
TextNode node,
TextPaintInfo parentPI,
BridgeContext ctx)
|
protected void |
BatikFlowTextElementBridge.addPaintAttributes(AttributedString as,
Element element,
TextNode node,
TextPaintInfo parentPI,
BridgeContext ctx)
Adds painting attributes to an AttributedString. |
Uses of TextPaintInfo in org.apache.batik.gvt |
---|
Methods in org.apache.batik.gvt with parameters of type TextPaintInfo | |
---|---|
void |
TextNode.swapTextPaintInfo(TextPaintInfo newInfo,
TextPaintInfo oldInfo)
|
Uses of TextPaintInfo in org.apache.batik.gvt.font |
---|
Constructors in org.apache.batik.gvt.font with parameters of type TextPaintInfo | |
---|---|
Glyph(String unicode,
List names,
String orientation,
String arabicForm,
String lang,
Point2D horizOrigin,
Point2D vertOrigin,
float horizAdvX,
float vertAdvY,
int glyphCode,
TextPaintInfo tpi,
Shape dShape,
GraphicsNode glyphChildrenNode)
Constructs a Glyph with the specified parameters. |
Uses of TextPaintInfo in org.apache.batik.gvt.text |
---|
Methods in org.apache.batik.gvt.text with parameters of type TextPaintInfo | |
---|---|
static boolean |
TextPaintInfo.equivilent(TextPaintInfo tpi1,
TextPaintInfo tpi2)
|
void |
TextPaintInfo.set(TextPaintInfo pi)
|
Constructors in org.apache.batik.gvt.text with parameters of type TextPaintInfo | |
---|---|
TextPaintInfo(TextPaintInfo pi)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |