Class android.graphics.pdf.models.PageMatchBounds
Added interface android.os.Parcelable
.
Changed Constructors | ||
---|---|---|
PageMatchBounds (List<RectF>, |
Change in type from (List<Rect>, int ) to (List<RectF>, int ). |
Added Methods | |
---|---|
int describeContents () |
|
void writeToParcel (Parcel, |
Changed Methods | ||
---|---|---|
List<RectF> getBounds () |
Change in return type from List<Rect> to List<RectF> . |
Added Fields | |
---|---|
Creator<PageMatchBounds> CREATOR |