English | Site Directory

Android - An Open Handset Alliance Project

android.graphics
public class

android.graphics.ComposePathEffect

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.
Methods inherited from class android.graphics.PathEffect
Methods inherited from class java.lang.Object

Details

Public Constructors

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))).
Build m5-rc15g - 14 May 2008 12:50