public static final enum

Font.Style

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.renderscript.Font.Style

Summary

Enum Values
Font.Style  BOLD   
Font.Style  BOLD_ITALIC   
Font.Style  ITALIC   
Font.Style  NORMAL   
Public Methods
static Font.Style valueOf(String name)
final static Style[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Font.Style BOLD

Since: API Level

public static final Font.Style BOLD_ITALIC

Since: API Level

public static final Font.Style ITALIC

Since: API Level

public static final Font.Style NORMAL

Since: API Level

Public Methods

public static Font.Style valueOf (String name)

Since: API Level 11

public static final Style[] values ()

Since: API Level 11