Example usage for Java android.graphics CornerPathEffect fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |