com.mindfusion.diagramming
Class Align

java.lang.Object
  extended by com.mindfusion.diagramming.Align

public final class Align
extends java.lang.Object

The members of this enumeration specify how text should be aligned to the text layout rectangle. Use these constants as arguments for the TextFormat constructor, or assign them to LinkLabel objects.


Field Summary
static int Center
          Specifies that the text should be centered horizontally or vertically.
static int Far
          Specifies that the text should be right- or bottom-aligned.
static int Near
          Specifies that the text should be left- or top-aligned.
 
Constructor Summary
Align()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Near

public static final int Near
Specifies that the text should be left- or top-aligned.

See Also:
Constant Field Values

Center

public static final int Center
Specifies that the text should be centered horizontally or vertically.

See Also:
Constant Field Values

Far

public static final int Far
Specifies that the text should be right- or bottom-aligned.

See Also:
Constant Field Values
Constructor Detail

Align

public Align()