Modifier and Type | Field and Description |
---|---|
protected Display<T> |
Image.display |
Modifier and Type | Method and Description |
---|---|
Display<T> |
Image.getDisplay()
|
Modifier and Type | Method and Description |
---|---|
void |
Image.setDisplay(Display<T> display)
|
Modifier and Type | Class and Description |
---|---|
class |
BasePairTypeDisplay<T extends BasePairType<T>>
TODO
|
class |
BitTypeDisplay
TODO
|
class |
ComplexTypeComplexValueDisplay<T extends ComplexType<T>>
TODO
|
class |
ComplexTypePhaseSpectrumDisplay<T extends ComplexType<T>>
TODO
|
class |
ComplexTypePowerSpectrumDisplay<T extends ComplexType<T>>
TODO
|
class |
ComplexTypeRealValueDisplay<T extends ComplexType<T>>
TODO
|
class |
IntegerTypeDisplay<T extends IntegerType<T>>
TODO
|
class |
RealTypeDisplay<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
RGBALegacyTypeDisplay
TODO
|
Modifier and Type | Method and Description |
---|---|
protected static <T extends Type<T>> |
ImageJFunctions.extract2DSlice(Image<T> img,
Display<T> display,
int type,
int dimX,
int dimY,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJVirtualStack.extractSliceByte(Image<T> img,
Display<T> display,
int dimX,
int dimY,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJVirtualStack.extractSliceFloat(Image<T> img,
Display<T> display,
int dimX,
int dimY,
int[] dimensionPositions) |
static <T extends Type<T>> |
ImageJVirtualStack.extractSliceRGB(Image<T> img,
Display<T> display,
int dimX,
int dimY,
int[] dimensionPositions) |
Modifier and Type | Method and Description |
---|---|
Display<LabelingType<T>> |
LabelingType.getDefaultDisplay(Image<LabelingType<T>> image) |
Modifier and Type | Method and Description |
---|---|
Display<T> |
Type.getDefaultDisplay(Image<T> image)
|
Modifier and Type | Method and Description |
---|---|
Display<BasePairBitType> |
BasePairBitType.getDefaultDisplay(Image<BasePairBitType> image) |
Display<FakeType> |
FakeType.getDefaultDisplay(Image<FakeType> image) |
Modifier and Type | Method and Description |
---|---|
Display<T> |
ComplexTypeImpl.getDefaultDisplay(Image<T> image) |
Modifier and Type | Method and Description |
---|---|
Display<T> |
IntegerTypeImpl.getDefaultDisplay(Image<T> image) |
Modifier and Type | Method and Description |
---|---|
Display<T> |
RealTypeImpl.getDefaultDisplay(Image<T> image) |
Copyright © 2015–2021 Fiji. All rights reserved.