AreaI.OffsetArea
Constructor and Description |
---|
OffsetArea(int baseRow,
int baseColumn,
int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx) |
Modifier and Type | Method and Description |
---|---|
int |
getFirstColumn() |
int |
getFirstRow() |
int |
getLastColumn() |
int |
getLastRow() |
boolean |
isFirstColRelative() |
boolean |
isFirstRowRelative() |
boolean |
isLastColRelative() |
boolean |
isLastRowRelative() |
public OffsetArea(int baseRow, int baseColumn, int relFirstRowIx, int relLastRowIx, int relFirstColIx, int relLastColIx)
public int getFirstColumn()
getFirstColumn
in interface AreaI
public int getFirstRow()
getFirstRow
in interface AreaI
public int getLastColumn()
getLastColumn
in interface AreaI
public int getLastRow()
getLastRow
in interface AreaI
public boolean isFirstRowRelative()
isFirstRowRelative
in interface AreaI
public boolean isFirstColRelative()
isFirstColRelative
in interface AreaI
public boolean isLastRowRelative()
isLastRowRelative
in interface AreaI
public boolean isLastColRelative()
isLastColRelative
in interface AreaI
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.