public class SourceAndConverter<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Converter<T,ARGBType> |
converter
converts
spimSource type T to ARGBType for display |
protected Source<T> |
spimSource
provides image data for all timepoints of one view.
|
protected SourceAndConverter<? extends Volatile<T>> |
volatileSourceAndConverter |
Modifier | Constructor and Description |
---|---|
|
SourceAndConverter(Source<T> spimSource,
Converter<T,ARGBType> converter) |
|
SourceAndConverter(Source<T> spimSource,
Converter<T,ARGBType> converter,
SourceAndConverter<? extends Volatile<T>> volatileSourceAndConverter) |
protected |
SourceAndConverter(SourceAndConverter<T> soc)
copy constructor
|
Modifier and Type | Method and Description |
---|---|
SourceAndConverter<? extends Volatile<T>> |
asVolatile() |
Converter<T,ARGBType> |
getConverter()
Get the
Converter (converts source type T to ARGBType for
display). |
Source<T> |
getSpimSource()
Get the
Source (provides image data for all timepoints of one
angle). |
protected final Converter<T,ARGBType> converter
spimSource
type T to ARGBType for displayprotected final SourceAndConverter<? extends Volatile<T>> volatileSourceAndConverter
public SourceAndConverter(Source<T> spimSource, Converter<T,ARGBType> converter, SourceAndConverter<? extends Volatile<T>> volatileSourceAndConverter)
protected SourceAndConverter(SourceAndConverter<T> soc)
soc
- public Source<T> getSpimSource()
Source
(provides image data for all timepoints of one
angle).public Converter<T,ARGBType> getConverter()
Converter
(converts source type T to ARGBType for
display).public SourceAndConverter<? extends Volatile<T>> asVolatile()
Copyright © 2015–2021 Fiji. All rights reserved.