File
Doc
Category
Size
Date
Package
PathEffect.java
API Doc
Android 1.5 API
1050
Wed May 06 22:42:00 BST 2009
android.graphics
PathEffect
java.lang.Object
public class PathEffect extends Object
PathEffect is the base class for objects in the Paint that affect the geometry of a drawing primitive before it is transformed by the canvas' matrix and drawn.
Fields Summary
int
native_instance
Constructors Summary
Methods Summary
protected void
finalize
()
nativeDestructor(native_instance);
private static native void
nativeDestructor
(
int
native_patheffect)
Java Code Source