English | Site Directory

Android - An Open Handset Alliance Project

android.graphics
public class

android.graphics.CornerPathEffect

java.lang.Object
android.graphics.PathEffect
android.graphics.CornerPathEffect

Summary

Public Constructors

          CornerPathEffect(float radius)
Transforms geometries that are drawn (either STROKE or FILL styles) by replacing any sharp angles between line segments into rounded angles of the specified radius.
Methods inherited from class android.graphics.PathEffect
Methods inherited from class java.lang.Object

Details

Public Constructors

public CornerPathEffect(float radius)

Transforms geometries that are drawn (either STROKE or FILL styles) by replacing any sharp angles between line segments into rounded angles of the specified radius.

Parameters

radius Amount to round sharp angles between line segments.
Build m5-rc15g - 14 May 2008 12:50