public abstract class ScaledARGBConverter<T> extends Object implements ColorConverter, Converter<T,ARGBType>
Modifier and Type | Class and Description |
---|---|
static class |
ScaledARGBConverter.ARGB |
static class |
ScaledARGBConverter.VolatileARGB |
Modifier and Type | Field and Description |
---|---|
protected double |
max |
protected double |
min |
protected double |
scale |
Modifier and Type | Method and Description |
---|---|
ARGBType |
getColor() |
double |
getMax() |
double |
getMin() |
void |
setColor(ARGBType c) |
void |
setMax(double max) |
void |
setMin(double min) |
boolean |
supportsColor() |
public double getMin()
getMin
in interface LinearRange
public double getMax()
getMax
in interface LinearRange
public void setMax(double max)
setMax
in interface LinearRange
public void setMin(double min)
setMin
in interface LinearRange
public ARGBType getColor()
getColor
in interface ColorConverter
public void setColor(ARGBType c)
setColor
in interface ColorConverter
public boolean supportsColor()
supportsColor
in interface ColorConverter
Copyright © 2015–2021 Fiji. All rights reserved.