com.mapquest
Interface TextAlignment

All Known Implementing Classes:
TextPrimitive

public interface TextAlignment

Describes the alignment of the TextPrimitive to be placed on the map.

See Also:
TextPrimitive

Field Summary
static int Baseline
          Deprecated. Use BASELINE instead.
static int BASELINE
          Text is drawn vertically above the specified point using baseline of text as a reference.
static int Bottom
          Deprecated. Use BOTTOM instead.
static int BOTTOM
          Text is drawn vertically above the specified point using a bounding box as a reference.
static int Center
          Deprecated. Use CENTER instead.
static int CENTER
          Text is centered horizontally on specified point.
static int Left
          Deprecated. Use LEFT instead.
static int LEFT
          Text is left-aligned horizontally on specified point.
static int Right
          Deprecated. Use RIGHT instead.
static int RIGHT
          Text is right-aligned horizontally on specified point.
static int Top
          Deprecated. Use TOP instead.
static int TOP
          Text is drawn vertically below the specified point using a bounding box as a reference.
 

Field Detail

Center

public static final int Center
Deprecated. Use CENTER instead.

Text is centered horizontally on specified point.

See Also:
Constant Field Values

Left

public static final int Left
Deprecated. Use LEFT instead.

Text is left-aligned horizontally on specified point.

See Also:
Constant Field Values

Right

public static final int Right
Deprecated. Use RIGHT instead.

Text is right-aligned horizontally on specified point.

See Also:
Constant Field Values

Baseline

public static final int Baseline
Deprecated. Use BASELINE instead.

Text is drawn vertically above the specified point using baseline of text as a reference.

See Also:
Constant Field Values

Bottom

public static final int Bottom
Deprecated. Use BOTTOM instead.

Text is drawn vertically above the specified point using a bounding box as a reference.

See Also:
Constant Field Values

Top

public static final int Top
Deprecated. Use TOP instead.

Text is drawn vertically below the specified point using a bounding box * as a reference.

See Also:
Constant Field Values

CENTER

public static final int CENTER
Text is centered horizontally on specified point.

See Also:
Constant Field Values

LEFT

public static final int LEFT
Text is left-aligned horizontally on specified point.

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
Text is right-aligned horizontally on specified point.

See Also:
Constant Field Values

BASELINE

public static final int BASELINE
Text is drawn vertically above the specified point using baseline of text as a reference.

See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
Text is drawn vertically above the specified point using a bounding box as a reference.

See Also:
Constant Field Values

TOP

public static final int TOP
Text is drawn vertically below the specified point using a bounding box as a reference.

See Also:
Constant Field Values