LumiSoft.UI.Controls
Class HorizontalAlignment

java.lang.Object
  extended by LumiSoft.UI.Controls.HorizontalAlignment

public class HorizontalAlignment
extends java.lang.Object

Author:
Ivar To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static int Center
           
static int Left
           
static int Right
           
 
Constructor Summary
HorizontalAlignment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Center

public static final int Center
See Also:
Constant Field Values

Left

public static final int Left
See Also:
Constant Field Values

Right

public static final int Right
See Also:
Constant Field Values
Constructor Detail

HorizontalAlignment

public HorizontalAlignment()