home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / PIE5.0 / AXA2.CAB / DAJAVA.CAB / com / ms / dxmedia / rawcom / IDAViewerControlWindowed.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-10-14  |  3.2 KB  |  46 lines

  1. package com.ms.dxmedia.rawcom;
  2.  
  3. import com.ms.com._Guid;
  4.  
  5. public interface IDAViewerControlWindowed extends IDAViewerControl {
  6.    _Guid iid = new _Guid(-1165294786, (short)7825, (short)4561, (byte)-120, (byte)9, (byte)0, (byte)-64, (byte)79, (byte)-62, (byte)-99, (byte)70);
  7.  
  8.    void putTimerSource(int var1);
  9.  
  10.    IDAImage getBackgroundImage();
  11.  
  12.    void putBackgroundImage(IDAImage var1);
  13.  
  14.    boolean getOpaqueForHitDetect();
  15.  
  16.    void putOpaqueForHitDetect(boolean var1);
  17.  
  18.    IDAImage getInputImage();
  19.  
  20.    void AddBehaviorToRun(IDABehavior var1);
  21.  
  22.    IDAView getView();
  23.  
  24.    void putView(IDAView var1);
  25.  
  26.    IDAStatics getPixelLibrary();
  27.  
  28.    IDAImage getImage();
  29.  
  30.    void putImage(IDAImage var1);
  31.  
  32.    IDASound getSound();
  33.  
  34.    double getUpdateInterval();
  35.  
  36.    void putUpdateInterval(double var1);
  37.  
  38.    void putSound(IDASound var1);
  39.  
  40.    IDAStatics getMeterLibrary();
  41.  
  42.    void Start();
  43.  
  44.    int getTimerSource();
  45. }
  46.