Package | Description |
---|---|
ome.model.annotations | |
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 | 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.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.