Class AxisData

java.lang.Object
com.blukii.sdk.discovery.AxisData
All Implemented Interfaces:
android.os.Parcelable

public final class AxisData extends Object implements android.os.Parcelable
Read only data set for 3D axis data
  • Nested Class Summary

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final android.os.Parcelable.Creator<AxisData>
     

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
    Gets the x-axis value.
    int
    Gets the y-axis value.
    int
    Gets the z-axis value.
    void
    writeToParcel(android.os.Parcel dest, int flags)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CREATOR

      public static final android.os.Parcelable.Creator<AxisData> 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 interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable