public class AreaReference extends Object
Modifier and Type | Field and Description |
---|---|
private CellReference[] |
cells |
private int |
dim |
Constructor and Description |
---|
AreaReference(String reference)
Create an area ref from a string representation
|
Modifier and Type | Method and Description |
---|---|
CellReference[] |
getCells()
return the cell references that define this area
|
int |
getDim()
return the dimensions of this area
|
private String[] |
seperateAreaRefs(String reference)
seperates Area refs in two parts and returns them as seperate elements in a
String array
|
String |
toString() |
private CellReference[] cells
private int dim
public AreaReference(String reference)
public int getDim()
public CellReference[] getCells()
Copyright © 2016 Open Microscopy Environment