Package com.blukii.sdk.discovery
Class AxisData
java.lang.Object
com.blukii.sdk.discovery.AxisData
- All Implemented Interfaces:
android.os.Parcelable
Read only data set for 3D axis data
-
Nested Class Summary
-
Field Summary
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getX()
Gets the x-axis value.int
getY()
Gets the y-axis value.int
getZ()
Gets the z-axis value.void
writeToParcel
(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getX
public int getX()Gets the x-axis value.- Returns:
- x-axis value, Integer.MIN_VALUE is not set
-
getY
public int getY()Gets the y-axis value.- Returns:
- y-axis value, Integer.MIN_VALUE is not set
-
getZ
public int getZ()Gets the z-axis value.- Returns:
- z-axis value, Integer.MIN_VALUE is not set
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-