-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PrintItem implements Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPrintItem.CREATOR
-
Method Summary
Modifier and Type Method Description final IntegergetWidthPercent()final UnitsetWidthPercent(Integer widthPercent)final IntegergetAlign()final IntegergetType()UnitwriteToParcel(Parcel parcel, Integer flags)IntegerdescribeContents()-
-
Method Detail
-
getWidthPercent
final Integer getWidthPercent()
-
setWidthPercent
final Unit setWidthPercent(Integer widthPercent)
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-