public class AreaRef extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
_column |
protected int |
_lastColumn |
protected int |
_lastRow |
protected int |
_row |
Constructor and Description |
---|
AreaRef() |
AreaRef(int row,
int column,
int lastRow,
int lastColumn) |
AreaRef(String areaReference) |
Modifier and Type | Method and Description |
---|---|
String |
asString() |
Object |
cloneSelf() |
boolean |
contains(int tRow,
int lCol,
int bRow,
int rCol) |
boolean |
equals(Object obj) |
int |
getColumn() |
int |
getLastColumn() |
int |
getLastRow() |
int |
getRow() |
int |
hashCode() |
boolean |
overlap(int bTopRow,
int bLeftCol,
int bBottomRow,
int bRightCol) |
void |
setArea(int row,
int column,
int lastRow,
int lastColumn) |
void |
setColumn(int column) |
void |
setLastColumn(int lastColumn) |
void |
setLastRow(int lastRow) |
void |
setRow(int row) |
String |
toString() |
protected int _column
protected int _row
protected int _lastColumn
protected int _lastRow
public AreaRef()
public AreaRef(int row, int column, int lastRow, int lastColumn)
public AreaRef(String areaReference)
public void setArea(int row, int column, int lastRow, int lastColumn)
public int getColumn()
public void setColumn(int column)
public int getRow()
public void setRow(int row)
public int getLastColumn()
public void setLastColumn(int lastColumn)
public int getLastRow()
public void setLastRow(int lastRow)
public Object cloneSelf()
public boolean contains(int tRow, int lCol, int bRow, int rCol)
public boolean overlap(int bTopRow, int bLeftCol, int bBottomRow, int bRightCol)
public String asString()
Copyright © 2020. All rights reserved.