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

Packages that use PositionDelta
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
 

Uses of PositionDelta in gov.nih.nci.mageom.domain.Array
 

Methods in gov.nih.nci.mageom.domain.Array that return PositionDelta
 PositionDelta ZoneDefect.getPositionDelta()
          Returns the value of this ZoneDefect object's positionDelta attribute.
 PositionDelta FeatureDefect.getPositionDelta()
          Returns the value of this FeatureDefect object's positionDelta attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type PositionDelta
 void ZoneDefect.setPositionDelta(PositionDelta p_positionDelta)
          Sets the positionDelta attribute.
 void FeatureDefect.setPositionDelta(PositionDelta p_positionDelta)
          Sets the positionDelta attribute.
 

Uses of PositionDelta in gov.nih.nci.mageom.domain.Array.impl
 

Classes in gov.nih.nci.mageom.domain.Array.impl that implement PositionDelta
 class PositionDeltaImpl
          The delta the feature was actually printed on the array from the position specified for the feature in the array design.
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as PositionDelta
protected  PositionDelta ZoneDefectImpl.positionDelta
          DOCUMENT ME
protected  PositionDelta FeatureDefectImpl.positionDelta
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return PositionDelta
 PositionDelta ZoneDefectImpl.getPositionDelta()
           
 PositionDelta FeatureDefectImpl.getPositionDelta()
           
 PositionDelta[] PositionDeltaImpl.searchPositionDeltas(PositionDeltaSearchCriteria criteria)
          Returns an array of PositionDelta objects that satisfy the given PositionDeltaSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type PositionDelta
 void ZoneDefectImpl.setPositionDelta(PositionDelta p_positionDelta)
          Sets the positionDelta attribute.
 void FeatureDefectImpl.setPositionDelta(PositionDelta p_positionDelta)
          Sets the positionDelta attribute.