English | Site Directory

Android - An Open Handset Alliance Project

android.graphics
public class

android.graphics.SumPathEffect

java.lang.Object
android.graphics.PathEffect
android.graphics.SumPathEffect

Summary

Public Constructors

          SumPathEffect(PathEffect first, PathEffect second)
Construct a PathEffect whose effect is to apply two effects, in sequence.
Methods inherited from class android.graphics.PathEffect
Methods inherited from class java.lang.Object

Details

Public Constructors

public SumPathEffect(PathEffect first, PathEffect second)

Construct a PathEffect whose effect is to apply two effects, in sequence. (e.g. first(path) + second(path))
Build m5-rc15i - 10 Jun 2008 13:54