|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FxSamplerFilterCommon>
org.collada._2005._11.colladaschema.FxSamplerFilterCommon
public enum FxSamplerFilterCommon
Java class for fx_sampler_filter_common.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="fx_sampler_filter_common">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="NONE"/>
<enumeration value="NEAREST"/>
<enumeration value="LINEAR"/>
<enumeration value="NEAREST_MIPMAP_NEAREST"/>
<enumeration value="LINEAR_MIPMAP_NEAREST"/>
<enumeration value="NEAREST_MIPMAP_LINEAR"/>
<enumeration value="LINEAR_MIPMAP_LINEAR"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
LINEAR
|
|
LINEAR_MIPMAP_LINEAR
|
|
LINEAR_MIPMAP_NEAREST
|
|
NEAREST
|
|
NEAREST_MIPMAP_LINEAR
|
|
NEAREST_MIPMAP_NEAREST
|
|
NONE
|
|
| Method Summary | |
|---|---|
static FxSamplerFilterCommon |
fromValue(String v)
|
String |
value()
|
static FxSamplerFilterCommon |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FxSamplerFilterCommon[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FxSamplerFilterCommon NONE
public static final FxSamplerFilterCommon NEAREST
public static final FxSamplerFilterCommon LINEAR
public static final FxSamplerFilterCommon NEAREST_MIPMAP_NEAREST
public static final FxSamplerFilterCommon LINEAR_MIPMAP_NEAREST
public static final FxSamplerFilterCommon NEAREST_MIPMAP_LINEAR
public static final FxSamplerFilterCommon LINEAR_MIPMAP_LINEAR
| Method Detail |
|---|
public static final FxSamplerFilterCommon[] values()
for(FxSamplerFilterCommon c : FxSamplerFilterCommon.values())
System.out.println(c);
public static FxSamplerFilterCommon valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String value()
public static FxSamplerFilterCommon fromValue(String v)
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||