Android
android.graphics
public static final enum

android.graphics.Paint.Join

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
android.graphics.Paint.Join

The Join specifies the treatment where lines and curve segments join on a stroked path. The default is MITER.

Summary

Enum Values

Paint.Join  BEVEL  The outer edges of a join meet with a straight line  
Paint.Join  MITER  The outer edges of a join meet at a sharp angle  
Paint.Join  ROUND  The outer edges of a join meet in a circular arc. 

Public Methods

      static    Paint.Join  valueOf(String name)
    final  static    Join[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final Paint.Join BEVEL

The outer edges of a join meet with a straight line

public static final Paint.Join MITER

The outer edges of a join meet at a sharp angle

public static final Paint.Join ROUND

The outer edges of a join meet in a circular arc.

Public Methods

public static Paint.Join valueOf(String name)

public static final Join[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48