JComponentPack 1.3.0

com.zfqjava.layout
Class AlignMode

java.lang.Object
  extended by com.zfqjava.layout.AlignMode

public class AlignMode
extends Object

A type-safe enum align mode.


Field Summary
static AlignMode BOTTOM
          Identify the bottom align mode.
static AlignMode CENTER
          Identify the center align mode.
static AlignMode LEFT
          Identify the left align mode.
static AlignMode RIGHT
          Identify the right align mode.
static AlignMode TOP
          Identify the top align mode.
 
Method Summary
 String toString()
          Returns the string description of this mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT

public static final AlignMode LEFT
Identify the left align mode.


RIGHT

public static final AlignMode RIGHT
Identify the right align mode.


CENTER

public static final AlignMode CENTER
Identify the center align mode.


TOP

public static final AlignMode TOP
Identify the top align mode.


BOTTOM

public static final AlignMode BOTTOM
Identify the bottom align mode.

Method Detail

toString

public String toString()
Returns the string description of this mode.

Overrides:
toString in class Object

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.