All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface fr.l2f.gui.AlignStyle

public interface AlignStyle

Variable Index

 o ALIGN_CENTERED
Defines the "center" label text alignment.
 o ALIGN_HORIZONTAL
 o ALIGN_LEFT
Defines the "left" label text alignment.
 o ALIGN_RIGHT
Defines the "right" label text alignment.
 o ALIGN_VERTICAL

Method Index

 o getAlignStyle()
 o setAlignStyle(int)

Variables

 o ALIGN_LEFT
 public static final int ALIGN_LEFT
Defines the "left" label text alignment.

 o ALIGN_CENTERED
 public static final int ALIGN_CENTERED
Defines the "center" label text alignment.

 o ALIGN_RIGHT
 public static final int ALIGN_RIGHT
Defines the "right" label text alignment.

 o ALIGN_HORIZONTAL
 public static final int ALIGN_HORIZONTAL
 o ALIGN_VERTICAL
 public static final int ALIGN_VERTICAL

Methods

 o setAlignStyle
 public abstract void setAlignStyle(int style)
 o getAlignStyle
 public abstract int getAlignStyle()

All Packages  Class Hierarchy  This Package  Previous  Next  Index