Uses of Class
org.biomage.DesignElement.Position

Packages that use Position
org.biomage.Array   
org.biomage.DesignElement   
org.biomage.Interface   
 

Uses of Position in org.biomage.Array
 

Fields in org.biomage.Array declared as Position
protected  Position Fiducial.position
          The position, relative to the upper left corner, of the fiducial
 

Methods in org.biomage.Array that return Position
 Position Fiducial.getPosition()
          Get method for position
 

Methods in org.biomage.Array with parameters of type Position
 void Fiducial.setPosition(Position position)
          Set method for position
 

Uses of Position in org.biomage.DesignElement
 

Fields in org.biomage.DesignElement declared as Position
protected  Position Feature.position
          The position of the feature on the array, relative to the top, left corner.
 

Methods in org.biomage.DesignElement that return Position
 Position Feature.getPosition()
          Get method for position
 

Methods in org.biomage.DesignElement with parameters of type Position
 void Feature.setPosition(Position position)
          Set method for position
 

Uses of Position in org.biomage.Interface
 

Methods in org.biomage.Interface that return Position
 Position HasPosition.getPosition()
          Get method for position
 

Methods in org.biomage.Interface with parameters of type Position
 void HasPosition.setPosition(Position position)
          Set method for position