Uses of Class
android.graphics.Path.Direction

Packages that use Path.Direction
android.graphics   
 

Uses of Path.Direction in android.graphics
 

Methods in android.graphics that return Path.Direction
static Path.Direction Path.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Path.Direction[] Path.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.graphics with parameters of type Path.Direction
 void Path.addCircle(float x, float y, float radius, Path.Direction dir)
           
 void Path.addOval(RectF oval, Path.Direction dir)
           
 void Path.addRect(float left, float top, float right, float bottom, Path.Direction dir)
           
 void Path.addRect(RectF rect, Path.Direction dir)
           
 void Path.addRoundRect(RectF rect, float[] radii, Path.Direction dir)
           
 void Path.addRoundRect(RectF rect, float rx, float ry, Path.Direction dir)
           
 



Copyright © 2008-2012. All Rights Reserved.