Skip to main content

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 PresetBevelType constant.

getName()

Returns the name of this PresetBevelType constant.

getValue()

Returns the integer value of this PresetBevelType constant.

toString()

Returns a string representation of this PresetBevelType constant.

valueOf(String name)

Returns the PresetBevelType constant with the specified name.

values()

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