visad.data
Interface FormProgressInformer

All Known Implementing Classes:
AVIForm, BioRadForm, BioRadForm, DeltavisionForm, FluoviewTiffForm, GatanForm, ICSForm, ImageProSeqForm, IPLabForm, IPWForm, LegacyTiffForm, LegacyZVIForm, LeicaForm, LociForm, MetamorphForm, OpenlabForm, PerkinElmerForm, PictForm, QTForm, TiffForm, ZeissForm, ZVIForm

public interface FormProgressInformer

FormProgressInformer is the VisAD interface for checking the current operation's progress from a file form.


Method Summary
 double getPercentComplete()
          Get the percentage complete of the form's current operation.
 

Method Detail

getPercentComplete

double getPercentComplete()
Get the percentage complete of the form's current operation.

Returns:
The percentage complete (0.0 - 100.0), or Double.NaN if no operation is currently taking place.