Package | Description |
---|---|
ome.model.annotations | |
ome.model.core |
Modifier and Type | Method and Description |
---|---|
PlaneInfo |
PlaneInfoAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
PlaneInfoAnnotationLink.link(PlaneInfo parent,
Annotation child) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<PlaneInfo> |
Pixels.planeInfo |
Modifier and Type | Method and Description |
---|---|
PlaneInfo |
PlaneInfo.newInstance() |
PlaneInfo |
PlaneInfo.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<PlaneInfo> |
Pixels.getPlaneInfo()
returns planeInfo .
|
java.util.Iterator<PlaneInfo> |
Pixels.iteratePlaneInfo()
should be used rather than accessing the planeInfo set directly.
|
java.util.Collection<PlaneInfo> |
Pixels.unmodifiablePlaneInfo()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Pixels.addPlaneInfo(PlaneInfo target)
use instead of setPlaneInfo .
|
void |
Pixels.removePlaneInfo(PlaneInfo target)
removes a single element from this set and makes the inverse call on ome.model.core.PlaneInfo
|
Modifier and Type | Method and Description |
---|---|
void |
Pixels.addPlaneInfoSet(java.util.Collection<PlaneInfo> targets)
use like addPlaneInfo.
|
void |
Pixels.removePlaneInfoSet(java.util.Collection<PlaneInfo> targets)
use like removePlaneInfo
|
protected void |
Pixels.setPlaneInfo(java.util.Set<PlaneInfo> planeInfo)
setter for planeInfo should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.