Uses of Class
org.biomage.ArrayDesign.ZoneLayout

Packages that use ZoneLayout
gov.nih.nci.caarray.services.fileparse2.arraydesign   
org.biomage.ArrayDesign   
org.biomage.Interface   
 

Uses of ZoneLayout in gov.nih.nci.caarray.services.fileparse2.arraydesign
 

Methods in gov.nih.nci.caarray.services.fileparse2.arraydesign with parameters of type ZoneLayout
 void ArrayDesignTextFileHeaderParser.setZoneLayout(ZoneLayout layout)
           
 void ArrayDesignFileHeaderParserItf.setZoneLayout(ZoneLayout layout)
           
 void ArrayDesignFileHeaderParser.setZoneLayout(ZoneLayout layout)
           
 

Uses of ZoneLayout in org.biomage.ArrayDesign
 

Fields in org.biomage.ArrayDesign declared as ZoneLayout
protected  ZoneLayout ZoneGroup.zoneLayout
          Describes the rectangular layout of features in the array design.
 

Methods in org.biomage.ArrayDesign that return ZoneLayout
 ZoneLayout ZoneGroup.getZoneLayout()
          Get method for zoneLayout
 

Methods in org.biomage.ArrayDesign with parameters of type ZoneLayout
 void ZoneGroup.setZoneLayout(ZoneLayout zoneLayout)
          Set method for zoneLayout
 

Uses of ZoneLayout in org.biomage.Interface
 

Methods in org.biomage.Interface that return ZoneLayout
 ZoneLayout HasZoneLayout.getZoneLayout()
          Get method for zoneLayout
 

Methods in org.biomage.Interface with parameters of type ZoneLayout
 void HasZoneLayout.setZoneLayout(ZoneLayout zoneLayout)
          Set method for zoneLayout