Class FileInfoOME.OME.Image.ChannelInfo.LightSourceRef

    • Constructor Summary

      Constructors 
      Constructor Description
      LightSourceRef​(java.lang.Integer docRef, java.lang.Integer id, java.lang.String auxTech, java.lang.Float atten, java.lang.Integer wl)
      Creates a new LightSourceRef object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • attenuation

        private java.lang.Float attenuation
      • auxTechnique

        private java.lang.String auxTechnique
      • documentRef

        private java.lang.Integer documentRef
        attributes.
      • lightSourceID

        private java.lang.Integer lightSourceID
      • wavelength

        private java.lang.Integer wavelength
    • Constructor Detail

      • LightSourceRef

        public LightSourceRef​(java.lang.Integer docRef,
                              java.lang.Integer id,
                              java.lang.String auxTech,
                              java.lang.Float atten,
                              java.lang.Integer wl)
        Creates a new LightSourceRef object.
        Parameters:
        docRef - DOCUMENT ME!
        id - DOCUMENT ME!
        auxTech - DOCUMENT ME!
        atten - DOCUMENT ME!
        wl - DOCUMENT ME!