| 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 |
|---|---|
TextControl |
ShadowType.getParentTextControl() |
| Modifier and Type | Method and Description |
|---|---|
VisADGeometryArray |
ShadowType.makeText(String[] text_values,
TextControl text_control,
float[][] spatial_values,
byte[][] color_values,
boolean[][] range_select) |
void |
ShadowType.setText(String text,
TextControl control) |
boolean |
ShadowType.terminalTupleOrScalar(Object group,
float[][] display_values,
String text_value,
TextControl text_control,
int valueArrayLength,
int[] valueToScalar,
float[] default_values,
int[] inherited_values,
DataRenderer renderer,
ShadowType shadow_api)
transform data into a (Java3D or Java2D) scene graph; add generated scene
graph components as children of group; group is Group (Java3D) or
VisADGroup (Java2D); value_array are inherited valueArray values;
default_values are defaults for each display.DisplayRealTypeVector; return
true if need post-process
|
| Modifier and Type | Method and Description |
|---|---|
TextControl |
ShadowTypeJ2D.getParentTextControl() |
| Modifier and Type | Method and Description |
|---|---|
VisADGeometryArray |
ShadowTypeJ2D.makeText(String[] text_values,
TextControl text_control,
float[][] spatial_values,
byte[][] color_values,
boolean[][] range_select) |
void |
ShadowTypeJ2D.setText(String text,
TextControl control) |
boolean |
ShadowTypeJ2D.terminalTupleOrScalar(VisADGroup group,
float[][] display_values,
String text_value,
TextControl text_control,
int valueArrayLength,
int[] valueToScalar,
float[] default_values,
int[] inherited_values,
DataRenderer renderer) |
| Modifier and Type | Method and Description |
|---|---|
TextControl |
ShadowTypeJ3D.getParentTextControl() |
| Modifier and Type | Method and Description |
|---|---|
VisADGeometryArray |
ShadowTypeJ3D.makeText(String[] text_values,
TextControl text_control,
float[][] spatial_values,
byte[][] color_values,
boolean[][] range_select) |
void |
ShadowTypeJ3D.setText(String text,
TextControl control) |
boolean |
ShadowTypeJ3D.terminalTupleOrScalar(Object group,
float[][] display_values,
String text_value,
TextControl text_control,
int valueArrayLength,
int[] valueToScalar,
float[] default_values,
int[] inherited_values,
DataRenderer renderer) |
| Constructor and Description |
|---|
TextControlWidget(TextControl aTextControl)
Creates new form TextControlWidget
|