Uses of Interface
gov.nih.nci.mageom.domain.DesignElement.Position

Packages that use Position
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

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

Methods in gov.nih.nci.mageom.domain.Array that return Position
 Position Fiducial.getPosition()
          Returns the value of this Fiducial object's position attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type Position
 void Fiducial.setPosition(Position p_position)
          Sets the position attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Array.impl declared as Position
protected  Position FiducialImpl.position
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return Position
 Position FiducialImpl.getPosition()
           
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type Position
 void FiducialImpl.setPosition(Position p_position)
          Sets the position attribute.
 

Uses of Position in gov.nih.nci.mageom.domain.DesignElement
 

Methods in gov.nih.nci.mageom.domain.DesignElement that return Position
 Position Feature.getPosition()
          Returns the value of this Feature object's position attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type Position
 void Feature.setPosition(Position p_position)
          Sets the position attribute.
 

Uses of Position in gov.nih.nci.mageom.domain.DesignElement.impl
 

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement Position
 class PositionImpl
          Specifies a position on an array.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as Position
protected  Position FeatureImpl.position
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return Position
 Position FeatureImpl.getPosition()
           
 Position[] PositionImpl.searchPositions(PositionSearchCriteria criteria)
          Returns an array of Position objects that satisfy the given PositionSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type Position
 void FeatureImpl.setPosition(Position p_position)
          Sets the position attribute.