public class CornerPathEffect extends PathEffect
Constructor and Description |
---|
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.
|
public CornerPathEffect(float radius)
radius
- Amount to round sharp angles between line segments.