|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoptics.Optics
optics.WaveLengthFunction
optics.WaveLengthSpectrum
public abstract class WaveLengthSpectrum
Abstract class for intensity spectral response. Needs to be extended by one of the other classes.
Field Summary |
---|
Fields inherited from class optics.WaveLengthFunction |
---|
maxPlotLambda, minPlotLambda, plotPoints |
Fields inherited from class optics.Optics |
---|
DEFAULT_WAVELENGTH, errorStream, fmt, MICRONS |
Constructor Summary | |
---|---|
WaveLengthSpectrum()
|
Method Summary | |
---|---|
abstract double |
getIntensity(double lambda)
Method to get the intensity at specific wavelength. |
double |
getValue(double lambda)
Method to define the abstract method in WaveLengthFunction |
Methods inherited from class optics.WaveLengthFunction |
---|
getPlot, getPlotPoints, setPlotPoints, setPlotRange, setPlotRange, toGraph, toPlot, toPlot, toPlot |
Methods inherited from class optics.Optics |
---|
getDefaultWaveLength, getErrorStream, getFormatString, getName, getStaticName, getVersion, printError, setDefaultWaveLength, setErrorStream, setFormatString, setMicrons |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WaveLengthSpectrum()
Method Detail |
---|
public abstract double getIntensity(double lambda)
lambda
- the wavelength
double
the intensitypublic double getValue(double lambda)
WaveLengthFunction
getValue
in class WaveLengthFunction
lambda
- the wavelength
double
the value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |