| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalDisplay
LocalDisplay is the VisAD interface for local instances of displays.
|
interface |
RemoteDisplay
RemoteDisplay is the interface for Remote Display-s.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayImpl
DisplayImpl is the abstract VisAD superclass for display
implementations.
|
class |
RemoteDisplayImpl
RemoteDisplayImpl is the VisAD class for remote access to
Display-s.
|
| Modifier and Type | Method and Description |
|---|---|
Display |
DisplayEvent.getDisplay() |
| 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) |
protected static Component |
DisplayEvent.getDisplayComponent(Display d)
get the AWT (including Swing) Component of a Display
|
| Constructor and Description |
|---|
DataDisplayLink(DataReference ref,
DisplayImpl local_d,
Display d,
ConstantMap[] constant_maps,
DataRenderer rend,
long jd)
construct a DataDisplayLink linking a DataReference to a Display
|
DisplayEvent(Display d,
int id_d)
Constructs a DisplayEvent object with the specified source display,
and type of event.
|
DisplayEvent(Display d,
int id_d,
InputEvent e)
Constructs a DisplayEvent object with the specified source display,
type of event, and mouse event describing mouse details.
|
DisplayEvent(Display d,
int id_d,
InputEvent e,
int remoteId)
Constructs a DisplayEvent object with the specified source display,
type of event, mouse event describing mouse details, and remote
flag indicating whether event came from a remote source.
|
DisplayEvent(Display d,
int id_d,
int remoteId)
Constructs a DisplayEvent object with the specified source display,
and type of event.
|
DisplayEvent(Display d,
int id_d,
int x,
int y)
Constructs a DisplayEvent object with the specified source display,
type of event, and mouse positions where event occurred.
|
DisplayEvent(Display d,
int id_d,
int x,
int y,
int remoteId)
Constructs a DisplayEvent object with the specified source display,
type of event, mouse positions where event occurred, and
remote flag indicating whether event came from a remote source.
|
DisplayMapEvent(Display d,
int id,
ScalarMap m)
Constructs a DisplayMapEvent object with the specified
source display, type of event, and ScalarMap.
|
DisplayMapEvent(Display d,
int id,
ScalarMap m,
int remoteId)
Constructs a DisplayMapEvent object with the specified
source display, type of event, and ScalarMap.
|
DisplayReferenceEvent(Display d,
int id,
DataDisplayLink link)
Constructs a DisplayReferenceEvent object with the specified
source display, type of event, and DataReference connection.
|
| 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.
|