BevelPresetType

Inheritance: java.lang.Object

public final class BevelPresetType

Represents a preset for a type of bevel which can be applied to a shape in 3D.

Fields

FieldDescription
ANGLEAngle
ART_DECOArt deco
CIRCLECircle
CONVEXConvex
COOL_SLANTCool slant
CROSSCross
DIVOTDivot
HARD_EDGEHard edge
NONENo bevel
RELAXED_INSETRelaxed inset
RIBLETRiblet
SLOPESlope
SOFT_ROUNDSoft round

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ANGLE

public static final int ANGLE

Angle

ART_DECO

public static final int ART_DECO

Art deco

CIRCLE

public static final int CIRCLE

Circle

CONVEX

public static final int CONVEX

Convex

COOL_SLANT

public static final int COOL_SLANT

Cool slant

CROSS

public static final int CROSS

Cross

DIVOT

public static final int DIVOT

Divot

HARD_EDGE

public static final int HARD_EDGE

Hard edge

NONE

public static final int NONE

No bevel

RELAXED_INSET

public static final int RELAXED_INSET

Relaxed inset

RIBLET

public static final int RIBLET

Riblet

SLOPE

public static final int SLOPE

Slope

SOFT_ROUND

public static final int SOFT_ROUND

Soft round

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int