public class GIFAdapter extends Object
| Constructor and Description |
|---|
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.
|
public GIFAdapter(String filename) throws IOException, VisADException
filename - name of local file.IOException - if there was a problem reading the file.VisADException - if an unexpected problem occurs.public GIFAdapter(URL url) throws IOException, VisADException
url - File URL.IOException - if there was a problem reading the file.VisADException - if an unexpected problem occurs.public FlatField getData()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.