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._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getStatsInfo
StatsInfo getStatsInfo()
-
setStatsInfo
void setStatsInfo(StatsInfo theStatsInfo)
-
getRed
RInt getRed()
-
setRed
void setRed(RInt theRed)
-
getGreen
RInt getGreen()
-
setGreen
void setGreen(RInt theGreen)
-
getBlue
RInt getBlue()
-
setBlue
void setBlue(RInt theBlue)
-
getAlpha
RInt getAlpha()
-
setAlpha
void setAlpha(RInt theAlpha)
-
getLookupTable
RString getLookupTable()
-
setLookupTable
void setLookupTable(RString theLookupTable)
-
getLogicalChannel
LogicalChannel getLogicalChannel()
-
setLogicalChannel
void setLogicalChannel(LogicalChannel theLogicalChannel)
-
getPixels
Pixels getPixels()
-
setPixels
void setPixels(Pixels thePixels)
-
unloadAnnotationLinks
void unloadAnnotationLinks()
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks()
-
copyAnnotationLinks
java.util.List<ChannelAnnotationLink> copyAnnotationLinks()
-
addChannelAnnotationLink
void addChannelAnnotationLink(ChannelAnnotationLink target)
-
addAllChannelAnnotationLinkSet
void addAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets)
-
removeChannelAnnotationLink
void removeChannelAnnotationLink(ChannelAnnotationLink theTarget)
-
removeAllChannelAnnotationLinkSet
void removeAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets)
-
clearAnnotationLinks
void clearAnnotationLinks()
-
reloadAnnotationLinks
void reloadAnnotationLinks(Channel toCopy)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
-
linkAnnotation
ChannelAnnotationLink linkAnnotation(Annotation addition)
-
addChannelAnnotationLinkToBoth
void addChannelAnnotationLinkToBoth(ChannelAnnotationLink link, boolean bothSides)
-
findChannelAnnotationLink
java.util.List<ChannelAnnotationLink> findChannelAnnotationLink(Annotation removal)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal)
-
removeChannelAnnotationLinkFromBoth
void removeChannelAnnotationLinkFromBoth(ChannelAnnotationLink link, boolean bothSides)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList()
-
-