FileDocCategorySizeDatePackage
PathEffect.javaAPI DocAndroid 5.1 API1052Thu Mar 12 22:22:30 GMT 2015android.graphics

PathEffect

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 voidfinalize()

        nativeDestructor(native_instance);
    
private static native voidnativeDestructor(long native_patheffect)