Build m5-rc15

android.graphics
Class Paint.Join

java.lang.Object
  extended by java.lang.Enum
      extended by android.graphics.Paint.Join
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
Paint

public static final class Paint.Join
extends Enum

See Also:
Serialized Form

Field Summary
static Paint.Join BEVEL
           
static Paint.Join MITER
           
static Paint.Join ROUND
           
 
Constructor Summary
Paint.Join()
           
 
Method Summary
static Paint.Join valueOf(String name)
           
static Paint.Join[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

MITER

public static final Paint.Join MITER

ROUND

public static final Paint.Join ROUND

BEVEL

public static final Paint.Join BEVEL
Constructor Detail

Paint.Join

public Paint.Join()
Method Detail

values

public static final Paint.Join[] values()

valueOf

public static Paint.Join valueOf(String name)

Build m5-rc15

Please submit a feedback, bug or feature