Class android.graphics.pdf.models.PageMatchBounds

Added interface android.os.Parcelable.

Changed Constructors
PageMatchBounds(List<RectF>, int) Change in type from (List<Rect>, int) to (List<RectF>, int).
 
 

Added Methods
int describeContents()  
void writeToParcel(Parcel, int)  
 

Changed Methods
List<RectF> getBounds() Change in return type from List<Rect> to List<RectF>.
 
 

Added Fields
Creator<PageMatchBounds> CREATOR