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