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