Uses of Class
edu.wisc.ssec.mcidasv.data.McIdasFrame

Packages that use McIdasFrame
edu.wisc.ssec.mcidasv.data McIDAS-V specific data choosers. 
 

Uses of McIdasFrame in edu.wisc.ssec.mcidasv.data
 

Fields in edu.wisc.ssec.mcidasv.data declared as McIdasFrame
private  McIdasFrame McIdasXDataSource.FrameDataInfo.frame
          The FD
 

Methods in edu.wisc.ssec.mcidasv.data that return McIdasFrame
 McIdasFrame McIdasXDataSource.FrameDataInfo.getFrame()
          Get the frame
 McIdasFrame McIdasXDataSource.getFrame(int frameNumber)
          Get a frame from the frameList based on frame number
private  McIdasFrame McIdasXDataSource.getFrame(Object object)
          A utility method that helps us deal with legacy bundles that used to have String file names as the id of a data choice.
 

Methods in edu.wisc.ssec.mcidasv.data with parameters of type McIdasFrame
 void McIdasXDataSource.setFrame(int frameNumber, McIdasFrame inFrame)
          Set a frame in the framelist based on frame number
 void McIdasXDataSource.FrameDataInfo.setFrame(McIdasFrame v)
          Set the frame
 

Constructors in edu.wisc.ssec.mcidasv.data with parameters of type McIdasFrame
McIdasXDataSource.FrameDataInfo(int index, McIdasFrame frame)
          CTOR