public static enum ThreeDFormat.MaterialEnum extends Enum<ThreeDFormat.MaterialEnum>
Modifier and Type | Class and Description |
---|---|
static class |
ThreeDFormat.MaterialEnum.Adapter |
Enum Constant and Description |
---|
CLEAR |
DKEDGE |
FLAT |
LEGACYMATTE |
LEGACYMETAL |
LEGACYPLASTIC |
LEGACYWIREFRAME |
MATTE |
METAL |
NOTDEFINED |
PLASTIC |
POWDER |
SOFTEDGE |
SOFTMETAL |
TRANSLUCENTPOWDER |
WARMMATTE |
Modifier and Type | Method and Description |
---|---|
static ThreeDFormat.MaterialEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ThreeDFormat.MaterialEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreeDFormat.MaterialEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreeDFormat.MaterialEnum CLEAR
public static final ThreeDFormat.MaterialEnum DKEDGE
public static final ThreeDFormat.MaterialEnum FLAT
public static final ThreeDFormat.MaterialEnum LEGACYMATTE
public static final ThreeDFormat.MaterialEnum LEGACYMETAL
public static final ThreeDFormat.MaterialEnum LEGACYPLASTIC
public static final ThreeDFormat.MaterialEnum LEGACYWIREFRAME
public static final ThreeDFormat.MaterialEnum MATTE
public static final ThreeDFormat.MaterialEnum METAL
public static final ThreeDFormat.MaterialEnum PLASTIC
public static final ThreeDFormat.MaterialEnum POWDER
public static final ThreeDFormat.MaterialEnum SOFTEDGE
public static final ThreeDFormat.MaterialEnum SOFTMETAL
public static final ThreeDFormat.MaterialEnum TRANSLUCENTPOWDER
public static final ThreeDFormat.MaterialEnum WARMMATTE
public static final ThreeDFormat.MaterialEnum NOTDEFINED
public static ThreeDFormat.MaterialEnum[] values()
for (ThreeDFormat.MaterialEnum c : ThreeDFormat.MaterialEnum.values()) System.out.println(c);
public static ThreeDFormat.MaterialEnum 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<ThreeDFormat.MaterialEnum>
public static ThreeDFormat.MaterialEnum fromValue(String text)
Copyright © 2022. All rights reserved.