Package | Description |
---|---|
ome.logic |
The central repository of implementations which will be accessible through this server.
|
ome.model.display | |
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.
|
omeis.providers.re.lut |
Modifier and Type | Method and Description |
---|---|
java.util.List<LutReader> |
LutProviderImpl.getLutReaders(ChannelBinding[] channelBindings) |
Modifier and Type | Field and Description |
---|---|
protected ChannelBinding |
CodomainMapContext.channelBinding |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ChannelBinding> |
RenderingDef.waveRendering |
Modifier and Type | Method and Description |
---|---|
ChannelBinding |
CodomainMapContext.getChannelBinding()
Many-to-one field ome.model.display.CodomainMapContext.channelBinding (ome.model.display.ChannelBinding)
|
ChannelBinding |
RenderingDef.getChannelBinding(int index)
Gets the ome.model.display.ChannelBinding at the given index.
|
ChannelBinding |
RenderingDef.getPrimaryChannelBinding()
Gets the first element of waveRendering which can be interpreted as the
primary or default element in some situations.
|
ChannelBinding |
ChannelBinding.newInstance() |
ChannelBinding |
ChannelBinding.proxy() |
ChannelBinding |
RenderingDef.setChannelBinding(int index,
ChannelBinding element)
Sets the ome.model.display.ChannelBinding at the given index.
|
ChannelBinding |
RenderingDef.setPrimaryChannelBinding(ChannelBinding element)
Swaps the first element of waveRendering with the first instance of the
given element.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<ChannelBinding> |
RenderingDef.getWaveRendering()
returns waveRendering .
|
java.util.Iterator<ChannelBinding> |
RenderingDef.iterateWaveRendering()
should be used rather than accessing the waveRendering set directly.
|
java.util.Collection<ChannelBinding> |
RenderingDef.unmodifiableWaveRendering()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingDef.addChannelBinding(ChannelBinding target)
use instead of setWaveRendering .
|
void |
RenderingDef.removeChannelBinding(ChannelBinding target)
removes a single element from this set and makes the inverse call on ome.model.display.ChannelBinding
|
void |
CodomainMapContext.setChannelBinding(ChannelBinding channelBinding) |
ChannelBinding |
RenderingDef.setChannelBinding(int index,
ChannelBinding element)
Sets the ome.model.display.ChannelBinding at the given index.
|
ChannelBinding |
RenderingDef.setPrimaryChannelBinding(ChannelBinding element)
Swaps the first element of waveRendering with the first instance of the
given element.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingDef.addChannelBindingSet(java.util.Collection<ChannelBinding> targets)
use like addChannelBinding.
|
void |
RenderingDef.removeChannelBindingSet(java.util.Collection<ChannelBinding> targets)
use like removeChannelBinding
|
protected void |
RenderingDef.setWaveRendering(java.util.List<ChannelBinding> waveRendering)
setter for waveRendering should be avoided.
|
Constructor and Description |
---|
CodomainMapContext(ChannelBinding _channelBinding) |
Modifier and Type | Method and Description |
---|---|
ChannelBinding[] |
Renderer.getChannelBindings()
Returns an array containing the channel bindings.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChannelBinding> |
Renderer.getChannelBindingsAsList()
Returns a list containing the channel bindings.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
Renderer.getColorArray(ChannelBinding channel)
Returns an array whose ascending indices represent the color
components Red, Green and Blue.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LutReader> |
LutProvider.getLutReaders(ChannelBinding[] channelBindings)
Returns the list of lookup table readers that can be used by a set
of channel bindings.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.