Package omero.model
Interface _ChannelBindingOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ChannelBindingTie,ChannelBinding,ChannelBindingI
public interface _ChannelBindingOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current __current)voidaddCodomainMapContext(CodomainMapContext target, Ice.Current __current)voidclearSpatialDomainEnhancement(Ice.Current __current)java.util.List<CodomainMapContext>copySpatialDomainEnhancement(Ice.Current __current)RBoolgetActive(Ice.Current __current)RIntgetAlpha(Ice.Current __current)RIntgetBlue(Ice.Current __current)CodomainMapContextgetCodomainMapContext(int index, Ice.Current __current)RDoublegetCoefficient(Ice.Current __current)FamilygetFamily(Ice.Current __current)RIntgetGreen(Ice.Current __current)RDoublegetInputEnd(Ice.Current __current)RDoublegetInputStart(Ice.Current __current)RStringgetLookupTable(Ice.Current __current)RBoolgetNoiseReduction(Ice.Current __current)CodomainMapContextgetPrimaryCodomainMapContext(Ice.Current __current)RIntgetRed(Ice.Current __current)RenderingDefgetRenderingDef(Ice.Current __current)RIntgetVersion(Ice.Current __current)voidreloadSpatialDomainEnhancement(ChannelBinding toCopy, Ice.Current __current)voidremoveAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current __current)voidremoveCodomainMapContext(CodomainMapContext theTarget, Ice.Current __current)voidsetActive(RBool theActive, Ice.Current __current)voidsetAlpha(RInt theAlpha, Ice.Current __current)voidsetBlue(RInt theBlue, Ice.Current __current)CodomainMapContextsetCodomainMapContext(int index, CodomainMapContext theElement, Ice.Current __current)voidsetCoefficient(RDouble theCoefficient, Ice.Current __current)voidsetFamily(Family theFamily, Ice.Current __current)voidsetGreen(RInt theGreen, Ice.Current __current)voidsetInputEnd(RDouble theInputEnd, Ice.Current __current)voidsetInputStart(RDouble theInputStart, Ice.Current __current)voidsetLookupTable(RString theLookupTable, Ice.Current __current)voidsetNoiseReduction(RBool theNoiseReduction, Ice.Current __current)CodomainMapContextsetPrimaryCodomainMapContext(CodomainMapContext theElement, Ice.Current __current)voidsetRed(RInt theRed, Ice.Current __current)voidsetRenderingDef(RenderingDef theRenderingDef, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)intsizeOfSpatialDomainEnhancement(Ice.Current __current)voidunloadSpatialDomainEnhancement(Ice.Current __current)-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getRenderingDef
RenderingDef getRenderingDef(Ice.Current __current)
-
setRenderingDef
void setRenderingDef(RenderingDef theRenderingDef, Ice.Current __current)
-
getFamily
Family getFamily(Ice.Current __current)
-
setFamily
void setFamily(Family theFamily, Ice.Current __current)
-
getCoefficient
RDouble getCoefficient(Ice.Current __current)
-
setCoefficient
void setCoefficient(RDouble theCoefficient, Ice.Current __current)
-
getInputStart
RDouble getInputStart(Ice.Current __current)
-
setInputStart
void setInputStart(RDouble theInputStart, Ice.Current __current)
-
getInputEnd
RDouble getInputEnd(Ice.Current __current)
-
setInputEnd
void setInputEnd(RDouble theInputEnd, Ice.Current __current)
-
getActive
RBool getActive(Ice.Current __current)
-
setActive
void setActive(RBool theActive, Ice.Current __current)
-
getNoiseReduction
RBool getNoiseReduction(Ice.Current __current)
-
setNoiseReduction
void setNoiseReduction(RBool theNoiseReduction, Ice.Current __current)
-
getRed
RInt getRed(Ice.Current __current)
-
setRed
void setRed(RInt theRed, Ice.Current __current)
-
getGreen
RInt getGreen(Ice.Current __current)
-
setGreen
void setGreen(RInt theGreen, Ice.Current __current)
-
getBlue
RInt getBlue(Ice.Current __current)
-
setBlue
void setBlue(RInt theBlue, Ice.Current __current)
-
getAlpha
RInt getAlpha(Ice.Current __current)
-
setAlpha
void setAlpha(RInt theAlpha, Ice.Current __current)
-
getLookupTable
RString getLookupTable(Ice.Current __current)
-
setLookupTable
void setLookupTable(RString theLookupTable, Ice.Current __current)
-
unloadSpatialDomainEnhancement
void unloadSpatialDomainEnhancement(Ice.Current __current)
-
sizeOfSpatialDomainEnhancement
int sizeOfSpatialDomainEnhancement(Ice.Current __current)
-
copySpatialDomainEnhancement
java.util.List<CodomainMapContext> copySpatialDomainEnhancement(Ice.Current __current)
-
addCodomainMapContext
void addCodomainMapContext(CodomainMapContext target, Ice.Current __current)
-
addAllCodomainMapContextSet
void addAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current __current)
-
removeCodomainMapContext
void removeCodomainMapContext(CodomainMapContext theTarget, Ice.Current __current)
-
removeAllCodomainMapContextSet
void removeAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current __current)
-
clearSpatialDomainEnhancement
void clearSpatialDomainEnhancement(Ice.Current __current)
-
reloadSpatialDomainEnhancement
void reloadSpatialDomainEnhancement(ChannelBinding toCopy, Ice.Current __current)
-
getCodomainMapContext
CodomainMapContext getCodomainMapContext(int index, Ice.Current __current)
-
setCodomainMapContext
CodomainMapContext setCodomainMapContext(int index, CodomainMapContext theElement, Ice.Current __current)
-
getPrimaryCodomainMapContext
CodomainMapContext getPrimaryCodomainMapContext(Ice.Current __current)
-
setPrimaryCodomainMapContext
CodomainMapContext setPrimaryCodomainMapContext(CodomainMapContext theElement, Ice.Current __current)
-
-