android.graphics
Class SumPathEffect

java.lang.Object
  extended by android.graphics.PathEffect
      extended by android.graphics.SumPathEffect

public class SumPathEffect
extends PathEffect


Constructor Summary
SumPathEffect(PathEffect first, PathEffect second)
           
 
Method Summary
 
Methods inherited from class android.graphics.PathEffect
finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SumPathEffect

public SumPathEffect(PathEffect first,
                     PathEffect second)


Copyright © 2008-2012. All Rights Reserved.