Added in API level 1

SumPathEffect


public class SumPathEffect
extends PathEffect



Summary

Public constructors

SumPathEffect(PathEffect first, PathEffect second)

Construct a PathEffect whose effect is to apply two effects, in sequence.

Inherited methods

Public constructors

SumPathEffect

Added in API level 1
public SumPathEffect (PathEffect first, 
                PathEffect second)

Construct a PathEffect whose effect is to apply two effects, in sequence. (e.g. first(path) + second(path))