|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextNode.Anchor | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.renderer |
Uses of TextNode.Anchor in org.apache.batik.bridge |
---|
Methods in org.apache.batik.bridge that return TextNode.Anchor | |
---|---|
static TextNode.Anchor |
TextUtilities.convertTextAnchor(Element e)
Converts the text-anchor CSS value to a TextNode.Anchor. |
Uses of TextNode.Anchor in org.apache.batik.gvt |
---|
Fields in org.apache.batik.gvt declared as TextNode.Anchor | |
---|---|
static TextNode.Anchor |
TextNode.Anchor.END
The anchor which enables the rendered characters to be aligned such that the end of the text string is at the initial current text location. |
static TextNode.Anchor |
TextNode.Anchor.MIDDLE
The anchor which enables the rendered characters to be aligned such that the middle of the text string is at the initial current text location. |
static TextNode.Anchor |
TextNode.Anchor.START
The anchor which enables the rendered characters to be aligned such that the start of the text string is at the initial current text location. |
Uses of TextNode.Anchor in org.apache.batik.gvt.renderer |
---|
Methods in org.apache.batik.gvt.renderer with parameters of type TextNode.Anchor | |
---|---|
void |
ConcreteTextPainter.paint(AttributedCharacterIterator aci,
Point2D location,
TextNode.Anchor anchor,
Graphics2D g2d)
Paints the specified attributed character iterator using the specified Graphics2D and context and font context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |