public class GridLayout extends Object
Modifier and Type | Field and Description |
---|---|
double |
alpha |
String |
arrangement |
int |
dim |
String |
fusionMethod |
String |
handleRGB |
ArrayList<ImageInformation> |
imageInformationList |
String |
rgbOrder |
int |
sizeX |
int |
sizeY |
double |
thresholdDisplacementAbsolute |
double |
thresholdDisplacementRelative |
double |
thresholdR |
Constructor and Description |
---|
GridLayout() |
public ArrayList<ImageInformation> imageInformationList
public int sizeX
public int sizeY
public int dim
public String fusionMethod
public String handleRGB
public String rgbOrder
public String arrangement
public double alpha
public double thresholdR
public double thresholdDisplacementRelative
public double thresholdDisplacementAbsolute
Copyright © 2015–2021 Fiji. All rights reserved.