Package omero.model
Class Line
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Shape
-
- omero.model.Line
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,_IObjectOperations,_IObjectOperationsNC,_LineOperations,_LineOperationsNC,_ShapeOperations,_ShapeOperationsNC
public abstract class Line extends Shape implements _LineOperations, _LineOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]__idsprotected RStringmarkerEndprotected RStringmarkerStartstatic longserialVersionUIDprotected RStringtextValueprotected RDoublex1protected RDoublex2protected RDoubley1protected RDoubley2-
Fields inherited from class omero.model.Shape
annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, fillColor, fillRule, fontFamily, fontSize, fontStyle, locked, roi, strokeColor, strokeDashArray, strokeWidth, theC, theT, theZ, transform, version
-
-
Constructor Summary
Constructors Constructor Description Line()Line(RLong id, Details details, boolean loaded, RInt version, RInt theZ, RInt theT, RInt theC, Roi roi, RBool locked, AffineTransform transform, RInt fillColor, RString fillRule, RInt strokeColor, RString strokeDashArray, Length strokeWidth, RString fontFamily, Length fontSize, RString fontStyle, java.util.List<ShapeAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RDouble x1, RDouble y1, RDouble x2, RDouble y2, RString markerStart, RString markerEnd, RString textValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus___getMarkerEnd(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getMarkerStart(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getTextValue(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getX1(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getX2(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getY1(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getY2(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setMarkerEnd(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setMarkerStart(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setTextValue(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setX1(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setX2(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setY1(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setY2(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)Ice.DispatchStatus__dispatch(IceInternal.Incoming in, Ice.Current __current)protected void__readImpl(IceInternal.BasicStream __is)protected void__writeImpl(IceInternal.BasicStream __os)Lineclone()RStringgetMarkerEnd()RStringgetMarkerStart()RStringgetTextValue()RDoublegetX1()RDoublegetX2()RDoublegetY1()RDoublegetY2()java.lang.Stringice_id()java.lang.Stringice_id(Ice.Current __current)java.lang.String[]ice_ids()java.lang.String[]ice_ids(Ice.Current __current)booleanice_isA(java.lang.String s)booleanice_isA(java.lang.String s, Ice.Current __current)static java.lang.Stringice_staticId()voidsetMarkerEnd(RString theMarkerEnd)voidsetMarkerStart(RString theMarkerStart)voidsetTextValue(RString theTextValue)voidsetX1(RDouble theX1)voidsetX2(RDouble theX2)voidsetY1(RDouble theY1)voidsetY2(RDouble theY2)-
Methods inherited from class omero.model.Shape
___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, 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
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._LineOperations
getMarkerEnd, getMarkerStart, getTextValue, getX1, getX2, getY1, getY2, setMarkerEnd, setMarkerStart, setTextValue, setX1, setX2, setY1, setY2
-
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
-
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
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
x1
protected RDouble x1
-
y1
protected RDouble y1
-
x2
protected RDouble x2
-
y2
protected RDouble y2
-
markerStart
protected RString markerStart
-
markerEnd
protected RString markerEnd
-
textValue
protected RString textValue
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Line
public Line()
-
Line
public Line(RLong id, Details details, boolean loaded, RInt version, RInt theZ, RInt theT, RInt theC, Roi roi, RBool locked, AffineTransform transform, RInt fillColor, RString fillRule, RInt strokeColor, RString strokeDashArray, Length strokeWidth, RString fontFamily, Length fontSize, RString fontStyle, java.util.List<ShapeAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RDouble x1, RDouble y1, RDouble x2, RDouble y2, RString markerStart, RString markerEnd, RString textValue)
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
getMarkerEnd
public final RString getMarkerEnd()
- Specified by:
getMarkerEndin interface_LineOperationsNC
-
getMarkerStart
public final RString getMarkerStart()
- Specified by:
getMarkerStartin interface_LineOperationsNC
-
getTextValue
public final RString getTextValue()
- Specified by:
getTextValuein interface_LineOperationsNC
-
getX1
public final RDouble getX1()
- Specified by:
getX1in interface_LineOperationsNC
-
getX2
public final RDouble getX2()
- Specified by:
getX2in interface_LineOperationsNC
-
getY1
public final RDouble getY1()
- Specified by:
getY1in interface_LineOperationsNC
-
getY2
public final RDouble getY2()
- Specified by:
getY2in interface_LineOperationsNC
-
setMarkerEnd
public final void setMarkerEnd(RString theMarkerEnd)
- Specified by:
setMarkerEndin interface_LineOperationsNC
-
setMarkerStart
public final void setMarkerStart(RString theMarkerStart)
- Specified by:
setMarkerStartin interface_LineOperationsNC
-
setTextValue
public final void setTextValue(RString theTextValue)
- Specified by:
setTextValuein interface_LineOperationsNC
-
setX1
public final void setX1(RDouble theX1)
- Specified by:
setX1in interface_LineOperationsNC
-
setX2
public final void setX2(RDouble theX2)
- Specified by:
setX2in interface_LineOperationsNC
-
setY1
public final void setY1(RDouble theY1)
- Specified by:
setY1in interface_LineOperationsNC
-
setY2
public final void setY2(RDouble theY2)
- Specified by:
setY2in interface_LineOperationsNC
-
___getX1
public static Ice.DispatchStatus ___getX1(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setX1
public static Ice.DispatchStatus ___setX1(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getY1
public static Ice.DispatchStatus ___getY1(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setY1
public static Ice.DispatchStatus ___setY1(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getX2
public static Ice.DispatchStatus ___getX2(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setX2
public static Ice.DispatchStatus ___setX2(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getY2
public static Ice.DispatchStatus ___getY2(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setY2
public static Ice.DispatchStatus ___setY2(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getMarkerStart
public static Ice.DispatchStatus ___getMarkerStart(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setMarkerStart
public static Ice.DispatchStatus ___setMarkerStart(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getMarkerEnd
public static Ice.DispatchStatus ___getMarkerEnd(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setMarkerEnd
public static Ice.DispatchStatus ___setMarkerEnd(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getTextValue
public static Ice.DispatchStatus ___getTextValue(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setTextValue
public static Ice.DispatchStatus ___setTextValue(Line __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)- Specified by:
__dispatchin interfaceIce.Object- Overrides:
__dispatchin classShape
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImplin classShape
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImplin classShape
-
-