パッケージ | 説明 |
---|---|
ome.model.annotations | |
ome.model.core | |
ome.util |
Utilities for all of OMERO.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Channel |
ChannelAnnotationLink.parent() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ChannelAnnotationLink.link(Channel parent,
Annotation child) |
修飾子とタイプ | フィールドと説明 |
---|---|
protected java.util.Set<Channel> |
LogicalChannel.channels |
protected java.util.List<Channel> |
Pixels.channels |
修飾子とタイプ | メソッドと説明 |
---|---|
Channel |
Pixels.getChannel(int index)
Gets the ome.model.core.Channel at the given index.
|
Channel |
Pixels.getPrimaryChannel()
Gets the first element of channels which can be interpreted as the
primary or default element in some situations.
|
Channel |
Channel.newInstance() |
Channel |
Channel.proxy() |
Channel |
Pixels.setChannel(int index,
Channel element)
Sets the ome.model.core.Channel at the given index.
|
Channel |
Pixels.setPrimaryChannel(Channel element)
Swaps the first element of channels with the first instance of the
given element.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected java.util.Set<Channel> |
LogicalChannel.getChannels()
returns channels .
|
protected java.util.List<Channel> |
Pixels.getChannels()
returns channels .
|
java.util.Iterator<Channel> |
LogicalChannel.iterateChannels()
should be used rather than accessing the channels set directly.
|
java.util.Iterator<Channel> |
Pixels.iterateChannels()
should be used rather than accessing the channels set directly.
|
java.util.Collection<Channel> |
LogicalChannel.unmodifiableChannels()
Returns an unmodifiable collection-view
|
java.util.Collection<Channel> |
Pixels.unmodifiableChannels()
Returns an unmodifiable collection-view
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
LogicalChannel.addChannel(Channel target)
use instead of setChannels .
|
void |
Pixels.addChannel(Channel target)
use instead of setChannels .
|
void |
LogicalChannel.removeChannel(Channel target)
removes a single element from this set and makes the inverse call on ome.model.core.Channel
|
void |
Pixels.removeChannel(Channel target)
removes a single element from this set and makes the inverse call on ome.model.core.Channel
|
Channel |
Pixels.setChannel(int index,
Channel element)
Sets the ome.model.core.Channel at the given index.
|
Channel |
Pixels.setPrimaryChannel(Channel element)
Swaps the first element of channels with the first instance of the
given element.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
LogicalChannel.addChannelSet(java.util.Collection<Channel> targets)
use like addChannel.
|
void |
Pixels.addChannelSet(java.util.Collection<Channel> targets)
use like addChannel.
|
void |
LogicalChannel.removeChannelSet(java.util.Collection<Channel> targets)
use like removeChannel
|
void |
Pixels.removeChannelSet(java.util.Collection<Channel> targets)
use like removeChannel
|
protected void |
Pixels.setChannels(java.util.List<Channel> channels)
setter for channels should be avoided.
|
protected void |
LogicalChannel.setChannels(java.util.Set<Channel> channels)
setter for channels should be avoided.
|
修飾子とタイプ | メソッドと説明 |
---|---|
long |
SqlAction.setStatsInfo(Channel ch,
StatsInfo si) |
long |
SqlAction.Impl.setStatsInfo(Channel ch,
StatsInfo si) |
static Validation |
Validator.validate(Channel channel) |