Package omero.model
Interface _ProjectionDefOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_ProjectionDefTie
,ProjectionDef
,ProjectionDefI
public interface _ProjectionDefOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RBool
getActive()
ProjectionAxis
getAxis()
RInt
getEndPlane()
RenderingDef
getRenderingDef()
RInt
getStartPlane()
RInt
getStepping()
ProjectionType
getType()
RInt
getVersion()
void
setActive(RBool theActive)
void
setAxis(ProjectionAxis theAxis)
void
setEndPlane(RInt theEndPlane)
void
setRenderingDef(RenderingDef theRenderingDef)
void
setStartPlane(RInt theStartPlane)
void
setStepping(RInt theStepping)
void
setType(ProjectionType theType)
void
setVersion(RInt theVersion)
-
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)
-
getRenderingDef
RenderingDef getRenderingDef()
-
setRenderingDef
void setRenderingDef(RenderingDef theRenderingDef)
-
getAxis
ProjectionAxis getAxis()
-
setAxis
void setAxis(ProjectionAxis theAxis)
-
getType
ProjectionType getType()
-
setType
void setType(ProjectionType theType)
-
getActive
RBool getActive()
-
setActive
void setActive(RBool theActive)
-
getStartPlane
RInt getStartPlane()
-
setStartPlane
void setStartPlane(RInt theStartPlane)
-
getEndPlane
RInt getEndPlane()
-
setEndPlane
void setEndPlane(RInt theEndPlane)
-
getStepping
RInt getStepping()
-
setStepping
void setStepping(RInt theStepping)
-
-