public class Qdiv extends Object implements ScalarMapListener
| Modifier and Type | Method and Description |
|---|---|
void |
controlChanged(ScalarMapControlEvent e)
Receive a
ScalarMapEvent when the map control changes. |
static double[] |
getArrayMinMax(double[] array) |
static ImageSequence |
init_images(String image_directory) |
static void |
main(String[] args) |
static VisADTriangleStripArray |
makeCylinder(int n_faces,
float rad,
float len) |
void |
mapChanged(ScalarMapEvent e)
Receive a
ScalarMapEvent when the map data changes. |
public Qdiv(String[] args) throws VisADException, RemoteException, IOException
VisADExceptionRemoteExceptionIOExceptionpublic static void main(String[] args) throws VisADException, RemoteException, IOException
VisADExceptionRemoteExceptionIOExceptionpublic static ImageSequence init_images(String image_directory) throws VisADException, RemoteException, IOException
VisADExceptionRemoteExceptionIOExceptionpublic static double[] getArrayMinMax(double[] array)
public void mapChanged(ScalarMapEvent e) throws VisADException, RemoteException
ScalarMapListenerScalarMapEvent when the map data changes.mapChanged in interface ScalarMapListenere - the eventVisADException - If there is a problem notifying this listener.RemoteException - If there was an RMI-related problem.public void controlChanged(ScalarMapControlEvent e)
ScalarMapListenerScalarMapEvent when the map control changes.controlChanged in interface ScalarMapListenere - the eventpublic static VisADTriangleStripArray makeCylinder(int n_faces, float rad, float len)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.