Uses of Class
edu.nrao.sss.model.project.scan.FocusOffset

Packages that use FocusOffset
edu.nrao.sss.model.project.scan Scan object model. 
 

Uses of FocusOffset in edu.nrao.sss.model.project.scan
 

Methods in edu.nrao.sss.model.project.scan that return FocusOffset
 FocusOffset FocusOffset.clone()
          Returns an offset that is a copy of this one.
 

Methods in edu.nrao.sss.model.project.scan that return types with arguments of type FocusOffset
 List<FocusOffset> FocusScan.getOffsets()
          Returns the list of focus offsets held by this scan.
protected  List<Validation<FocusOffset>> FocusOffsetValidator.makeValidationList(ValidationPurpose purpose)
           
 List<FocusOffset> FocusScan.sortOffsets()
          Sorts the internal list of offsets and returns it.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type FocusOffset
 int FocusOffset.compareTo(FocusOffset other)
          Compares this offset with other for order.
 

Method parameters in edu.nrao.sss.model.project.scan with type arguments of type FocusOffset
 void FocusScan.setOffsets(List<FocusOffset> replacementList)
          Sets the list of focus offsets held by this scan.
 



Copyright © 2009. All Rights Reserved.