Package omero.model
Interface _LineOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
,_ShapeOperationsNC
- All Known Implementing Classes:
_LineTie
,Line
,LineI
,SmartLineI
public interface _LineOperationsNC extends _ShapeOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RString
getMarkerEnd()
RString
getMarkerStart()
RString
getTextValue()
RDouble
getX1()
RDouble
getX2()
RDouble
getY1()
RDouble
getY2()
void
setMarkerEnd(RString theMarkerEnd)
void
setMarkerStart(RString theMarkerStart)
void
setTextValue(RString theTextValue)
void
setX1(RDouble theX1)
void
setX2(RDouble theX2)
void
setY1(RDouble theY1)
void
setY2(RDouble theY2)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._ShapeOperationsNC
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()
-
setX1
void setX1(RDouble theX1)
-
getY1
RDouble getY1()
-
setY1
void setY1(RDouble theY1)
-
getX2
RDouble getX2()
-
setX2
void setX2(RDouble theX2)
-
getY2
RDouble getY2()
-
setY2
void setY2(RDouble theY2)
-
getMarkerStart
RString getMarkerStart()
-
setMarkerStart
void setMarkerStart(RString theMarkerStart)
-
getMarkerEnd
RString getMarkerEnd()
-
setMarkerEnd
void setMarkerEnd(RString theMarkerEnd)
-
getTextValue
RString getTextValue()
-
setTextValue
void setTextValue(RString theTextValue)
-
-