Uses of Class
visad.DisplayTupleType

Packages that use DisplayTupleType
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. 
 

Uses of DisplayTupleType in visad
 

Fields in visad declared as DisplayTupleType
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
 

Methods in visad that return DisplayTupleType
 DisplayTupleType ShadowScalarType.getDisplaySpatialTuple()
           
 DisplayTupleType ShadowRealTupleType.getDisplaySpatialTuple()
           
 DisplayTupleType DisplayRealType.getTuple()
           
 

Methods in visad with parameters of type DisplayTupleType
static void ScalarMap.equalizeFlow(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.
 

Uses of DisplayTupleType in visad.data.visad.object
 

Methods in visad.data.visad.object with parameters of type DisplayTupleType
static int BinaryDisplayTupleType.write(BinaryWriter writer, DisplayTupleType dtt, Object token)
           
 

Uses of DisplayTupleType in visad.java2d
 

Methods in visad.java2d that return DisplayTupleType
 DisplayTupleType ShadowScalarTypeJ2D.getDisplaySpatialTuple()
           
 

Uses of DisplayTupleType in visad.java3d
 

Methods in visad.java3d that return DisplayTupleType
 DisplayTupleType ShadowScalarTypeJ3D.getDisplaySpatialTuple()