Modifier and Type |
Method and Description |
void |
addAllChannelSet(java.util.List<Channel> targets) |
void |
addChannel(Channel target) |
void |
clearChannels() |
java.util.List<Channel> |
copyChannels() |
ContrastMethod |
getContrastMethod() |
DetectorSettings |
getDetectorSettings() |
Length |
getEmissionWave() |
Length |
getExcitationWave() |
FilterSet |
getFilterSet() |
RString |
getFluor() |
Illumination |
getIllumination() |
LightPath |
getLightPath() |
LightSettings |
getLightSourceSettings() |
AcquisitionMode |
getMode() |
RString |
getName() |
RDouble |
getNdFilter() |
OTF |
getOtf() |
PhotometricInterpretation |
getPhotometricInterpretation() |
Length |
getPinHoleSize() |
RInt |
getPockelCellSetting() |
RInt |
getSamplesPerPixel() |
RInt |
getVersion() |
void |
reloadChannels(LogicalChannel toCopy) |
void |
removeAllChannelSet(java.util.List<Channel> targets) |
void |
removeChannel(Channel theTarget) |
void |
setContrastMethod(ContrastMethod theContrastMethod) |
void |
setDetectorSettings(DetectorSettings theDetectorSettings) |
void |
setEmissionWave(Length theEmissionWave) |
void |
setExcitationWave(Length theExcitationWave) |
void |
setFilterSet(FilterSet theFilterSet) |
void |
setFluor(RString theFluor) |
void |
setIllumination(Illumination theIllumination) |
void |
setLightPath(LightPath theLightPath) |
void |
setLightSourceSettings(LightSettings theLightSourceSettings) |
void |
setMode(AcquisitionMode theMode) |
void |
setName(RString theName) |
void |
setNdFilter(RDouble theNdFilter) |
void |
setOtf(OTF theOtf) |
void |
setPhotometricInterpretation(PhotometricInterpretation thePhotometricInterpretation) |
void |
setPinHoleSize(Length thePinHoleSize) |
void |
setPockelCellSetting(RInt thePockelCellSetting) |
void |
setSamplesPerPixel(RInt theSamplesPerPixel) |
void |
setVersion(RInt theVersion) |
int |
sizeOfChannels() |
void |
unloadChannels() |