| Package | Description | 
|---|---|
| ome.model.annotations | |
| ome.model.core | |
| ome.util | 
 Utilities for all of OMERO. 
 | 
| omeis.providers.re | 
 Red-Green-Blue (RGB) data structures and Image Rendering Service
    
  This package provides basic data structures to represent an RGB pixel set and provide a 
  service for the rendering of this pixel set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Channel | 
ChannelAnnotationLink.parent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChannelAnnotationLink.link(Channel parent,
    Annotation child)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.Set<Channel> | 
LogicalChannel.channels  | 
protected java.util.List<Channel> | 
Pixels.channels  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
SqlAction.setStatsInfo(Channel ch,
            StatsInfo si)  | 
long | 
SqlAction.Impl.setStatsInfo(Channel ch,
            StatsInfo si)  | 
static Validation | 
Validator.validate(Channel channel)  | 
| Modifier and Type | Method and Description | 
|---|---|
static int[] | 
ColorsFactory.getColor(int index,
        Channel channel)
Determines the color usually associated to the specified wavelength. 
 | 
static int[] | 
ColorsFactory.getColor(int index,
        Channel channel,
        LogicalChannel lc)
Determines the color usually associated to the specified wavelength. 
 | 
                
                
Version: 5.4.8-ice35-b99
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.