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.Object
Orientation 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 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.
-
-
-
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 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!
-
-