FileDocCategorySizeDatePackage
Path.javaAPI DocAndroid 5.1 API5509Sat Mar 14 14:09:44 GMT 2015android.graphics

Path

public class Path extends Object

Fields Summary
Constructors Summary
public Path()

 throw new RuntimeException("Stub!"); 
public Path(Path src)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddArc(android.graphics.RectF oval, float startAngle, float sweepAngle)

 throw new RuntimeException("Stub!"); 
public voidaddArc(float left, float top, float right, float bottom, float startAngle, float sweepAngle)

 throw new RuntimeException("Stub!"); 
public voidaddCircle(float x, float y, float radius, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidaddOval(android.graphics.RectF oval, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidaddOval(float left, float top, float right, float bottom, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidaddPath(android.graphics.Path src, float dx, float dy)

 throw new RuntimeException("Stub!"); 
public voidaddPath(android.graphics.Path src)

 throw new RuntimeException("Stub!"); 
public voidaddPath(android.graphics.Path src, android.graphics.Matrix matrix)

 throw new RuntimeException("Stub!"); 
public voidaddRect(android.graphics.RectF rect, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidaddRect(float left, float top, float right, float bottom, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidaddRoundRect(android.graphics.RectF rect, float rx, float ry, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidaddRoundRect(float left, float top, float right, float bottom, float rx, float ry, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidaddRoundRect(android.graphics.RectF rect, float[] radii, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidaddRoundRect(float left, float top, float right, float bottom, float[] radii, android.graphics.Path$Direction dir)

 throw new RuntimeException("Stub!"); 
public voidarcTo(android.graphics.RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo)

 throw new RuntimeException("Stub!"); 
public voidarcTo(android.graphics.RectF oval, float startAngle, float sweepAngle)

 throw new RuntimeException("Stub!"); 
public voidarcTo(float left, float top, float right, float bottom, float startAngle, float sweepAngle, boolean forceMoveTo)

 throw new RuntimeException("Stub!"); 
public voidclose()

 throw new RuntimeException("Stub!"); 
public voidcomputeBounds(android.graphics.RectF bounds, boolean exact)

 throw new RuntimeException("Stub!"); 
public voidcubicTo(float x1, float y1, float x2, float y2, float x3, float y3)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public android.graphics.Path$FillTypegetFillType()

 throw new RuntimeException("Stub!"); 
public voidincReserve(int extraPtCount)

 throw new RuntimeException("Stub!"); 
public booleanisConvex()

 throw new RuntimeException("Stub!"); 
public booleanisEmpty()

 throw new RuntimeException("Stub!"); 
public booleanisInverseFillType()

 throw new RuntimeException("Stub!"); 
public booleanisRect(android.graphics.RectF rect)

 throw new RuntimeException("Stub!"); 
public voidlineTo(float x, float y)

 throw new RuntimeException("Stub!"); 
public voidmoveTo(float x, float y)

 throw new RuntimeException("Stub!"); 
public voidoffset(float dx, float dy, android.graphics.Path dst)

 throw new RuntimeException("Stub!"); 
public voidoffset(float dx, float dy)

 throw new RuntimeException("Stub!"); 
public booleanop(android.graphics.Path path, android.graphics.Path$Op op)

 throw new RuntimeException("Stub!"); 
public booleanop(android.graphics.Path path1, android.graphics.Path path2, android.graphics.Path$Op op)

 throw new RuntimeException("Stub!"); 
public voidquadTo(float x1, float y1, float x2, float y2)

 throw new RuntimeException("Stub!"); 
public voidrCubicTo(float x1, float y1, float x2, float y2, float x3, float y3)

 throw new RuntimeException("Stub!"); 
public voidrLineTo(float dx, float dy)

 throw new RuntimeException("Stub!"); 
public voidrMoveTo(float dx, float dy)

 throw new RuntimeException("Stub!"); 
public voidrQuadTo(float dx1, float dy1, float dx2, float dy2)

 throw new RuntimeException("Stub!"); 
public voidreset()

 throw new RuntimeException("Stub!"); 
public voidrewind()

 throw new RuntimeException("Stub!"); 
public voidset(android.graphics.Path src)

 throw new RuntimeException("Stub!"); 
public voidsetFillType(android.graphics.Path$FillType ft)

 throw new RuntimeException("Stub!"); 
public voidsetLastPoint(float dx, float dy)

 throw new RuntimeException("Stub!"); 
public voidtoggleInverseFillType()

 throw new RuntimeException("Stub!"); 
public voidtransform(android.graphics.Matrix matrix, android.graphics.Path dst)

 throw new RuntimeException("Stub!"); 
public voidtransform(android.graphics.Matrix matrix)

 throw new RuntimeException("Stub!");