Java android.graphics NinePatch fields, constructors, methods, implement or subclass

Example usage for Java android.graphics NinePatch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics NinePatch.

The text is from its open source code.

Constructor

NinePatch(Bitmap bitmap, byte[] chunk, String srcName)
Create a drawable projection from a bitmap to nine patches.

Method

booleanisNinePatchChunk(byte[] chunk)
Verifies that the specified byte array is a valid 9-patch data chunk.