Package | Description |
---|---|
ome.model.annotations | |
ome.model.containers | |
ome.model.core | |
ome.model.roi | |
ome.services.blitz.impl |
Modifier and Type | Method and Description |
---|---|
Roi |
RoiAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
RoiAnnotationLink.link(Roi parent,
Annotation child) |
Modifier and Type | Method and Description |
---|---|
Roi |
FolderRoiLink.child() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Roi> |
Folder.linkedRoiIterator()
provides an iterator over the parent values of the roiLinks.
|
java.util.List<Roi> |
Folder.linkedRoiList()
produces a
List -copy of the underlying collection. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<FolderRoiLink> |
Folder.findFolderRoiLink(Roi target)
find all ome.model.containers.FolderRoiLink which have the argument as their child.
|
void |
FolderRoiLink.link(Folder parent,
Roi child) |
FolderRoiLink |
Folder.linkRoi(Roi addition)
Adds a ome.model.containers.FolderRoiLink to roiLinks .
|
void |
Folder.unlinkRoi(Roi removal)
unlinks all ome.model.roi.Roi instances from this instance.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Roi> |
Image.rois |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Roi> |
Image.getRois()
returns rois .
|
java.util.Iterator<Roi> |
Image.iterateRois()
should be used rather than accessing the rois set directly.
|
java.util.Collection<Roi> |
Image.unmodifiableRois()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Image.addRoi(Roi target)
use instead of setRois .
|
void |
Image.removeRoi(Roi target)
removes a single element from this set and makes the inverse call on ome.model.roi.Roi
|
Modifier and Type | Method and Description |
---|---|
void |
Image.addRoiSet(java.util.Collection<Roi> targets)
use like addRoi.
|
void |
Image.removeRoiSet(java.util.Collection<Roi> targets)
use like removeRoi
|
protected void |
Image.setRois(java.util.Set<Roi> rois)
setter for rois should be avoided.
|
Modifier and Type | Field and Description |
---|---|
protected Roi |
Shape.roi |
Modifier and Type | Method and Description |
---|---|
Roi |
Shape.getRoi()
Many-to-one field ome.model.roi.Shape.roi (ome.model.roi.Roi)
|
Roi |
Roi.newInstance() |
Roi |
Roi.proxy() |
Modifier and Type | Method and Description |
---|---|
void |
Shape.setRoi(Roi roi) |
Constructor and Description |
---|
Shape(Roi _roi) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Roi> |
RoiI.loadMeasuredRois(org.hibernate.Session session,
long imageId,
long annotationId) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.