http://www.jpicedt.org

jpicedt.graphic.model
Enum EditPointConstraint.EditConstraint

java.lang.Object
  extended by java.lang.Enum<EditPointConstraint.EditConstraint>
      extended by jpicedt.graphic.model.EditPointConstraint.EditConstraint
All Implemented Interfaces:
Serializable, Comparable<EditPointConstraint.EditConstraint>
Enclosing interface:
EditPointConstraint

public static enum EditPointConstraint.EditConstraint
extends Enum<EditPointConstraint.EditConstraint>

Énuméré de contraint pour setCtrlPt()


Enum Constant Summary
CENTER_FIXED
           
DEFAULT
           
FREELY
           
SMOOTHNESS
           
SMOOTHNESS_SYMMETRY
           
SQUARE
           
SYMMETRY
           
 
Method Summary
static EditPointConstraint.EditConstraint valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EditPointConstraint.EditConstraint[] 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

DEFAULT

public static final EditPointConstraint.EditConstraint DEFAULT

SQUARE

public static final EditPointConstraint.EditConstraint SQUARE

CENTER_FIXED

public static final EditPointConstraint.EditConstraint CENTER_FIXED

SMOOTHNESS_SYMMETRY

public static final EditPointConstraint.EditConstraint SMOOTHNESS_SYMMETRY

SMOOTHNESS

public static final EditPointConstraint.EditConstraint SMOOTHNESS

SYMMETRY

public static final EditPointConstraint.EditConstraint SYMMETRY

FREELY

public static final EditPointConstraint.EditConstraint FREELY
Method Detail

values

public static EditPointConstraint.EditConstraint[] 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 (EditPointConstraint.EditConstraint c : EditPointConstraint.EditConstraint.values())
    System.out.println(c);

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

valueOf

public static EditPointConstraint.EditConstraint 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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org