| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| visad.java2d |
Provides support for two-dimensional VisAD Displays using Java2D.
|
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayImpl
DisplayImpl is the abstract VisAD superclass for display
implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityHandler.busyDisplay(LocalDisplay dpy)
Method called when the Display becomes busy.
|
void |
ActivityHandler.idleDisplay(LocalDisplay dpy)
Method called after the Display has been idle long enough.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayImplJ2D
DisplayImplJ2D is the VisAD class for displays that use
Java 3D.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayImplJ3D
DisplayImplJ3D is the VisAD class for displays that use
Java 3D.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalDisplay |
ClientServer.getClientDisplay(RemoteServer client,
int index) |
static LocalDisplay |
ClientServer.getClientDisplay(RemoteServer client,
int index,
DataReference[] refs) |
static LocalDisplay[] |
ClientServer.getClientDisplays(RemoteServer client) |
static LocalDisplay[] |
ClientServer.getClientDisplays(RemoteServer client,
DataReference[] refs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResSwitcher.busyDisplay(LocalDisplay d)
Swaps in the low-resolution data when the display is busy.
|
void |
ResSwitcher.idleDisplay(LocalDisplay d)
Swaps in the high-resolution data when the display is idle.
|
| Constructor and Description |
|---|
ResSwitcher(LocalDisplay d,
DataReferenceImpl ref)
Constructs a resolution switcher for swapping between high- and low-
resolution representations for the referenced data on the given display.
|
ResSwitcher(LocalDisplay d,
DataReferenceImpl ref,
DataRenderer renderer,
ConstantMap[] cmaps)
Constructs a resolution switcher for swapping between high- and low-
resolution representations for the referenced data on the given display.
|