|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Display | |
---|---|
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. |
Uses of Display in visad |
---|
Subinterfaces of Display in visad | |
---|---|
interface |
LocalDisplay
LocalDisplay is the VisAD interface for local instances of displays. |
interface |
RemoteDisplay
RemoteDisplay is the interface for Remote Display-s. |
Classes in visad that implement Display | |
---|---|
class |
DisplayImpl
DisplayImpl is the abstract VisAD superclass for display implementations. |
class |
RemoteDisplayImpl
RemoteDisplayImpl is the VisAD class for remote access to Display-s. |
Methods in visad that return Display | |
---|---|
Display |
DisplayEvent.getDisplay()
|
Methods in visad with parameters of type Display | |
---|---|
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 |
Constructors in visad with parameters of type Display | |
---|---|
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. |
Uses of Display in visad.java2d |
---|
Classes in visad.java2d that implement Display | |
---|---|
class |
DisplayImplJ2D
DisplayImplJ2D is the VisAD class for displays that use Java 3D. |
Uses of Display in visad.java3d |
---|
Classes in visad.java3d that implement Display | |
---|---|
class |
DisplayImplJ3D
DisplayImplJ3D is the VisAD class for displays that use Java 3D. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |