Package omero.model
Interface _ContrastStretchingContextOperationsNC
-
- All Superinterfaces:
_CodomainMapContextOperationsNC
,_IObjectOperationsNC
- All Known Implementing Classes:
_ContrastStretchingContextTie
,ContrastStretchingContext
,ContrastStretchingContextI
public interface _ContrastStretchingContextOperationsNC extends _CodomainMapContextOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RInt
getXend()
RInt
getXstart()
RInt
getYend()
RInt
getYstart()
void
setXend(RInt theXend)
void
setXstart(RInt theXstart)
void
setYend(RInt theYend)
void
setYstart(RInt theYstart)
-
Methods inherited from interface omero.model._CodomainMapContextOperationsNC
getChannelBinding, getVersion, setChannelBinding, setVersion
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-