|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Position
Specifies a position on an array.
| Method Summary | |
|---|---|
DistanceUnit |
getDistanceUnit()
Returns the value of this Position object's distanceUnit attribute. |
java.lang.Float |
getX()
Returns the value of this Position object's x attribute. |
java.lang.Float |
getY()
Returns the value of this Position object's y attribute. |
void |
setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. |
void |
setX(java.lang.Float p_x)
Sets the x attribute. |
void |
setY(java.lang.Float p_y)
Sets the y attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setX(java.lang.Float p_x)
Position object.
p_x - The new value for x.getX()java.lang.Float getX()
Position object's x attribute.
Description of x:
The horizontal distance from the upper left corner of the array.
float The value of x.void setY(java.lang.Float p_y)
Position object.
p_y - The new value for y.getY()java.lang.Float getY()
Position object's y attribute.
Description of y:
The vertical distance from the upper left corner of the array.
float The value of y.void setDistanceUnit(DistanceUnit p_distanceUnit)
Position object.
p_distanceUnit - The new value for distanceUnit.getDistanceUnit()DistanceUnit getDistanceUnit()
Position 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 | |||||||||