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

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

Introduction

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

The text is from its open source code.

Method

voidapplyTheme(Theme t)
booleancanApplyTheme()
VectorDrawablecreate(Resources resources, int rid)
voiddraw(Canvas canvas)
intgetIntrinsicHeight()
intgetIntrinsicWidth()
floatgetPixelSize()
The size of a pixel when scaled from the intrinsic dimension to the viewport dimension.
voidsetAllowCaching(boolean allowCaching)
voidsetBounds(int left, int top, int right, int bottom)
Specify a bounding rectangle for the Drawable.
voidsetCallback(@Nullable Callback cb)
Bind a Callback object to this Drawable.