Class storing the emissions from a light source as a range of wave lengths This class should be used to store the range of emission patterns generated by a light source by specifiying of the start- and end- wavelength. @since: 1.10.0 @author: Jennifer Bödker
Type | Name and description |
---|---|
int |
endWavelength Its the biggest wavelength within the emission range e.g 530 nm |
int |
startWavelength Its the smallest wavelength within the emission range e.g 495 nm |
Constructor and description |
---|
EmissionRange
(int startWavelength, int endWavelength) Class storing the emissions from a light source as a range of wave lengths |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Its the biggest wavelength within the emission range e.g 530 nm
Its the smallest wavelength within the emission range e.g 495 nm
Class storing the emissions from a light source as a range of wave lengths
startWavelength
- EmissionRange.startWavelengthendWavelength
- EmissionRange.endWavelengthGroovy Documentation