| 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.collab | |
| visad.jmet | |
| visad.ss |
Provides a spreadsheet user interface for VisAD that can import data from
any form VisAD supports and compute new data objects using formulas by
utilizing the visad.formula package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayMapEvent
DisplayMapEvent is the VisAD class for Events from Display
ScalarMap and ConstantMap objects.
|
class |
DisplayReferenceEvent
DisplayReferenceEvent is the VisAD class for Events from Display
DataReference obkects.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayEvent |
DisplayReferenceEvent.cloneButDisplay(Display dpy)
Return a new DisplayReferenceEvent which is a copy of this event,
but which uses the specified source display
|
DisplayEvent |
DisplayMapEvent.cloneButDisplay(Display dpy)
Return a new DisplayMapEvent which is a copy of this event,
but which uses the specified source display
|
DisplayEvent |
DisplayEvent.cloneButDisplay(Display dpy) |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayListener.displayChanged(DisplayEvent e)
send a DisplayEvent to this DisplayListener
|
void |
DisplayImpl.Syncher.displayChanged(DisplayEvent e)
process DisplayEvent
|
void |
DataImpl.Syncher.displayChanged(DisplayEvent e)
look for TRANSFORM_DONE event from dummy DisplayImplJ2D
|
void |
DisplayImpl.notifyListeners(DisplayEvent evt)
Notify this instance's
DisplayListeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteDisplayMonitorImpl.displayChanged(DisplayEvent e)
Forwards the event to the adapted remote
DisplayMonitor. |
void |
DisplayMonitorImpl.displayChanged(DisplayEvent evt)
Handles notification of objects being added to or removed from
the
Display. |
| Modifier and Type | Method and Description |
|---|---|
void |
ShowNCEPModel.displayChanged(DisplayEvent e) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadSheet.displayChanged(DisplayEvent e)
Handles display changes.
|
void |
BasicSSCell.displayChanged(DisplayEvent e)
Handles display changes.
|