Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.Array.PositionDelta

Uses of PositionDelta in org.biomage.Array
 

Fields in org.biomage.Array declared as PositionDelta
private  PositionDelta FeatureDefect.positionDelta
          How the feature deviates in position from the ArrayDesign.
private  PositionDelta ZoneDefect.positionDelta
          How the zone deviates in position from the ArrayDesign.
 

Methods in org.biomage.Array that return PositionDelta
 PositionDelta FeatureDefect.getPositionDelta()
          Get method for positionDelta
 PositionDelta ZoneDefect.getPositionDelta()
          Get method for positionDelta
 

Methods in org.biomage.Array with parameters of type PositionDelta
 void FeatureDefect.setPositionDelta(PositionDelta positionDelta)
          Set method for positionDelta
 void ZoneDefect.setPositionDelta(PositionDelta positionDelta)
          Set method for positionDelta