visad.data.gif
Class GIFAdapter
java.lang.Object
   visad.data.gif.GIFAdapter
visad.data.gif.GIFAdapter
- public class GIFAdapter 
- extends Object
this is an adapter for GIF and other images
| Constructor Summary | 
| GIFAdapter(String filename)Create a VisAD FlatField from a local GIF, JPEG or PNG file
 | 
| GIFAdapter(URL url)Create a VisAD FlatField from a GIF, JPEG or PNG on the Web.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GIFAdapter
public GIFAdapter(String filename)
           throws IOException,
                  VisADException
- Create a VisAD FlatField from a local GIF, JPEG or PNG file
 
- Parameters:
- filename- name of local file.
- Throws:
- IOException- if there was a problem reading the file.
- VisADException- if an unexpected problem occurs.
 
GIFAdapter
public GIFAdapter(URL url)
           throws IOException,
                  VisADException
- Create a VisAD FlatField from a GIF, JPEG or PNG on the Web.
 
- Parameters:
- url- File URL.
- Throws:
- IOException- if there was a problem reading the file.
- VisADException- if an unexpected problem occurs.
 
getData
public FlatField getData()
-