Package | Description |
---|---|
ome.model.display |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ProjectionDef> |
RenderingDef.projections |
Modifier and Type | Method and Description |
---|---|
ProjectionDef |
RenderingDef.getPrimaryProjectionDef()
Gets the first element of projections which can be interpreted as the
primary or default element in some situations.
|
ProjectionDef |
RenderingDef.getProjectionDef(int index)
Gets the ome.model.display.ProjectionDef at the given index.
|
ProjectionDef |
ProjectionDef.newInstance() |
ProjectionDef |
ProjectionDef.proxy() |
ProjectionDef |
RenderingDef.setPrimaryProjectionDef(ProjectionDef element)
Swaps the first element of projections with the first instance of the
given element.
|
ProjectionDef |
RenderingDef.setProjectionDef(int index,
ProjectionDef element)
Sets the ome.model.display.ProjectionDef at the given index.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<ProjectionDef> |
RenderingDef.getProjections()
returns projections .
|
java.util.Iterator<ProjectionDef> |
RenderingDef.iterateProjections()
should be used rather than accessing the projections set directly.
|
java.util.Collection<ProjectionDef> |
RenderingDef.unmodifiableProjections()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingDef.addProjectionDef(ProjectionDef target)
use instead of setProjections .
|
void |
RenderingDef.removeProjectionDef(ProjectionDef target)
removes a single element from this set and makes the inverse call on ome.model.display.ProjectionDef
|
ProjectionDef |
RenderingDef.setPrimaryProjectionDef(ProjectionDef element)
Swaps the first element of projections with the first instance of the
given element.
|
ProjectionDef |
RenderingDef.setProjectionDef(int index,
ProjectionDef element)
Sets the ome.model.display.ProjectionDef at the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingDef.addProjectionDefSet(java.util.Collection<ProjectionDef> targets)
use like addProjectionDef.
|
void |
RenderingDef.removeProjectionDefSet(java.util.Collection<ProjectionDef> targets)
use like removeProjectionDef
|
protected void |
RenderingDef.setProjections(java.util.List<ProjectionDef> projections)
setter for projections should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.