Class SuperscriptSpan

All Implemented Interfaces:
ParcelableSpan, UpdateAppearance, UpdateLayout, Parcelable

public class SuperscriptSpan extends MetricAffectingSpan implements ParcelableSpan
The span that moves the position of the text baseline higher.

Unlike Android, this Span also affects the relative text size.

  • Constructor Details

  • Method Details

    • getSpanTypeId

      public int getSpanTypeId()
      Description copied from interface: ParcelableSpan
      Return a special type identifier for this span class.
      Specified by:
      getSpanTypeId in interface ParcelableSpan
    • writeToParcel

      public void writeToParcel(@NonNull Parcel dest, int flags)
      Description copied from interface: Parcelable
      The subclass implements the method to flatten its contents by calling the methods of Parcel for its primitive values.
      Specified by:
      writeToParcel in interface Parcelable
      Parameters:
      dest - the parcel to write the object's data to
      flags - the flags about how the object should be written
    • updateMeasureState

      public void updateMeasureState(@NonNull TextPaint textPaint)
      Description copied from class: MetricAffectingSpan
      Classes that extend MetricAffectingSpan implement this method to update the text formatting in a way that can change the width or height of characters.
      Specified by:
      updateMeasureState in class MetricAffectingSpan
      Parameters:
      textPaint - the paint used for measuring the text
    • applyBaselineShift

      protected void applyBaselineShift(@NonNull TextPaint textPaint)
    • toString

      public String toString()
      Overrides:
      toString in class Object