public class EngineConfig
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
int |
aimerXoffset |
int |
aimerYoffset |
int |
bitsPerPixel |
static android.os.Parcelable.Creator<EngineConfig> |
CREATOR |
int |
engineID |
int |
imagerCols |
int |
imagerRows |
int |
roation |
int |
YDepth |
Constructor and Description |
---|
EngineConfig() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
readFromParcel(android.os.Parcel in) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public int engineID
public int imagerRows
public int imagerCols
public int bitsPerPixel
public int roation
public int aimerXoffset
public int aimerYoffset
public int YDepth
public static final android.os.Parcelable.Creator<EngineConfig> CREATOR
public void readFromParcel(android.os.Parcel in)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable