com.levigo.util.swing.effect
Enum EffectLayout.Constraints.Mode

java.lang.Object
  extended by java.lang.Enum<EffectLayout.Constraints.Mode>
      extended by com.levigo.util.swing.effect.EffectLayout.Constraints.Mode
All Implemented Interfaces:
Serializable, Comparable<EffectLayout.Constraints.Mode>
Enclosing class:
EffectLayout.Constraints

public static enum EffectLayout.Constraints.Mode
extends Enum<EffectLayout.Constraints.Mode>


Enum Constant Summary
ABSOLUTE
           
ABSOLUTE_POSITION
           
BASE
           
CENTER
           
FILL
           
RELATIVE
           
 
Method Summary
static EffectLayout.Constraints.Mode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EffectLayout.Constraints.Mode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BASE

public static final EffectLayout.Constraints.Mode BASE

ABSOLUTE

public static final EffectLayout.Constraints.Mode ABSOLUTE

RELATIVE

public static final EffectLayout.Constraints.Mode RELATIVE

FILL

public static final EffectLayout.Constraints.Mode FILL

ABSOLUTE_POSITION

public static final EffectLayout.Constraints.Mode ABSOLUTE_POSITION

CENTER

public static final EffectLayout.Constraints.Mode CENTER
Method Detail

values

public static EffectLayout.Constraints.Mode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EffectLayout.Constraints.Mode c : EffectLayout.Constraints.Mode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EffectLayout.Constraints.Mode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.