org.apache.batik.gvt
public static final class TextNode.Anchor extends Object implements Serializable
| Field Summary | |
|---|---|
| static int | ANCHOR_END
The type of the END anchor. |
| static int | ANCHOR_MIDDLE
The type of the MIDDLE anchor. |
| static int | ANCHOR_START
The type of the START anchor. |
| static 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 | 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 | 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. |
| Method Summary | |
|---|---|
| int | getType()
Returns the type of this anchor. |