# Print output for @column tags ?> ComposePathEffect - Android SDK | Android Developers

Most visited


Recently visited


ComposePathEffect

public class ComposePathEffect
extends PathEffect

java.lang.Object
   ↳ android.graphics.PathEffect
     ↳ android.graphics.ComposePathEffect


Summary


Public constructors

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))).

Inherited methods

Public constructors


ComposePathEffect

public 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))).

Parameters
outerpe PathEffect

innerpe PathEffect