Package omeis.providers.re.lut
Class LutReaderFactory
- java.lang.Object
-
- omeis.providers.re.lut.LutReaderFactory
-
public class LutReaderFactory extends java.lang.Object
Initializes the reader corresponding to the specified lookup table.- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description LutReaderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LutReader
read(java.io.File file)
Reads the specified file.static LutReader
read(java.lang.String filePath, java.lang.String fileName)
Reads the specified file.
-
-
-
Method Detail
-
read
public static LutReader read(java.lang.String filePath, java.lang.String fileName) throws java.lang.Exception
Reads the specified file.- Parameters:
filePath
- The path to the directory.fileName
- The name of the file.- Throws:
java.lang.Exception
-
read
public static LutReader read(java.io.File file) throws java.lang.Exception
Reads the specified file.- Parameters:
file
- The file to read.- Throws:
java.lang.Exception
-
-