| Package | Description |
|---|---|
| android.graphics |
| Modifier and Type | Class and Description |
|---|---|
class |
ComposePathEffect |
class |
CornerPathEffect |
class |
DashPathEffect |
class |
DiscretePathEffect |
class |
PathDashPathEffect |
class |
SumPathEffect |
| Modifier and Type | Method and Description |
|---|---|
PathEffect |
Paint.getPathEffect() |
PathEffect |
Paint.setPathEffect(PathEffect effect) |
| Modifier and Type | Method and Description |
|---|---|
PathEffect |
Paint.setPathEffect(PathEffect effect) |
| Constructor and Description |
|---|
ComposePathEffect(PathEffect outerpe,
PathEffect innerpe) |
SumPathEffect(PathEffect first,
PathEffect second) |
Copyright © 2008-2013. All Rights Reserved.