Modifier and Type | Field and Description |
---|---|
CacheControl |
cache |
List<ConverterSetup> |
converterSetups |
ArrayList<Integer> |
movingSourceIndexList |
int[] |
movingSourceIndices |
HashMap<Integer,ImagePlusLoader.ColorSettings> |
setupSettings |
HashMap<SourceAndConverter<?>,ImagePlusLoader.ColorSettings> |
sourceColorSettings |
List<SourceAndConverter<T>> |
sources |
ArrayList<Integer> |
targetSourceIndexList |
int[] |
targetSourceIndices |
Constructor and Description |
---|
BigWarpData(List<SourceAndConverter<T>> sources,
List<ConverterSetup> converterSetups,
CacheControl cache,
int[] movingSourceIndices,
int[] targetSourceIndices) |
Modifier and Type | Method and Description |
---|---|
void |
transferChannelSettings(BigWarpViewerFrame viewer) |
void |
transferChannelSettings(SetupAssignments setupAssignments,
VisibilityAndGrouping visibility)
Deprecated.
|
void |
wrapUp() |
public final List<SourceAndConverter<T>> sources
public final List<ConverterSetup> converterSetups
public final CacheControl cache
public int[] movingSourceIndices
public int[] targetSourceIndices
public final HashMap<Integer,ImagePlusLoader.ColorSettings> setupSettings
public final HashMap<SourceAndConverter<?>,ImagePlusLoader.ColorSettings> sourceColorSettings
public BigWarpData(List<SourceAndConverter<T>> sources, List<ConverterSetup> converterSetups, CacheControl cache, int[] movingSourceIndices, int[] targetSourceIndices)
public void wrapUp()
public void transferChannelSettings(SetupAssignments setupAssignments, VisibilityAndGrouping visibility)
public void transferChannelSettings(BigWarpViewerFrame viewer)
Copyright © 2015–2021 Fiji. All rights reserved.