Package omero.model
Interface _PathOperations
-
- All Superinterfaces:
_IObjectOperations
,_ShapeOperations
- All Known Implementing Classes:
_PathTie
,Path
,PathI
,SmartPathI
public interface _PathOperations extends _ShapeOperations
Deprecated.Path is deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RString
getD(Ice.Current __current)
Deprecated.Path is deprecated.RString
getTextValue(Ice.Current __current)
Deprecated.Path is deprecated.void
setD(RString theD, Ice.Current __current)
Deprecated.Path is deprecated.void
setTextValue(RString theTextValue, Ice.Current __current)
Deprecated.Path is deprecated.-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._ShapeOperations
addAllShapeAnnotationLinkSet, addShapeAnnotationLink, addShapeAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findShapeAnnotationLink, getAnnotationLinksCountPerOwner, getFillColor, getFillRule, getFontFamily, getFontSize, getFontStyle, getLocked, getRoi, getStrokeColor, getStrokeDashArray, getStrokeWidth, getTheC, getTheT, getTheZ, getTransform, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllShapeAnnotationLinkSet, removeShapeAnnotationLink, removeShapeAnnotationLinkFromBoth, setFillColor, setFillRule, setFontFamily, setFontSize, setFontStyle, setLocked, setRoi, setStrokeColor, setStrokeDashArray, setStrokeWidth, setTheC, setTheT, setTheZ, setTransform, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
-
-
-
Method Detail
-
getD
RString getD(Ice.Current __current)
Deprecated.Path is deprecated.
-
setD
void setD(RString theD, Ice.Current __current)
Deprecated.Path is deprecated.
-
getTextValue
RString getTextValue(Ice.Current __current)
Deprecated.Path is deprecated.
-
setTextValue
void setTextValue(RString theTextValue, Ice.Current __current)
Deprecated.Path is deprecated.
-
-