|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.Align
public final class Align
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 |
---|
public static final int Near
public static final int Center
public static final int Far
Constructor Detail |
---|
public Align()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |