Java android.graphics.drawable PaintDrawable fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetCornerRadius(float radius)
Specify radius for the corners of the rectangle.
voidsetIntrinsicHeight(int height)
Sets the intrinsic (default) height for this shape.
voidsetIntrinsicWidth(int width)
Sets the intrinsic (default) width for this shape.
voidsetShaderFactory(ShaderFactory fact)
Sets a ShaderFactory to which requests for a android.graphics.Shader object will be made.
voidsetShape(Shape s)
Sets the Shape of this ShapeDrawable.