Class FileIO.OrientStatus

  • Enclosing class:
    FileIO

    public class FileIO.OrientStatus
    extends java.lang.Object
    Orientation information held by orientation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index
      DOCUMENT ME!
      (package private) float location
      DOCUMENT ME!
    • Constructor Summary

      Constructors 
      Constructor Description
      OrientStatus​(int ind, float loc)
      Creates an Orientation Status with a given index and location.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Determines if the given orientation is the same as the current one.
      int getIndex()
      Provides the index.
      float getLocation()
      Provides the value of the location.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        int index
        DOCUMENT ME!
      • location

        float location
        DOCUMENT ME!
    • Constructor Detail

      • OrientStatus

        public OrientStatus​(int ind,
                            float loc)
        Creates an Orientation Status with a given index and location.
        Parameters:
        ind - DOCUMENT ME!
        loc - DOCUMENT ME!
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Determines if the given orientation is the same as the current one.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        o - DOCUMENT ME!
        Returns:
        DOCUMENT ME!
      • getIndex

        public int getIndex()
        Provides the index.
        Returns:
        DOCUMENT ME!
      • getLocation

        public float getLocation()
        Provides the value of the location.
        Returns:
        DOCUMENT ME!