File
Doc
Category
Size
Date
Package
PrintAttributes.java
API Doc
Android 5.1 API
11516
Sat Mar 14 14:09:42 GMT 2015
android.print
PrintAttributes
java.lang.Object
public final class PrintAttributes extends Object implements android.os.Parcelable
Fields Summary
public static final int
COLOR_MODE_COLOR
public static final int
COLOR_MODE_MONOCHROME
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
PrintAttributes
()
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public
int
getColorMode
()
throw new RuntimeException("Stub!");
public
android.print.PrintAttributes$MediaSize
getMediaSize
()
throw new RuntimeException("Stub!");
public
android.print.PrintAttributes$Margins
getMinMargins
()
throw new RuntimeException("Stub!");
public
android.print.PrintAttributes$Resolution
getResolution
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
parcel,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source