All Packages Class Hierarchy This Package Previous Next Index
Interface fr.l2f.gui.AlignStyle
- public interface AlignStyle
-
ALIGN_CENTERED
- Defines the "center" label text alignment.
-
ALIGN_HORIZONTAL
-
-
ALIGN_LEFT
- Defines the "left" label text alignment.
-
ALIGN_RIGHT
- Defines the "right" label text alignment.
-
ALIGN_VERTICAL
-
-
getAlignStyle()
-
-
setAlignStyle(int)
-
ALIGN_LEFT
public static final int ALIGN_LEFT
- Defines the "left" label text alignment.
ALIGN_CENTERED
public static final int ALIGN_CENTERED
- Defines the "center" label text alignment.
ALIGN_RIGHT
public static final int ALIGN_RIGHT
- Defines the "right" label text alignment.
ALIGN_HORIZONTAL
public static final int ALIGN_HORIZONTAL
ALIGN_VERTICAL
public static final int ALIGN_VERTICAL
setAlignStyle
public abstract void setAlignStyle(int style)
getAlignStyle
public abstract int getAlignStyle()
All Packages Class Hierarchy This Package Previous Next Index