|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureLocation
Specifies where a feature is located relative to a grid.
| Method Summary | |
|---|---|
java.lang.Integer |
getColumn()
Returns the value of this FeatureLocation object's column attribute. |
java.lang.Integer |
getRow()
Returns the value of this FeatureLocation object's row attribute. |
void |
setColumn(java.lang.Integer p_column)
Sets the column attribute. |
void |
setRow(java.lang.Integer p_row)
Sets the row attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setRow(java.lang.Integer p_row)
FeatureLocation object.
p_row - The new value for row.getRow()java.lang.Integer getRow()
FeatureLocation object's row attribute.
Description of row:
row position in the Zone
int The value of row.void setColumn(java.lang.Integer p_column)
FeatureLocation object.
p_column - The new value for column.getColumn()java.lang.Integer getColumn()
FeatureLocation object's column attribute.
Description of column:
column position in the Zone.
int The value of column.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||