Class TextEmphasisSpan

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  TextEmphasisSpan.MarkFill
      Deprecated.
      The possible mark fills that can be used.
      static interface  TextEmphasisSpan.MarkShape
      Deprecated.
      The possible mark shapes that can be used.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MARK_FILL_FILLED
      Deprecated.
       
      static int MARK_FILL_OPEN
      Deprecated.
       
      static int MARK_FILL_UNKNOWN
      Deprecated.
       
      static int MARK_SHAPE_CIRCLE
      Deprecated.
       
      static int MARK_SHAPE_DOT
      Deprecated.
       
      static int MARK_SHAPE_NONE
      Deprecated.
       
      static int MARK_SHAPE_SESAME
      Deprecated.
       
      @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markFill
      Deprecated.
      The mark fill for the text emphasis mark.
      @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markShape
      Deprecated.
      The mark shape used for text emphasis.
      @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position
      Deprecated.
      The position of the text emphasis relative to the base text.
    • Constructor Summary

      Constructors 
      Constructor Description
      TextEmphasisSpan​(@com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int shape, @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkFill int fill, @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position)
      Deprecated.
       
    • Field Detail

      • MARK_SHAPE_CIRCLE

        public static final int MARK_SHAPE_CIRCLE
        Deprecated.
        See Also:
        Constant Field Values
      • MARK_SHAPE_SESAME

        public static final int MARK_SHAPE_SESAME
        Deprecated.
        See Also:
        Constant Field Values
      • MARK_FILL_UNKNOWN

        public static final int MARK_FILL_UNKNOWN
        Deprecated.
        See Also:
        Constant Field Values
      • markShape

        public @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markShape
        Deprecated.
        The mark shape used for text emphasis.
      • markFill

        public @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markFill
        Deprecated.
        The mark fill for the text emphasis mark.
      • position

        public final @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position
        Deprecated.
        The position of the text emphasis relative to the base text.
    • Constructor Detail

      • TextEmphasisSpan

        public TextEmphasisSpan​(@com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int shape,
                                @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkFill int fill,
                                @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position)
        Deprecated.