public class ComposePathEffect extends PathEffect
Constructor and Description |
---|
ComposePathEffect(PathEffect outerpe,
PathEffect innerpe)
Construct a PathEffect whose effect is to apply first the inner effect
and the the outer pathEffect (e.g. outer(inner(path))).
|
public ComposePathEffect(PathEffect outerpe, PathEffect innerpe)