File
Doc
Category
Size
Date
Package
NinePatch.java
API Doc
Android 5.1 API
1578
Sat Mar 14 14:09:42 GMT 2015
android.graphics
NinePatch
java.lang.Object
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 void
draw
(
android.graphics.Canvas
canvas,
android.graphics.Rect
location,
android.graphics.Paint
paint)
throw new RuntimeException("Stub!");
public void
draw
(
android.graphics.Canvas
canvas,
android.graphics.RectF
location)
throw new RuntimeException("Stub!");
public void
draw
(
android.graphics.Canvas
canvas,
android.graphics.Rect
location)
throw new RuntimeException("Stub!");
protected void
finalize
()
throw new RuntimeException("Stub!");
public
android.graphics.Bitmap
getBitmap
()
throw new RuntimeException("Stub!");
public
int
getDensity
()
throw new RuntimeException("Stub!");
public
int
getHeight
()
throw new RuntimeException("Stub!");
public
java.lang.String
getName
()
throw new RuntimeException("Stub!");
public
android.graphics.Paint
getPaint
()
throw new RuntimeException("Stub!");
public final
android.graphics.Region
getTransparentRegion
(
android.graphics.Rect
bounds)
throw new RuntimeException("Stub!");
public
int
getWidth
()
throw new RuntimeException("Stub!");
public final
boolean
hasAlpha
()
throw new RuntimeException("Stub!");
public static native
boolean
isNinePatchChunk
(
byte[]
chunk)
public void
setPaint
(
android.graphics.Paint
p)
throw new RuntimeException("Stub!");
Java Code Source