パッケージ | 説明 |
---|---|
ome.model.annotations | |
ome.model.core | |
ome.model.roi |
修飾子とタイプ | メソッドと説明 |
---|---|
Roi |
RoiAnnotationLink.parent() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RoiAnnotationLink.link(Roi parent,
Annotation child) |
修飾子とタイプ | フィールドと説明 |
---|---|
protected java.util.Set<Roi> |
Image.rois |
修飾子とタイプ | メソッドと説明 |
---|---|
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
|
修飾子とタイプ | メソッドと説明 |
---|---|
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
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected Roi |
Shape.roi |
修飾子とタイプ | メソッドと説明 |
---|---|
Roi |
Shape.getRoi()
Many-to-one field ome.model.roi.Shape.roi (ome.model.roi.Roi)
|
Roi |
Roi.newInstance() |
Roi |
Roi.proxy() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Shape.setRoi(Roi roi) |
コンストラクタと説明 |
---|
Shape(Roi _roi) |