public class AreaReference
extends Object
-
Constructor Summary
Constructors
Create an area ref from a string representation
-
Method Summary
return the cell references that define this area
int
return the dimensions of this area
-
Constructor Details
-
AreaReference
public AreaReference(String reference)
Create an area ref from a string representation
-
Method Details
-
getDim
public int getDim()
return the dimensions of this area
-
getCells
return the cell references that define this area
-