org.dishevelled.iconbundle
Class IconTextDirection

java.lang.Object
  extended by org.dishevelled.iconbundle.IconTextDirection
All Implemented Interfaces:
Serializable

public final class IconTextDirection
extends Object
implements Serializable

Typesafe enumeration of icon text directions.

Version:
$Revision: 741 $ $Date: 2010-01-02 20:23:15 -0600 (Sat, 02 Jan 2010) $
Author:
Michael Heuer
See Also:
Serialized Form

Field Summary
static IconTextDirection LEFT_TO_RIGHT
          Left-to-right horizontal text direction.
static IconTextDirection RIGHT_TO_LEFT
          Right-to-left horizontal text direction.
static List VALUES
          Public list of enumeration values.
 
Method Summary
 String toString()
          Return the text direction name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT_TO_RIGHT

public static final IconTextDirection LEFT_TO_RIGHT
Left-to-right horizontal text direction.


RIGHT_TO_LEFT

public static final IconTextDirection RIGHT_TO_LEFT
Right-to-left horizontal text direction.


VALUES

public static final List VALUES
Public list of enumeration values.

Method Detail

toString

public String toString()
Return the text direction name.

Overrides:
toString in class Object
Returns:
the text direction name


Copyright (c) 2003-2010 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).