public class ChannelDisplayProperties extends Object
Constructor and Description |
---|
ChannelDisplayProperties() |
Modifier and Type | Method and Description |
---|---|
ChannelDisplayProperties |
copy()
Returns a copy of the colorChannelProperties object.
|
static IndexColorModel |
createModelFromColor(Color color) |
ColorModel |
getColorModel() |
int |
getLutUpdateMode() |
double |
getMaxThreshold() |
double |
getMaxValue() |
double |
getMinThreshold() |
double |
getMinValue() |
boolean |
isDisplayedGray() |
boolean |
isDisplayedInOverlay() |
void |
setColorModel(ColorModel colorModel) |
void |
setDisplayedGray(boolean displayGray) |
void |
setDisplayedInOverlay(boolean displayedInOverlay) |
void |
setLutUpdateMode(int lutUpdateMode) |
void |
setMaxThreshold(double maxThreshold) |
void |
setMaxValue(double maxValue) |
void |
setMinThreshold(double minThreshold) |
void |
setMinValue(double minValue) |
public ColorModel getColorModel()
public void setColorModel(ColorModel colorModel)
public double getMaxThreshold()
public void setMaxThreshold(double maxThreshold)
public double getMaxValue()
public void setMaxValue(double maxValue)
public double getMinThreshold()
public void setMinThreshold(double minThreshold)
public double getMinValue()
public void setMinValue(double minValue)
public boolean isDisplayedGray()
public void setDisplayedGray(boolean displayGray)
public boolean isDisplayedInOverlay()
public void setDisplayedInOverlay(boolean displayedInOverlay)
public int getLutUpdateMode()
public void setLutUpdateMode(int lutUpdateMode)
public static IndexColorModel createModelFromColor(Color color)
public ChannelDisplayProperties copy()
Copyright © 2015–2021 Fiji. All rights reserved.