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