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

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

Introduction

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

The text is from its open source code.

Constructor

ForegroundColorSpan(@ColorInt int color)
Creates a ForegroundColorSpan from a color integer.
ForegroundColorSpan(@NonNull Parcel src)
Creates a ForegroundColorSpan from a parcel.

Method