Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected List<ChannelBinding> |
RenderingDef.waveRendering |
Modifier and Type | Method and Description |
---|---|
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 List<ChannelBinding> |
RenderingDef.getWaveRendering()
returns waveRendering .
|
Iterator<ChannelBinding> |
RenderingDef.iterateWaveRendering()
should be used rather than accessing the waveRendering set directly.
|
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
|
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(Collection<ChannelBinding> targets)
use like addChannelBinding.
|
void |
RenderingDef.removeChannelBindingSet(Collection<ChannelBinding> targets)
use like removeChannelBinding
|
protected void |
RenderingDef.setWaveRendering(List<ChannelBinding> waveRendering)
setter for waveRendering should be avoided.
|
Modifier and Type | Method and Description |
---|---|
ChannelBinding[] |
Renderer.getChannelBindings()
Returns an array containing the channel bindings.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.