public final class CellRegionImpl extends Object implements CellRegion
| Modifier and Type | Method and Description |
|---|---|
CellRegionImpl |
end(CellAddress end)
End cell region.
|
boolean |
equals(Object o) |
CellAddress |
getEnd()
Gets end.
|
CellAddress |
getStart()
Gets start.
|
int |
hashCode() |
void |
setEnd(CellAddress end)
Sets end.
|
void |
setStart(CellAddress start)
Sets start.
|
CellRegion |
start(CellAddress start)
Start cell region.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, newInstance, ofpublic CellRegion start(CellAddress start)
CellRegionstart in interface CellRegionstart - the startpublic CellRegionImpl end(CellAddress end)
CellRegionend in interface CellRegionend - the endpublic CellAddress getStart()
CellRegiongetStart in interface CellRegionpublic CellAddress getEnd()
CellRegiongetEnd in interface CellRegionpublic void setStart(CellAddress start)
CellRegionsetStart in interface CellRegionstart - the startpublic void setEnd(CellAddress end)
CellRegionsetEnd in interface CellRegionend - the endCopyright © 2018. All rights reserved.