Most visited

Recently visited

Type.CubemapFace

public static final enum Type.CubemapFace
extends Enum<Type.CubemapFace>

java.lang.Object
   ↳ java.lang.Enum<android.support.v8.renderscript.Type.CubemapFace>
     ↳ android.support.v8.renderscript.Type.CubemapFace


Summary

Enum values

Type.CubemapFace  NEGATIVE_X

 

Type.CubemapFace  NEGATIVE_Y

 

Type.CubemapFace  NEGATIVE_Z

 

Type.CubemapFace  POSITIVE_X

 

Type.CubemapFace  POSITIVE_Y

 

Type.CubemapFace  POSITIVE_Z

 

Public methods

static Type.CubemapFace valueOf(String name)
static final CubemapFace[] values()

Inherited methods

From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum values

NEGATIVE_X

Type.CubemapFace NEGATIVE_X

NEGATIVE_Y

Type.CubemapFace NEGATIVE_Y

NEGATIVE_Z

Type.CubemapFace NEGATIVE_Z

POSITIVE_X

Type.CubemapFace POSITIVE_X

POSITIVE_Y

Type.CubemapFace POSITIVE_Y

POSITIVE_Z

Type.CubemapFace POSITIVE_Z

Public methods

valueOf

Type.CubemapFace valueOf (String name)

Parameters
name String
Returns
Type.CubemapFace

values

CubemapFace[] values ()

Returns
CubemapFace[]

Hooray!