|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PositionDelta
The delta the feature was actually printed on the array from the position specified for the feature in the array design.
| Method Summary | |
|---|---|
java.lang.Float |
getDeltaX()
Returns the value of this PositionDelta object's deltaX attribute. |
java.lang.Float |
getDeltaY()
Returns the value of this PositionDelta object's deltaY attribute. |
DistanceUnit |
getDistanceUnit()
Returns the value of this PositionDelta object's distanceUnit attribute. |
void |
setDeltaX(java.lang.Float p_deltaX)
Sets the deltaX attribute. |
void |
setDeltaY(java.lang.Float p_deltaY)
Sets the deltaY attribute. |
void |
setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setDeltaX(java.lang.Float p_deltaX)
PositionDelta object.
p_deltaX - The new value for deltaX.getDeltaX()java.lang.Float getDeltaX()
PositionDelta object's deltaX attribute.
Description of deltaX:
Deviation from the y coordinate of this feature's position.
float The value of deltaX.void setDeltaY(java.lang.Float p_deltaY)
PositionDelta object.
p_deltaY - The new value for deltaY.getDeltaY()java.lang.Float getDeltaY()
PositionDelta object's deltaY attribute.
Description of deltaY:
Deviation from the y coordinate of this feature's position.
float The value of deltaY.void setDistanceUnit(DistanceUnit p_distanceUnit)
PositionDelta object.
p_distanceUnit - The new value for distanceUnit.getDistanceUnit()DistanceUnit getDistanceUnit()
PositionDelta 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 | |||||||||