# Print output for @column tags ?> CornerPathEffect - Android SDK | Android Developers

Most visited

Recently visited

CornerPathEffect

public class CornerPathEffect
extends PathEffect

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.

Inherited methods

Public constructors

CornerPathEffect

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 float: Amount to round sharp angles between line segments.