org.apache.batik.gvt

Class TextNode.Anchor

public static final class TextNode.Anchor extends Object implements Serializable

Defines where the text of a TextNode can be anchored relative to its location.
Field Summary
static intANCHOR_END
The type of the END anchor.
static intANCHOR_MIDDLE
The type of the MIDDLE anchor.
static intANCHOR_START
The type of the START anchor.
static TextNode.AnchorEND
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.AnchorMIDDLE
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.AnchorSTART
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
intgetType()
Returns the type of this anchor.

Field Detail

ANCHOR_END

public static final int ANCHOR_END
The type of the END anchor.

ANCHOR_MIDDLE

public static final int ANCHOR_MIDDLE
The type of the MIDDLE anchor.

ANCHOR_START

public static final int ANCHOR_START
The type of the START anchor.

END

public static final 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.

MIDDLE

public static final 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.

START

public static final 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 Detail

getType

public int getType()
Returns the type of this anchor.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.