public static enum ShapeBevel.BevelTypeEnum extends Enum<ShapeBevel.BevelTypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
ShapeBevel.BevelTypeEnum.Adapter |
Enum Constant and Description |
---|
ANGLE |
ARTDECO |
CIRCLE |
CONVEX |
COOLSLANT |
CROSS |
DIVOT |
HARDEDGE |
NOTDEFINED |
RELAXEDINSET |
RIBLET |
SLOPE |
SOFTROUND |
Modifier and Type | Method and Description |
---|---|
static ShapeBevel.BevelTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ShapeBevel.BevelTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeBevel.BevelTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeBevel.BevelTypeEnum ANGLE
public static final ShapeBevel.BevelTypeEnum ARTDECO
public static final ShapeBevel.BevelTypeEnum CIRCLE
public static final ShapeBevel.BevelTypeEnum CONVEX
public static final ShapeBevel.BevelTypeEnum COOLSLANT
public static final ShapeBevel.BevelTypeEnum CROSS
public static final ShapeBevel.BevelTypeEnum DIVOT
public static final ShapeBevel.BevelTypeEnum HARDEDGE
public static final ShapeBevel.BevelTypeEnum RELAXEDINSET
public static final ShapeBevel.BevelTypeEnum RIBLET
public static final ShapeBevel.BevelTypeEnum SLOPE
public static final ShapeBevel.BevelTypeEnum SOFTROUND
public static final ShapeBevel.BevelTypeEnum NOTDEFINED
public static ShapeBevel.BevelTypeEnum[] values()
for (ShapeBevel.BevelTypeEnum c : ShapeBevel.BevelTypeEnum.values()) System.out.println(c);
public static ShapeBevel.BevelTypeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<ShapeBevel.BevelTypeEnum>
public static ShapeBevel.BevelTypeEnum fromValue(String text)
Copyright © 2023. All rights reserved.