FileDocCategorySizeDatePackage
NinePatch.javaAPI DocAndroid 5.1 API1578Sat Mar 14 14:09:42 GMT 2015android.graphics

NinePatch

public class NinePatch extends Object

Fields Summary
Constructors Summary
public NinePatch(android.graphics.Bitmap bitmap, byte[] chunk)

 throw new RuntimeException("Stub!"); 
public NinePatch(android.graphics.Bitmap bitmap, byte[] chunk, String srcName)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voiddraw(android.graphics.Canvas canvas, android.graphics.Rect location, android.graphics.Paint paint)

 throw new RuntimeException("Stub!"); 
public voiddraw(android.graphics.Canvas canvas, android.graphics.RectF location)

 throw new RuntimeException("Stub!"); 
public voiddraw(android.graphics.Canvas canvas, android.graphics.Rect location)

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

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmapgetBitmap()

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetName()

 throw new RuntimeException("Stub!"); 
public android.graphics.PaintgetPaint()

 throw new RuntimeException("Stub!"); 
public final android.graphics.RegiongetTransparentRegion(android.graphics.Rect bounds)

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

 throw new RuntimeException("Stub!"); 
public final booleanhasAlpha()

 throw new RuntimeException("Stub!"); 
public static native booleanisNinePatchChunk(byte[] chunk)

public voidsetPaint(android.graphics.Paint p)

 throw new RuntimeException("Stub!");