PresetBevelType Enum
Lists bevel types that can be applied to shapes in the pseudo 3D style.
Declaration
public enum PresetBevelType extends Enum<PresetBevelType> implements IIntEnum
Members
| Name | Description |
|---|---|
ANGLE
|
The getAngle() bevel type. |
ART_DECO
|
The Art Deco bevel type. |
CIRCLE
|
The getCircle() bevel type. |
CONVEX
|
The getConvex() bevel type. |
COOL_SLANT
|
The Cool Slant bevel type. |
CROSS
|
The getCross() bevel type. |
DIVOT
|
The getDivot() bevel type. |
HARD_EDGE
|
The Hard Edge bevel type. |
RELAXED_INSET
|
The Relaxed Inset bevel type. |
RIBLET
|
The getRiblet() bevel type. |
SLOPE
|
The getSlope() bevel type. |
SOFT_ROUND
|
The Soft Round bevel type. |
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 |