FileDocCategorySizeDatePackage
CornerPathEffect.javaAPI DocAndroid 1.5 API1139Wed May 06 22:42:00 BST 2009android.graphics

CornerPathEffect

public class CornerPathEffect extends PathEffect

Fields Summary
Constructors Summary
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.

param
radius Amount to round sharp angles between line segments.

        native_instance = nativeCreate(radius);
    
Methods Summary
private static native intnativeCreate(float radius)