@Deprecated public class BigWarpConverterSetupWrapper extends Object implements ConverterSetup
ConverterSetup.SetupChangeListener
Modifier and Type | Field and Description |
---|---|
protected BigWarp |
bw
Deprecated.
|
protected ConverterSetup |
cs
Deprecated.
|
Constructor and Description |
---|
BigWarpConverterSetupWrapper(BigWarp bw,
ConverterSetup cs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ARGBType |
getColor()
Deprecated.
Get the color for this converter.
|
double |
getDisplayRangeMax()
Deprecated.
Get the (smallest) source value that is mapped to the maximum of the
target range.
|
double |
getDisplayRangeMin()
Deprecated.
Get the (largest) source value that is mapped to the minimum of the
target range.
|
int |
getSetupId()
Deprecated.
Get the id of the
BasicViewSetup this converter acts on. |
ConverterSetup |
getSourceConverterSetup()
Deprecated.
|
void |
setColor(ARGBType color)
Deprecated.
Set the color for this converter.
|
void |
setDisplayRange(double min,
double max)
Deprecated.
Set the range of source values that is mapped to the full range of the
target type.
|
org.scijava.listeners.Listeners<ConverterSetup.SetupChangeListener> |
setupChangeListeners()
Deprecated.
SetupChangeListener s can be added/removed here, and will be
notified about changes to this ConverterSetup . |
boolean |
supportsColor()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setViewer
protected ConverterSetup cs
protected BigWarp bw
public BigWarpConverterSetupWrapper(BigWarp bw, ConverterSetup cs)
public ConverterSetup getSourceConverterSetup()
public org.scijava.listeners.Listeners<ConverterSetup.SetupChangeListener> setupChangeListeners()
ConverterSetup
SetupChangeListener
s can be added/removed here, and will be
notified about changes to this ConverterSetup
.setupChangeListeners
in interface ConverterSetup
public int getSetupId()
ConverterSetup
BasicViewSetup
this converter acts on.getSetupId
in interface ConverterSetup
BasicViewSetup
this converter acts on.public void setColor(ARGBType color)
ConverterSetup
setColor
in interface ConverterSetup
public ARGBType getColor()
ConverterSetup
getColor
in interface ConverterSetup
public void setDisplayRange(double min, double max)
ConverterSetup
setDisplayRange
in interface ConverterSetup
min
- source value to map to minimum of the target range.max
- source value to map to maximum of the target range.public boolean supportsColor()
supportsColor
in interface ConverterSetup
public double getDisplayRangeMin()
ConverterSetup
getDisplayRangeMin
in interface ConverterSetup
public double getDisplayRangeMax()
ConverterSetup
getDisplayRangeMax
in interface ConverterSetup
Copyright © 2015–2021 Fiji. All rights reserved.