Skip to main content

RectangleAlignType Enum

Lists rectangle alignment types.

Declaration

public enum RectangleAlignType extends Enum<RectangleAlignType> implements IIntEnum

Members

Name Description
BOTTOM

The rectangle is aligned to the bottom.

BOTTOM_LEFT

The rectangle is aligned to the bottom-left corner of the object.

BOTTOM_RIGHT

The rectangle is aligned to the bottom-right corner of the object.

CENTER

The rectangle is centered.

LEFT

The rectangle is aligned to the left of the object.

RIGHT

The rectangle is aligned to the right of the object.

TOP

The rectangle is aligned to the top of the object.

TOP_LEFT

The rectangle is aligned to the top-left corner of the object.

TOP_RIGHT

The rectangle is aligned to the top-right corner of the object.

fromValue(int value)

Converts an integer value to the corresponding RectangleAlignType constant.

getName()

Returns the name of this RectangleAlignType constant.

getValue()

Returns the integer value of this RectangleAlignType constant.

toString()

Returns a string representation of this RectangleAlignType constant.

valueOf(String name)

Returns the RectangleAlignType constant with the specified name.

values()

Returns an array that contains all RectangleAlignType constants.

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
RectangleAlignType