| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| Modifier and Type | Field | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TextNode.Anchor |
TextUtilities.convertTextAnchor(org.w3c.dom.Element e) |
Converts the text-anchor CSS value to a TextNode.Anchor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConcreteTextPainter.paint(java.text.AttributedCharacterIterator aci,
java.awt.geom.Point2D location,
TextNode.Anchor anchor,
java.awt.Graphics2D g2d) |
Paints the specified attributed character iterator using the
specified Graphics2D and context and font context.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.