public static final enum

Paint.Style

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.graphics.Paint.Style

Class Overview

The Style specifies if the primitive being drawn is filled, stroked, or both (in the same color). The default is FILL.

Summary

Public Methods
static Paint.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

Public Methods

public static Paint.Style valueOf (String name)

Since: API Level 1

public static final Style[] values ()

Since: API Level 1