| 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.data.visad.object | |
| visad.java2d |
Provides support for two-dimensional VisAD Displays using Java2D.
|
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| Modifier and Type | Field and Description |
|---|---|
static DisplayTupleType |
Display.DisplayCMYTuple
system intrinsic DisplayTupleType for CMY color coordinates
|
static DisplayTupleType |
Display.DisplayFlow1SphericalTuple
system intrinsic DisplayTupleType for 3D spherical
flow set 1 coordinates
|
static DisplayTupleType |
Display.DisplayFlow1Tuple
system intrinsic DisplayTupleType for 3D Cartesian
flow set 1 coordinates
|
static DisplayTupleType |
Display.DisplayFlow2SphericalTuple
system intrinsic DisplayTupleType for 3D spherical
flow set 2 coordinates
|
static DisplayTupleType |
Display.DisplayFlow2Tuple
system intrinsic DisplayTupleType for 3D Cartesian
flow set 2 coordinates
|
static DisplayTupleType |
Display.DisplayHSVTuple
system intrinsic DisplayTupleType for HSV color coordinates
|
static DisplayTupleType |
Display.DisplayRGBTuple
system intrinsic DisplayTupleType for RGB color coordinates
|
static DisplayTupleType |
Display.DisplaySpatialCartesianTuple
system intrinsic DisplayTupleType for 3D Cartesian
spatial coordinates
|
static DisplayTupleType |
Display.DisplaySpatialCylindricalTuple
system intrinsic DisplayTupleType for 3D cylindrical
spatial coordinates
|
static DisplayTupleType |
Display.DisplaySpatialOffsetTuple
system intrinsic DisplayTupleType for 3D Cartesian
spatial offset coordinates
|
static DisplayTupleType |
Display.DisplaySpatialSphericalTuple
system intrinsic DisplayTupleType for 3D spherical
spatial coordinates
|
| Modifier and Type | Method and Description |
|---|---|
DisplayTupleType |
ShadowRealTupleType.getDisplaySpatialTuple() |
DisplayTupleType |
ShadowScalarType.getDisplaySpatialTuple() |
DisplayTupleType |
DisplayRealType.getTuple() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ScalarMap.equalizeFlow(java.util.Vector mapVector,
DisplayTupleType flow_tuple)
ensure that non-Manual components of flow_tuple have equal
dataRanges symmetric about 0.0
|
float |
DataRenderer.findRayManifoldIntersection(boolean first,
double[] origin,
double[] direction,
DisplayTupleType tuple,
int otherindex,
float othervalue)
find intersection of a ray and a 2-D manifold, using Newton's method
|
VisADGeometryArray |
Gridded3DSet.makeIsoSurfaceMissingSpatial(float isolevel,
float[] fieldValues,
byte[][] color_values,
boolean indexed,
ShadowRealTupleType Domain,
ShadowRealTupleType domain_reference,
Unit[] domain_units,
CoordinateSystem dataCoordinateSystem,
CoordinateSystem coord_sys,
ShadowRealType[] DomainReferenceComponents,
DisplayTupleType spatial_tuple,
float[][] spatial_offset_values) |
void |
DataRenderer.setEarthSpatialDisplay(CoordinateSystem coord,
DisplayTupleType t,
DisplayImpl display,
int[] indices,
float[] default_values,
double[] r)
save information from ShadowType.assembleSpatial() about
relation between earth and display spatial coordinates
|
void |
DisplayRealType.setTuple(DisplayTupleType t,
int i,
boolean c)
Sets the DisplayTupleType to which this DisplayRealType will belong.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
BinaryDisplayTupleType.write(BinaryWriter writer,
DisplayTupleType dtt,
java.lang.Object token) |
| Modifier and Type | Method and Description |
|---|---|
DisplayTupleType |
ShadowScalarTypeJ2D.getDisplaySpatialTuple() |
| Modifier and Type | Method and Description |
|---|---|
DisplayTupleType |
ShadowScalarTypeJ3D.getDisplaySpatialTuple() |