Skip to main content

PresetShadowType Enum

Lists the preset shadow types that can be applied to a shape.

Declaration

public enum PresetShadowType extends Enum<PresetShadowType> implements IIntEnum

Members

Name Description
BACK_CENTER_PERSPECTIVE

The getBackCenterPerspective() preset shadow is applied to the shape.

BACK_LEFT_LONG_PERSPECTIVE

The getBackLeftLongPerspective() preset shadow is applied to the shape.

BACK_LEFT_PERSPECTIVE

The getBackLeftPerspective() preset shadow is applied to the shape.

BACK_RIGHT_LONG_PERSPECTIVE

The getBackRightLongPerspective() preset shadow is applied to the shape.

BACK_RIGHT_PERSPECTIVE

The getBackRightPerspective() preset shadow is applied to the shape.

BOTTOM_LEFT_DROP

The getBottomLeftDrop() preset shadow is applied to the shape.

BOTTOM_RIGHT_DROP

The getBottomRightDrop() preset shadow is applied to the shape.

BOTTOM_RIGHT_SMALL_DROP

The getBottomRightSmallDrop() preset shadow is applied to the shape.

FRONT_BOTTOM_SHADOW

The getFrontBottomShadow() preset shadow is applied to the shape.

FRONT_LEFT_LONG_PERSPECTIVE

The getFrontLeftLongPerspective() preset shadow is applied to the shape.

FRONT_LEFT_PERSPECTIVE

The getFrontLeftPerspective() preset shadow is applied to the shape.

FRONT_RIGHT_LONG_PERSPECTIVE

The getFrontRightLongPerspective() preset shadow is applied to the shape.

FRONT_RIGHT_PERSPECTIVE

The getFrontRightPerspective() preset shadow is applied to the shape.

INNER_BOX_3D

The getInnerBox3d() preset shadow is applied to the shape.

OUTER_BOX_3D

The getOuterBox3d() preset shadow is applied to the shape.

TOP_LEFT_DOUBLE_DROP

The getTopLeftDoubleDrop() preset shadow is applied to the shape.

TOP_LEFT_DROP

The getTopLeftDrop() preset shadow is applied to the shape.

TOP_LEFT_LARGE_DROP

The getTopLeftLargeDrop() preset shadow is applied to the shape.

TOP_LEFT_SMALL_DROP

The getTopLeftSmallDrop() preset shadow is applied to the shape.

TOP_RIGHT_DROP

The getTopRightDrop() preset shadow is applied to the shape.

fromValue(int value)

Converts an integer value to the corresponding PresetShadowType constant.

getName()

Returns the name of this PresetShadowType constant.

getValue()

Returns the integer value of this PresetShadowType constant.

toString()

Returns a string representation of this PresetShadowType constant.

valueOf(String name)

Returns the PresetShadowType constant with the specified name.

values()

Returns an array that contains all PresetShadowType 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
PresetShadowType