public abstract class AnElement extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ByteType |
static int |
ComplexType |
int |
DataType |
double[] |
DisplayOffset |
static int |
DoubleType |
static int |
FloatType |
static int |
IntegerType |
static int |
InvalidType |
static int |
LongType |
String[] |
Names |
String |
NameV |
NumberFormat |
nf |
static int |
NumTypes |
double[] |
Offsets |
double |
OffsetV |
double[] |
Scales |
double |
ScaleV |
static int |
ShortType |
int[] |
Sizes |
static String[] |
TypeNames |
String[] |
Units |
String |
UnitV |
static int |
UnsignedShortType |
static String[] |
UTypeNames |
Modifier and Type | Method and Description |
---|---|
void |
AlignDisplayTo(AnElement other) |
int |
ComputeHistogram(AnElement gate,
view5d.ROI roi) |
public static int InvalidType
public static int ByteType
public static int IntegerType
public static int FloatType
public static int DoubleType
public static int ComplexType
public static int ShortType
public static int LongType
public static int UnsignedShortType
public static int NumTypes
public static String[] TypeNames
public static String[] UTypeNames
public int[] Sizes
public double[] Scales
public double ScaleV
public double OffsetV
public double[] Offsets
public double[] DisplayOffset
public String[] Units
public String[] Names
public String UnitV
public String NameV
public int DataType
public NumberFormat nf
public void AlignDisplayTo(AnElement other)
public int ComputeHistogram(AnElement gate, view5d.ROI roi)
Copyright © 2015–2021 Fiji. All rights reserved.