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 |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |