| 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 |
|---|---|
Iterator<Roi> |
Folder.linkedRoiIterator()
provides an iterator over the parent values of the roiLinks.
|
List<Roi> |
Folder.linkedRoiList()
produces a
List-copy of the underlying collection. |
| Modifier and Type | Method and Description |
|---|---|
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 Set<Roi> |
Image.rois |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Roi> |
Image.getRois()
returns rois .
|
Iterator<Roi> |
Image.iterateRois()
should be used rather than accessing the rois set directly.
|
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(Collection<Roi> targets)
use like addRoi.
|
void |
Image.removeRoiSet(Collection<Roi> targets)
use like removeRoi
|
protected void |
Image.setRois(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 List<Roi> |
RoiI.loadMeasuredRois(org.hibernate.Session session,
long imageId,
long annotationId) |
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.