File
Doc
Category
Size
Date
Package
PathEffect.java
API Doc
Android 5.1 API
1052
Thu Mar 12 22:22:30 GMT 2015
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
long
native_instance
Constructors Summary
Methods Summary
protected void
finalize
()
nativeDestructor(native_instance);
private static native void
nativeDestructor
(
long
native_patheffect)
Java Code Source