All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.taligent.widget.Alignment

java.lang.Object
   |
   +----COM.taligent.widget.Alignment

public class Alignment
extends Object
implements Serializable
Alignment enumeration.

Version:
1.0
Author:
Andy Clark, Taligent Inc.

Variable Index

 o ALIGNMENTS
Array of available alignments.
 o CENTER
Centered.
 o LEFT
Left justified.
 o RIGHT
Right justified.
 o TAGS
Tag names of the enum values.

Method Index

 o equals(Object)
Equality check.
 o getValue()
Returns the internal value of this instance.
 o isCenter()
Returns whether this instance is CENTER.
 o isLeft()
Returns whether this instance is LEFT.
 o isRight()
Returns whether this instance is RIGHT.
 o toString()
Returns string representation of this instance.

Variables

 o TAGS
 public static final String TAGS[]
Tag names of the enum values.

 o LEFT
 public static final Alignment LEFT
Left justified.

 o CENTER
 public static final Alignment CENTER
Centered.

 o RIGHT
 public static final Alignment RIGHT
Right justified.

 o ALIGNMENTS
 public static final Alignment ALIGNMENTS[]
Array of available alignments.

Methods

 o isLeft
 public boolean isLeft()
Returns whether this instance is LEFT.

 o isCenter
 public boolean isCenter()
Returns whether this instance is CENTER.

 o isRight
 public boolean isRight()
Returns whether this instance is RIGHT.

 o getValue
 protected int getValue()
Returns the internal value of this instance.

 o equals
 public boolean equals(Object style)
Equality check.

Overrides:
equals in class Object
 o toString
 public String toString()
Returns string representation of this instance.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index