class VentanaReader.AreaOfInterest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
loci.common.Region |
boundingBox |
int |
index |
java.util.List<VentanaReader.Overlap> |
overlaps |
int |
tileColumns |
int |
tileRows |
int |
xOrigin |
int |
yOrigin |
Constructor and Description |
---|
AreaOfInterest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int xOrigin
public int yOrigin
public int index
public int tileRows
public int tileColumns
public java.util.List<VentanaReader.Overlap> overlaps
public loci.common.Region boundingBox
Copyright © 2020 Open Microscopy Environment