Package ome.logic
Class LutProviderImpl
- java.lang.Object
-
- ome.logic.LutProviderImpl
-
- All Implemented Interfaces:
ome.api.ServiceInterface
,omeis.providers.re.lut.LutProvider
public class LutProviderImpl extends java.lang.Object implements omeis.providers.re.lut.LutProvider
Lookup table provider implementation.- Since:
- 5.4.1
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,omeis.providers.re.lut.LutReader>
lutReaders
Available readers, keyed off name.
-
Constructor Summary
Constructors Constructor Description LutProviderImpl(ScriptRepoHelper scriptRepoHelper, ScriptFileType lutType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<omeis.providers.re.lut.LutReader>
getLutReaders(ome.model.display.ChannelBinding[] channelBindings)
-
-
-
Constructor Detail
-
LutProviderImpl
public LutProviderImpl(ScriptRepoHelper scriptRepoHelper, ScriptFileType lutType)
-
-