|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalDisplay | |
---|---|
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. |
Uses of LocalDisplay in visad |
---|
Classes in visad that implement LocalDisplay | |
---|---|
class |
DisplayImpl
DisplayImpl is the abstract VisAD superclass for display implementations. |
Methods in visad with parameters of type LocalDisplay | |
---|---|
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. |
Uses of LocalDisplay in visad.java2d |
---|
Classes in visad.java2d that implement LocalDisplay | |
---|---|
class |
DisplayImplJ2D
DisplayImplJ2D is the VisAD class for displays that use Java 3D. |
Uses of LocalDisplay in visad.java3d |
---|
Classes in visad.java3d that implement LocalDisplay | |
---|---|
class |
DisplayImplJ3D
DisplayImplJ3D is the VisAD class for displays that use Java 3D. |
Uses of LocalDisplay in visad.util |
---|
Methods in visad.util that return LocalDisplay | |
---|---|
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)
|
Methods in visad.util with parameters of type LocalDisplay | |
---|---|
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. |
Constructors in visad.util with parameters of type LocalDisplay | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |