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

Packages that use FeatureLocation
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

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

Methods in gov.nih.nci.mageom.domain.DesignElement that return FeatureLocation
 FeatureLocation Feature.getFeatureLocation()
          Returns the value of this Feature object's featureLocation attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type FeatureLocation
 void Feature.setFeatureLocation(FeatureLocation p_featureLocation)
          Sets the featureLocation attribute.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement FeatureLocation
 class FeatureLocationImpl
          Specifies where a feature is located relative to a grid.
 

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

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return FeatureLocation
 FeatureLocation FeatureImpl.getFeatureLocation()
           
 FeatureLocation[] FeatureLocationImpl.searchFeatureLocations(FeatureLocationSearchCriteria criteria)
          Returns an array of FeatureLocation objects that satisfy the given FeatureLocationSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type FeatureLocation
 void FeatureImpl.setFeatureLocation(FeatureLocation p_featureLocation)
          Sets the featureLocation attribute.