Example usage for Java android.graphics.drawable PaintDrawable fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setCornerRadius(float radius) Specify radius for the corners of the rectangle. |
void | setIntrinsicHeight(int height) Sets the intrinsic (default) height for this shape. |
void | setIntrinsicWidth(int width) Sets the intrinsic (default) width for this shape. |
void | setShaderFactory(ShaderFactory fact) Sets a ShaderFactory to which requests for a android.graphics.Shader object will be made. |
void | setShape(Shape s) Sets the Shape of this ShapeDrawable. |