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 void
addAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current __current)
void
addCodomainMapContext(CodomainMapContext target, Ice.Current __current)
void
clearSpatialDomainEnhancement(Ice.Current __current)
java.util.List<CodomainMapContext>
copySpatialDomainEnhancement(Ice.Current __current)
RBool
getActive(Ice.Current __current)
RInt
getAlpha(Ice.Current __current)
RInt
getBlue(Ice.Current __current)
CodomainMapContext
getCodomainMapContext(int index, Ice.Current __current)
RDouble
getCoefficient(Ice.Current __current)
Family
getFamily(Ice.Current __current)
RInt
getGreen(Ice.Current __current)
RDouble
getInputEnd(Ice.Current __current)
RDouble
getInputStart(Ice.Current __current)
RString
getLookupTable(Ice.Current __current)
RBool
getNoiseReduction(Ice.Current __current)
CodomainMapContext
getPrimaryCodomainMapContext(Ice.Current __current)
RInt
getRed(Ice.Current __current)
RenderingDef
getRenderingDef(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
reloadSpatialDomainEnhancement(ChannelBinding toCopy, Ice.Current __current)
void
removeAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current __current)
void
removeCodomainMapContext(CodomainMapContext theTarget, Ice.Current __current)
void
setActive(RBool theActive, Ice.Current __current)
void
setAlpha(RInt theAlpha, Ice.Current __current)
void
setBlue(RInt theBlue, Ice.Current __current)
CodomainMapContext
setCodomainMapContext(int index, CodomainMapContext theElement, Ice.Current __current)
void
setCoefficient(RDouble theCoefficient, Ice.Current __current)
void
setFamily(Family theFamily, Ice.Current __current)
void
setGreen(RInt theGreen, Ice.Current __current)
void
setInputEnd(RDouble theInputEnd, Ice.Current __current)
void
setInputStart(RDouble theInputStart, Ice.Current __current)
void
setLookupTable(RString theLookupTable, Ice.Current __current)
void
setNoiseReduction(RBool theNoiseReduction, Ice.Current __current)
CodomainMapContext
setPrimaryCodomainMapContext(CodomainMapContext theElement, Ice.Current __current)
void
setRed(RInt theRed, Ice.Current __current)
void
setRenderingDef(RenderingDef theRenderingDef, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfSpatialDomainEnhancement(Ice.Current __current)
void
unloadSpatialDomainEnhancement(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)
-
-