Package ome.logic

Class 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.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lutReaders

        protected final java.util.Map<java.lang.String,​omeis.providers.re.lut.LutReader> lutReaders
        Available readers, keyed off name. Should be an unmodifiable map.
    • Method Detail

      • getLutReaders

        public java.util.List<omeis.providers.re.lut.LutReader> getLutReaders​(ome.model.display.ChannelBinding[] channelBindings)
        Specified by:
        getLutReaders in interface omeis.providers.re.lut.LutProvider