Android
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))).
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56