Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56