Modifier | Constructor and Description |
---|---|
protected |
BdvStackSource(BdvHandle bdv,
int numTimepoints,
T type,
List<ConverterSetup> converterSetups,
List<SourceAndConverter<T>> sources) |
Modifier and Type | Method and Description |
---|---|
List<ConverterSetup> |
getConverterSetups() |
List<SourceAndConverter<T>> |
getSources() |
boolean |
isCurrent() |
protected boolean |
isPlaceHolderSource() |
void |
removeFromBdv() |
void |
setActive(boolean isActive) |
void |
setColor(ARGBType color) |
void |
setCurrent() |
void |
setDisplayRange(double min,
double max) |
void |
setDisplayRangeBounds(double min,
double max) |
getBdvHandle, getNumTimepoints, setBdvHandle
protected BdvStackSource(BdvHandle bdv, int numTimepoints, T type, List<ConverterSetup> converterSetups, List<SourceAndConverter<T>> sources)
public void removeFromBdv()
removeFromBdv
in class BdvSource
protected boolean isPlaceHolderSource()
isPlaceHolderSource
in class BdvSource
public void setDisplayRange(double min, double max)
setDisplayRange
in class BdvSource
public void setDisplayRangeBounds(double min, double max)
setDisplayRangeBounds
in class BdvSource
public void setCurrent()
setCurrent
in class BdvSource
public List<ConverterSetup> getConverterSetups()
public List<SourceAndConverter<T>> getSources()
Copyright © 2015–2021 Fiji. All rights reserved.