Class android.graphics.pdf.content.PdfPageLinkContent
Added interface android.os.Parcelable
.
Changed Constructors | ||
---|---|---|
PdfPageLinkContent (List<RectF>, |
Change in type from (List<Rect>, Uri ) to (List<RectF>, Uri ). |
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<PdfPageLinkContent> CREATOR |