Spec-Zone .ru
спецификации, руководства, описания, API
|
Enum Constant and Description |
---|
DISABLE
Specifies that depth testing is disabled.
|
ENABLE
Specifies that depth testing is enabled.
|
INHERIT
Specifies that the depth testing state is inherited from the parent.
|
Modifier and Type | Method and Description |
---|---|
static DepthTest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DepthTest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DepthTest DISABLE
public static final DepthTest ENABLE
public static final DepthTest INHERIT
public static DepthTest[] values()
for (DepthTest c : DepthTest.values()) System.out.println(c);
public static DepthTest valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to