Package visad.browser

Provides a JDK 1.1-compatible set of classes for using VisAD in browsers via sockets connected to a remote server.

See:
          Description

Interface Summary
WidgetListener WidgetListener is the EventListener interface for WidgetEvents.
 

Class Summary
ContourWidget A widget that allows users to control graphics mode parameters.
Convert Utility methods for various conversions between primitive data types.
Divider A small divider for visually separating components.
GMCWidget A widget that allows users to control graphics mode parameters.
RangeSlider A slider widget that allows users to select a lower and upper bound.
Slider A simple slider widget.
VisADApplet An applet for connecting to a VisAD display available through a SocketSlaveDisplay server.
Widget Abstract superclass for all browser widgets.
WidgetEvent WidgetEvent represents an Event regarding any of the various browser Widgets.
 

Package visad.browser Description

Provides a JDK 1.1-compatible set of classes for using VisAD in browsers via sockets connected to a remote server. The package is stand-alone; that is, the rest of VisAD is not required to run the visad.browser package.