Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Channel |
XMLMockObjects.createChannel(int index)
Creates a channel.
|
Modifier and Type | Field and Description |
---|---|
private List<Channel> |
Annotation.channelLinks |
private List<Channel> |
Pixels.channels |
private List<Channel> |
FilterSet.channels |
Modifier and Type | Method and Description |
---|---|
Channel |
Pixels.getChannel(int index) |
Channel |
Annotation.getLinkedChannel(int index) |
Channel |
FilterSet.getLinkedChannel(int index) |
Channel |
Pixels.setChannel(int index,
Channel channel) |
Channel |
Annotation.setLinkedChannel(int index,
Channel o) |
Channel |
FilterSet.setLinkedChannel(int index,
Channel o) |
Modifier and Type | Method and Description |
---|---|
List<Channel> |
Pixels.copyChannelList() |
List<Channel> |
Annotation.copyLinkedChannelList() |
List<Channel> |
FilterSet.copyLinkedChannelList() |
Modifier and Type | Method and Description |
---|---|
void |
Pixels.addChannel(Channel channel) |
boolean |
Annotation.linkChannel(Channel o) |
boolean |
FilterSet.linkChannel(Channel o) |
void |
Pixels.removeChannel(Channel channel) |
Channel |
Pixels.setChannel(int index,
Channel channel) |
Channel |
Annotation.setLinkedChannel(int index,
Channel o) |
Channel |
FilterSet.setLinkedChannel(int index,
Channel o) |
boolean |
Annotation.unlinkChannel(Channel o) |
boolean |
FilterSet.unlinkChannel(Channel o) |
Constructor and Description |
---|
Channel(Channel orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment