# Print output for @column tags ?> Type.CubemapFace - Android SDK | Android Developers

Most visited

Recently visited

Type.CubemapFace

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

java.lang.Object
   ↳ java.lang.Enum<android.renderscript.Type.CubemapFace>
     ↳ android.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

 

Type.CubemapFace  POSITVE_X

 

Type.CubemapFace  POSITVE_Y

 

Type.CubemapFace  POSITVE_Z

 

Public methods

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

Inherited methods

Enum values

NEGATIVE_X

public static final Type.CubemapFace NEGATIVE_X

NEGATIVE_Y

public static final Type.CubemapFace NEGATIVE_Y

NEGATIVE_Z

public static final Type.CubemapFace NEGATIVE_Z

POSITIVE_X

public static final Type.CubemapFace POSITIVE_X

POSITIVE_Y

public static final Type.CubemapFace POSITIVE_Y

POSITIVE_Z

public static final Type.CubemapFace POSITIVE_Z

POSITVE_X

public static final Type.CubemapFace POSITVE_X

POSITVE_Y

public static final Type.CubemapFace POSITVE_Y

POSITVE_Z

public static final Type.CubemapFace POSITVE_Z

Public methods

valueOf

public static Type.CubemapFace valueOf (String name)

Parameters
name String

Returns
Type.CubemapFace

values

public static final CubemapFace[] values ()

Returns
CubemapFace[]