| 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 | Method and Description |
|---|---|
ProjectionControl |
MouseHelper.getProjectionControl()
Get the ProjectionControl for this Helper
|
ProjectionControl |
LocalDisplay.getProjectionControl()
return the ProjectionControl associated with this Display
|
abstract ProjectionControl |
DisplayImpl.getProjectionControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowType.addLabelsToGroup(Object group,
VisADGeometryArray[] arrays,
GraphicsModeControl mode,
ContourControl control,
ProjectionControl p_cntrl,
int[] cnt,
float constant_alpha,
float[] contstant_color) |
void |
ContourControl.addProjectionControlListener(ControlListener cl,
ProjectionControl pcntrl)
remove previous projListener from pcntrl, and save cl as
new projListener
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectionControlJ2D
ProjectionControlJ2D is the VisAD class for controlling the Projection
from 3-D to 2-D.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionControl |
DisplayImplJ2D.getProjectionControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowTypeJ2D.addLabelsToGroup(Object group,
VisADGeometryArray[] arrays,
GraphicsModeControl mode,
ContourControl control,
ProjectionControl p_cntrl,
int[] cnt_a,
float constant_alpha,
float[] constant_color) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectionControlJ3D
ProjectionControlJ3D is the VisAD class for controlling the Projection
from 3-D to 2-D.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionControl |
DisplayImplJ3D.getProjectionControl()
Get the projection control associated with this display
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowTypeJ3D.addLabelsToGroup(Object group,
VisADGeometryArray[] arrays,
GraphicsModeControl mode,
ContourControl control,
ProjectionControl p_cntrl,
int[] cnt_a,
float constant_alpha,
float[] constant_color) |
| Constructor and Description |
|---|
ProjWidget(ProjectionControl pc)
Constructs a ProjWidget linked to the ProjectionControl pc
|