public static final enum

Element.DataKind

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.renderscript.Element.DataKind

Class Overview

The special interpretation of the data if required. This is primarly useful for graphical data. USER indicates no special interpretation is expected. PIXEL is used in conjunction with the standard data types for representing texture formats.

Summary

Public Methods
static Element.DataKind valueOf(String name)
final static DataKind[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Public Methods

public static Element.DataKind valueOf (String name)

Since: API Level 11

public static final DataKind[] values ()

Since: API Level 11