Package omero.model
Interface _ProjectionDefOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ProjectionDefTie
,ProjectionDef
,ProjectionDefI
public interface _ProjectionDefOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RBool
getActive(Ice.Current __current)
ProjectionAxis
getAxis(Ice.Current __current)
RInt
getEndPlane(Ice.Current __current)
RenderingDef
getRenderingDef(Ice.Current __current)
RInt
getStartPlane(Ice.Current __current)
RInt
getStepping(Ice.Current __current)
ProjectionType
getType(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
setActive(RBool theActive, Ice.Current __current)
void
setAxis(ProjectionAxis theAxis, Ice.Current __current)
void
setEndPlane(RInt theEndPlane, Ice.Current __current)
void
setRenderingDef(RenderingDef theRenderingDef, Ice.Current __current)
void
setStartPlane(RInt theStartPlane, Ice.Current __current)
void
setStepping(RInt theStepping, Ice.Current __current)
void
setType(ProjectionType theType, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getRenderingDef
RenderingDef getRenderingDef(Ice.Current __current)
-
setRenderingDef
void setRenderingDef(RenderingDef theRenderingDef, Ice.Current __current)
-
getAxis
ProjectionAxis getAxis(Ice.Current __current)
-
setAxis
void setAxis(ProjectionAxis theAxis, Ice.Current __current)
-
getType
ProjectionType getType(Ice.Current __current)
-
setType
void setType(ProjectionType theType, Ice.Current __current)
-
getActive
RBool getActive(Ice.Current __current)
-
setActive
void setActive(RBool theActive, Ice.Current __current)
-
getStartPlane
RInt getStartPlane(Ice.Current __current)
-
setStartPlane
void setStartPlane(RInt theStartPlane, Ice.Current __current)
-
getEndPlane
RInt getEndPlane(Ice.Current __current)
-
setEndPlane
void setEndPlane(RInt theEndPlane, Ice.Current __current)
-
getStepping
RInt getStepping(Ice.Current __current)
-
setStepping
void setStepping(RInt theStepping, Ice.Current __current)
-
-