Package com.pspdfkit.datastructures
Object TextSelectionRectangles.CREATOR
-
- All Implemented Interfaces:
-
android.os.Parcelable.Creator
public class TextSelectionRectangles.CREATOR implements Parcelable.Creator<TextSelectionRectangles>
Creator for creating the TextSelectionRectangles object from Parcel.
-
-
Field Summary
Fields Modifier and Type Field Description public final static TextSelectionRectangles.CREATOR
INSTANCE
-
Method Summary
Modifier and Type Method Description TextSelectionRectangles
createFromParcel(Parcel parcel)
Array<TextSelectionRectangles>
newArray(Integer size)
-
-
Method Detail
-
createFromParcel
TextSelectionRectangles createFromParcel(Parcel parcel)
-
newArray
Array<TextSelectionRectangles> newArray(Integer size)
-
-
-
-