Package gov.nih.mipav.model.file
Class FileInfoBase
- java.lang.Object
-
- gov.nih.mipav.model.file.FileInfoBase
-
- Direct Known Subclasses:
FileInfoImageXML
public class FileInfoBase extends Object
Stub of the MIPAV FileInfoBase class. NOTE: This class contains NO real implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MICROMETERS
static int
SECONDS
-
Constructor Summary
Constructors Constructor Description FileInfoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDataType(int type)
void
setExtents(int[] extents)
void
setResolutions(float[] res)
void
setUnitsOfMeasure(int[] units)
-
-
-
Field Detail
-
MICROMETERS
public static final int MICROMETERS
- See Also:
- Constant Field Values
-
SECONDS
public static final int SECONDS
- See Also:
- Constant Field Values
-
-