Package omero.model
Interface _AffineTransformOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_AffineTransformTie
,AffineTransform
,AffineTransformI
public interface _AffineTransformOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getA00()
RDouble
getA01()
RDouble
getA02()
RDouble
getA10()
RDouble
getA11()
RDouble
getA12()
RInt
getVersion()
void
setA00(RDouble theA00)
void
setA01(RDouble theA01)
void
setA02(RDouble theA02)
void
setA10(RDouble theA10)
void
setA11(RDouble theA11)
void
setA12(RDouble theA12)
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)
-
getA00
RDouble getA00()
-
setA00
void setA00(RDouble theA00)
-
getA10
RDouble getA10()
-
setA10
void setA10(RDouble theA10)
-
getA01
RDouble getA01()
-
setA01
void setA01(RDouble theA01)
-
getA11
RDouble getA11()
-
setA11
void setA11(RDouble theA11)
-
getA02
RDouble getA02()
-
setA02
void setA02(RDouble theA02)
-
getA12
RDouble getA12()
-
setA12
void setA12(RDouble theA12)
-
-