Package omero.model
Interface _PlaneSlicingContextOperations
-
- All Superinterfaces:
_CodomainMapContextOperations
,_IObjectOperations
- All Known Implementing Classes:
_PlaneSlicingContextTie
,PlaneSlicingContext
,PlaneSlicingContextI
public interface _PlaneSlicingContextOperations extends _CodomainMapContextOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RBool
getConstant(Ice.Current __current)
RInt
getLowerLimit(Ice.Current __current)
RInt
getPlanePrevious(Ice.Current __current)
RInt
getPlaneSelected(Ice.Current __current)
RInt
getUpperLimit(Ice.Current __current)
void
setConstant(RBool theConstant, Ice.Current __current)
void
setLowerLimit(RInt theLowerLimit, Ice.Current __current)
void
setPlanePrevious(RInt thePlanePrevious, Ice.Current __current)
void
setPlaneSelected(RInt thePlaneSelected, Ice.Current __current)
void
setUpperLimit(RInt theUpperLimit, 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
-
getUpperLimit
RInt getUpperLimit(Ice.Current __current)
-
setUpperLimit
void setUpperLimit(RInt theUpperLimit, Ice.Current __current)
-
getLowerLimit
RInt getLowerLimit(Ice.Current __current)
-
setLowerLimit
void setLowerLimit(RInt theLowerLimit, Ice.Current __current)
-
getPlaneSelected
RInt getPlaneSelected(Ice.Current __current)
-
setPlaneSelected
void setPlaneSelected(RInt thePlaneSelected, Ice.Current __current)
-
getPlanePrevious
RInt getPlanePrevious(Ice.Current __current)
-
setPlanePrevious
void setPlanePrevious(RInt thePlanePrevious, Ice.Current __current)
-
getConstant
RBool getConstant(Ice.Current __current)
-
setConstant
void setConstant(RBool theConstant, Ice.Current __current)
-
-