public abstract class Display<T extends Type<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected Image<T> |
img |
protected double |
max |
protected double |
min |
Modifier and Type | Method and Description |
---|---|
abstract float |
get32Bit(T c) |
abstract float |
get32BitNormed(T c) |
int |
get8BitARGB(T c) |
abstract byte |
get8BitSigned(T c) |
abstract short |
get8BitUnsigned(T c) |
Image<T> |
getImage() |
double |
getMax() |
double |
getMin() |
double |
normDouble(double c) |
float |
normFloat(float c) |
void |
setMax(double max) |
void |
setMin(double min) |
abstract void |
setMinMax() |
void |
setMinMax(double min,
double max) |
public abstract void setMinMax()
public double getMin()
public double getMax()
public void setMin(double min)
public void setMax(double max)
public void setMinMax(double min, double max)
public double normDouble(double c)
public float normFloat(float c)
public abstract float get32Bit(T c)
public abstract float get32BitNormed(T c)
public abstract byte get8BitSigned(T c)
public abstract short get8BitUnsigned(T c)
public int get8BitARGB(T c)
Copyright © 2015–2021 Fiji. All rights reserved.