|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.gif.GIFAdapter
public class GIFAdapter
this is an adapter for GIF and other images
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
FlatField |
getData()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public FlatField getData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |