| 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
|
abstract ProjectionControl |
DisplayImpl.getProjectionControl() |
ProjectionControl |
LocalDisplay.getProjectionControl()
return the ProjectionControl associated with this Display
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowType.addLabelsToGroup(java.lang.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
|
void |
TrajectoryManager.initCleanUp(ScalarMap scalarMap,
FlowControl flowCntrl,
ProjectionControl pCntrl,
DisplayImpl display) |
void |
TrajectoryManager.setListener(ProjectionControl pCntrl,
ControlListener listener,
FlowControl flowCntrl) |
| Constructor and Description |
|---|
FixGeomSizeAppearance(ProjectionControl p_cntrl,
ShadowType shadow,
MouseBehavior mouseBehav) |
| 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(java.lang.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(java.lang.Object group,
VisADGeometryArray[] arrays,
GraphicsModeControl mode,
ContourControl control,
ProjectionControl p_cntrl,
int[] cnt_a,
float constant_alpha,
float[] constant_color) |
| Constructor and Description |
|---|
FixGeomSizeAppearanceJ3D(ProjectionControl p_cntrl,
ShadowType shadow,
MouseBehavior mouseBehav) |
| Constructor and Description |
|---|
ProjWidget(ProjectionControl pc)
Constructs a ProjWidget linked to the ProjectionControl pc
|