Skip to main content

AdjustmentMode Enum

Lists values that indicate how a handle is adjusted.

Declaration

public enum AdjustmentMode extends Enum<AdjustmentMode> implements IIntEnum

Members

Name Description
EMPTY

No adjustment mode is specified.

GUIDE_NAME

A guide-name-based adjustment mode. The handle is adjusted according to a guide.

VALUE

A numeric value-based adjustment mode. The handle is adjusted according to its value.

fromValue(int value)

Returns the AdjustmentMode enumeration constant with the specified integer value.

getName()

Returns the name of the AdjustmentMode enumeration constant.

getValue()

The handle is adjusted according to its value.

toString()

Returns the string representation of the AdjustmentMode enumeration value.

valueOf(String name)

Returns the AdjustmentMode enumeration constant with the specified name.

values()

Returns an array of all AdjustmentMode enumeration values.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
AdjustmentMode