Package omero.model
Interface _ChannelOperationsNC
- 
- All Superinterfaces:
- _IObjectOperationsNC
 - All Known Implementing Classes:
- _ChannelTie,- Channel,- ChannelI
 
 public interface _ChannelOperationsNC extends _IObjectOperationsNC 
- 
- 
Method Summary- 
Methods inherited from interface omero.model._IObjectOperationsNCgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
 
- 
 
- 
- 
- 
Method Detail- 
getVersionRInt getVersion() 
 - 
setVersionvoid setVersion(RInt theVersion) 
 - 
getStatsInfoStatsInfo getStatsInfo() 
 - 
setStatsInfovoid setStatsInfo(StatsInfo theStatsInfo) 
 - 
getRedRInt getRed() 
 - 
setRedvoid setRed(RInt theRed) 
 - 
getGreenRInt getGreen() 
 - 
setGreenvoid setGreen(RInt theGreen) 
 - 
getBlueRInt getBlue() 
 - 
setBluevoid setBlue(RInt theBlue) 
 - 
getAlphaRInt getAlpha() 
 - 
setAlphavoid setAlpha(RInt theAlpha) 
 - 
getLookupTableRString getLookupTable() 
 - 
setLookupTablevoid setLookupTable(RString theLookupTable) 
 - 
getLogicalChannelLogicalChannel getLogicalChannel() 
 - 
setLogicalChannelvoid setLogicalChannel(LogicalChannel theLogicalChannel) 
 - 
getPixelsPixels getPixels() 
 - 
setPixelsvoid setPixels(Pixels thePixels) 
 - 
unloadAnnotationLinksvoid unloadAnnotationLinks() 
 - 
sizeOfAnnotationLinksint sizeOfAnnotationLinks() 
 - 
copyAnnotationLinksjava.util.List<ChannelAnnotationLink> copyAnnotationLinks() 
 - 
addChannelAnnotationLinkvoid addChannelAnnotationLink(ChannelAnnotationLink target) 
 - 
addAllChannelAnnotationLinkSetvoid addAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets) 
 - 
removeChannelAnnotationLinkvoid removeChannelAnnotationLink(ChannelAnnotationLink theTarget) 
 - 
removeAllChannelAnnotationLinkSetvoid removeAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets) 
 - 
clearAnnotationLinksvoid clearAnnotationLinks() 
 - 
reloadAnnotationLinksvoid reloadAnnotationLinks(Channel toCopy) 
 - 
getAnnotationLinksCountPerOwnerjava.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner() 
 - 
linkAnnotationChannelAnnotationLink linkAnnotation(Annotation addition) 
 - 
addChannelAnnotationLinkToBothvoid addChannelAnnotationLinkToBoth(ChannelAnnotationLink link, boolean bothSides) 
 - 
findChannelAnnotationLinkjava.util.List<ChannelAnnotationLink> findChannelAnnotationLink(Annotation removal) 
 - 
unlinkAnnotationvoid unlinkAnnotation(Annotation removal) 
 - 
removeChannelAnnotationLinkFromBothvoid removeChannelAnnotationLinkFromBoth(ChannelAnnotationLink link, boolean bothSides) 
 - 
linkedAnnotationListjava.util.List<Annotation> linkedAnnotationList() 
 
- 
 
-