public class GIFAdapter
extends java.lang.Object
| Constructor and Description |
|---|
GIFAdapter(java.lang.String filename)
Create a VisAD FlatField from a local GIF, JPEG or PNG file
|
GIFAdapter(java.net.URL url)
Create a VisAD FlatField from a GIF, JPEG or PNG on the Web.
|
public GIFAdapter(java.lang.String filename)
throws java.io.IOException,
VisADException
filename - name of local file.java.io.IOException - if there was a problem reading the file.VisADException - if an unexpected problem occurs.public GIFAdapter(java.net.URL url)
throws java.io.IOException,
VisADException
url - File URL.java.io.IOException - if there was a problem reading the file.VisADException - if an unexpected problem occurs.public FlatField getData()