jas.hist
Class SaveAsGIF

java.lang.Object
  extended by jas.hist.SaveAsGIF
All Implemented Interfaces:
SaveAsPlugin

public class SaveAsGIF
extends Object
implements SaveAsPlugin

Author:
tonyj

Constructor Summary
SaveAsGIF()
           
 
Method Summary
 File adjustFilename(File file)
           
 FileFilter getFileFilter()
           
 JPanel getOptionsPanel()
           
 boolean hasOptions()
           
 void restoreOptions(Properties props)
           
 void saveAs(Component c, OutputStream os, File file, Component dialogParent)
           
 void saveOptions(Properties props)
           
 boolean supportsClass(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveAsGIF

public SaveAsGIF()
Method Detail

hasOptions

public boolean hasOptions()
Specified by:
hasOptions in interface SaveAsPlugin

getFileFilter

public FileFilter getFileFilter()
Specified by:
getFileFilter in interface SaveAsPlugin

getOptionsPanel

public JPanel getOptionsPanel()
Specified by:
getOptionsPanel in interface SaveAsPlugin

saveAs

public void saveAs(Component c,
                   OutputStream os,
                   File file,
                   Component dialogParent)
            throws IOException
Specified by:
saveAs in interface SaveAsPlugin
Throws:
IOException

adjustFilename

public File adjustFilename(File file)
Specified by:
adjustFilename in interface SaveAsPlugin

supportsClass

public boolean supportsClass(Object o)
Specified by:
supportsClass in interface SaveAsPlugin

saveOptions

public void saveOptions(Properties props)
Specified by:
saveOptions in interface SaveAsPlugin

restoreOptions

public void restoreOptions(Properties props)
Specified by:
restoreOptions in interface SaveAsPlugin


Copyright © 2000-2009 FreeHEP. All Rights Reserved.