BevelType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class BevelType
Represents a preset for a type of bevel which can be applied to a shape in 3D.
Fields
| Field | Description |
|---|---|
| ANGLE | Angle |
| ART_DECO | Art deco |
| CIRCLE | Circle |
| CONVEX | Convex |
| COOL_SLANT | Cool slant |
| CROSS | Cross |
| DIVOT | Divot |
| HARD_EDGE | Hard edge |
| NONE | No bevel |
| RELAXED_INSET | Relaxed inset |
| RIBLET | Riblet |
| SLOPE | Slope |
| SOFT_ROUND | Soft round |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |