Package gov.nih.mipav.model.file
Class FileIO.OrientStatus
- java.lang.Object
-
- gov.nih.mipav.model.file.FileIO.OrientStatus
-
- Enclosing class:
- FileIO
public class FileIO.OrientStatus extends java.lang.ObjectOrientation information held by orientation.
-
-
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 booleanequals(java.lang.Object o)Determines if the given orientation is the same as the current one.intgetIndex()Provides the index.floatgetLocation()Provides the value of the location.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
Determines if the given orientation is the same as the current one.- Overrides:
equalsin classjava.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!
-
-