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
VisADException
RemoteException
IOException
public static void main(String[] args) throws VisADException, RemoteException, IOException
VisADException
RemoteException
IOException
public static ImageSequence init_images(String image_directory) throws VisADException, RemoteException, IOException
VisADException
RemoteException
IOException
public static double[] getArrayMinMax(double[] array)
public void mapChanged(ScalarMapEvent e) throws VisADException, RemoteException
ScalarMapListener
ScalarMapEvent
when the map data changes.mapChanged
in interface ScalarMapListener
e
- the eventVisADException
- If there is a problem notifying this listener.RemoteException
- If there was an RMI-related problem.public void controlChanged(ScalarMapControlEvent e)
ScalarMapListener
ScalarMapEvent
when the map control changes.controlChanged
in interface ScalarMapListener
e
- the eventpublic static VisADTriangleStripArray makeCylinder(int n_faces, float rad, float len)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.