gov.nih.nci.mageom.domain.Array
Interface PositionDelta

All Superinterfaces:
Extendable
All Known Implementing Classes:
PositionDeltaImpl

public interface PositionDelta
extends Extendable

The delta the feature was actually printed on the array from the position specified for the feature in the array design.

Version:
%I%, %G%

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

setDeltaX

void setDeltaX(java.lang.Float p_deltaX)
Sets the deltaX attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a PositionDelta object.

Parameters:
p_deltaX - The new value for deltaX.
See Also:
getDeltaX()

getDeltaX

java.lang.Float getDeltaX()
Returns the value of this PositionDelta object's deltaX attribute. Description of deltaX: Deviation from the y coordinate of this feature's position.

Returns:
float The value of deltaX.

setDeltaY

void setDeltaY(java.lang.Float p_deltaY)
Sets the deltaY attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a PositionDelta object.

Parameters:
p_deltaY - The new value for deltaY.
See Also:
getDeltaY()

getDeltaY

java.lang.Float getDeltaY()
Returns the value of this PositionDelta object's deltaY attribute. Description of deltaY: Deviation from the y coordinate of this feature's position.

Returns:
float The value of deltaY.

setDistanceUnit

void setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a PositionDelta object.

Parameters:
p_distanceUnit - The new value for distanceUnit.
See Also:
getDistanceUnit()

getDistanceUnit

DistanceUnit getDistanceUnit()
Returns the value of this PositionDelta object's distanceUnit attribute.

Returns:
gov.nih.nci.mageom.bean.Measurement.DistanceUnit The value of distanceUnit.
See Also:
DistanceUnit