Package omero.model
Interface _LineOperations
-
- All Superinterfaces:
_IObjectOperations
,_ShapeOperations
- All Known Implementing Classes:
_LineTie
,Line
,LineI
,SmartLineI
public interface _LineOperations extends _ShapeOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RString
getMarkerEnd(Ice.Current __current)
RString
getMarkerStart(Ice.Current __current)
RString
getTextValue(Ice.Current __current)
RDouble
getX1(Ice.Current __current)
RDouble
getX2(Ice.Current __current)
RDouble
getY1(Ice.Current __current)
RDouble
getY2(Ice.Current __current)
void
setMarkerEnd(RString theMarkerEnd, Ice.Current __current)
void
setMarkerStart(RString theMarkerStart, Ice.Current __current)
void
setTextValue(RString theTextValue, Ice.Current __current)
void
setX1(RDouble theX1, Ice.Current __current)
void
setX2(RDouble theX2, Ice.Current __current)
void
setY1(RDouble theY1, Ice.Current __current)
void
setY2(RDouble theY2, Ice.Current __current)
-
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
-
getX1
RDouble getX1(Ice.Current __current)
-
setX1
void setX1(RDouble theX1, Ice.Current __current)
-
getY1
RDouble getY1(Ice.Current __current)
-
setY1
void setY1(RDouble theY1, Ice.Current __current)
-
getX2
RDouble getX2(Ice.Current __current)
-
setX2
void setX2(RDouble theX2, Ice.Current __current)
-
getY2
RDouble getY2(Ice.Current __current)
-
setY2
void setY2(RDouble theY2, Ice.Current __current)
-
getMarkerStart
RString getMarkerStart(Ice.Current __current)
-
setMarkerStart
void setMarkerStart(RString theMarkerStart, Ice.Current __current)
-
getMarkerEnd
RString getMarkerEnd(Ice.Current __current)
-
setMarkerEnd
void setMarkerEnd(RString theMarkerEnd, Ice.Current __current)
-
getTextValue
RString getTextValue(Ice.Current __current)
-
setTextValue
void setTextValue(RString theTextValue, Ice.Current __current)
-
-