|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Zone
Specifies the location of a zone on an array.
| Method Summary | |
|---|---|
java.lang.Integer |
getColumn()
Returns the value of this Zone object's column attribute. |
DistanceUnit |
getDistanceUnit()
Returns the value of this Zone object's distanceUnit attribute. |
java.lang.Float |
getLowerRightX()
Returns the value of this Zone object's lowerRightX attribute. |
java.lang.Float |
getLowerRightY()
Returns the value of this Zone object's lowerRightY attribute. |
java.lang.Integer |
getRow()
Returns the value of this Zone object's row attribute. |
java.lang.Float |
getUpperLeftX()
Returns the value of this Zone object's upperLeftX attribute. |
java.lang.Float |
getUpperLeftY()
Returns the value of this Zone object's upperLeftY attribute. |
void |
setColumn(java.lang.Integer p_column)
Sets the column attribute. |
void |
setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. |
void |
setLowerRightX(java.lang.Float p_lowerRightX)
Sets the lowerRightX attribute. |
void |
setLowerRightY(java.lang.Float p_lowerRightY)
Sets the lowerRightY attribute. |
void |
setRow(java.lang.Integer p_row)
Sets the row attribute. |
void |
setUpperLeftX(java.lang.Float p_upperLeftX)
Sets the upperLeftX attribute. |
void |
setUpperLeftY(java.lang.Float p_upperLeftY)
Sets the upperLeftY attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setRow(java.lang.Integer p_row)
Zone object.
p_row - The new value for row.getRow()java.lang.Integer getRow()
Zone object's row attribute.
Description of row:
row position in the ZoneGroup
int The value of row.void setColumn(java.lang.Integer p_column)
Zone object.
p_column - The new value for column.getColumn()java.lang.Integer getColumn()
Zone object's column attribute.
Description of column:
column position in the ZoneGroup.
int The value of column.void setUpperLeftX(java.lang.Float p_upperLeftX)
Zone object.
p_upperLeftX - The new value for upperLeftX.getUpperLeftX()java.lang.Float getUpperLeftX()
Zone object's upperLeftX attribute.
Description of upperLeftX:
Boundary vertical upper left position relative to (0,0).
float The value of upperLeftX.void setUpperLeftY(java.lang.Float p_upperLeftY)
Zone object.
p_upperLeftY - The new value for upperLeftY.getUpperLeftY()java.lang.Float getUpperLeftY()
Zone object's upperLeftY attribute.
Description of upperLeftY:
Boundary horizontal upper left position relative to (0,0).
float The value of upperLeftY.void setLowerRightX(java.lang.Float p_lowerRightX)
Zone object.
p_lowerRightX - The new value for lowerRightX.getLowerRightX()java.lang.Float getLowerRightX()
Zone object's lowerRightX attribute.
Description of lowerRightX:
Boundary vertical lower right position relative to (0,0).
float The value of lowerRightX.void setLowerRightY(java.lang.Float p_lowerRightY)
Zone object.
p_lowerRightY - The new value for lowerRightY.getLowerRightY()java.lang.Float getLowerRightY()
Zone object's lowerRightY attribute.
Description of lowerRightY:
Boundary horizontal lower right position relative to (0,0).
float The value of lowerRightY.void setDistanceUnit(DistanceUnit p_distanceUnit)
Zone object.
p_distanceUnit - The new value for distanceUnit.getDistanceUnit()DistanceUnit getDistanceUnit()
Zone object's distanceUnit attribute.
gov.nih.nci.mageom.bean.Measurement.DistanceUnit The value of distanceUnit.DistanceUnit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||