Class TextSelectionRectangles

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class TextSelectionRectangles
     implements Parcelable
                        

    Represents lists of rectangles under which is the text selection to be performed.

    • Constructor Detail

      • TextSelectionRectangles

        TextSelectionRectangles(List<RectF> rectangles)
        Represents lists of rectangles under which is the text selection to be performed.
        Parameters:
        rectangles - List of rectangles for text selection.
      • TextSelectionRectangles

        TextSelectionRectangles(Parcel parcel)
        Creates a TextSelectionRectangles object from the provided parcel.
        Parameters:
        parcel - Parcel to use for extracting range object.
      • TextSelectionRectangles

        TextSelectionRectangles(List<RectF> rectangles, List<RectF> markupRectangles)
        Parameters:
        rectangles - List of rectangles for text selection
        markupRectangles - List of rectangles for text selection, including markup padding.