Java android.text.style BulletSpan fields, constructors, methods, implement or subclass

Example usage for Java android.text.style BulletSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.style BulletSpan.

The text is from its open source code.

Constructor

BulletSpan(int gapWidth)
Creates a BulletSpan based on a gap width
BulletSpan(@NonNull Parcel src)
Creates a BulletSpan from a parcel.
BulletSpan()
Creates a BulletSpan with the default values.