Documentation of 'visad.bom.BarbManipulationRendererJ3D' Java class
BarbManipulationRendererJ3D
visad.bom

Class BarbManipulationRendererJ3D

    • Constructor Detail

      • BarbManipulationRendererJ3D

        public BarbManipulationRendererJ3D()
        this DataRenderer supports direct manipulation for Tuple representations of wind barbs; two of the Tuple's Real components must be mapped to Flow1X and Flow1Y, or Flow2X and Flow2Y
    • Method Detail

      • makeShadowFunctionType

        public ShadowType makeShadowFunctionType(FunctionType type,
                                                 DataDisplayLink link,
                                                 ShadowType parent)
                                          throws VisADException,
                                                 java.rmi.RemoteException
        Description copied from class: DataRenderer
        factory method for constructing a subclass of ShadowType appropriate for the graphics API, that also adapts ShadowFunctionType; ShadowType trees are constructed that 'shadow' the MathType trees of Data to be depicted, via recursive calls to buildShadowType() methods of MathType sub-classes, to DataRenderer.makeShadow*Type() methods, to Shadow*Type constructors, then back to buildShadowType() methods; the recursive call chain is initiated by DataDisplayLink.prepareData() calls to buildShadowType() methods of MathType sub-classes;
        Overrides:
        makeShadowFunctionType in class RendererJ3D
        Parameters:
        type - FunctionType that returned ShadowType will shadow
        link - DataDisplayLink linking Data to be depicted
        parent - parent in ShadowType tree structure
        Returns:
        constructed ShadowType
        Throws:
        VisADException - a VisAD error occurred
        java.rmi.RemoteException - an RMI error occurred
      • makeShadowRealTupleType

        public ShadowType makeShadowRealTupleType(RealTupleType type,
                                                  DataDisplayLink link,
                                                  ShadowType parent)
                                           throws VisADException,
                                                  java.rmi.RemoteException
        Description copied from class: DataRenderer
        factory for constructing a subclass of ShadowType appropriate for the graphics API, that also adapts ShadowRealTupleType; ShadowType trees are constructed that 'shadow' the MathType trees of Data to be depicted, via recursive calls to buildShadowType() methods of MathType sub-classes, to DataRenderer.makeShadow*Type() methods, to Shadow*Type constructors, then back to buildShadowType() methods; the recursive call chain is initiated by DataDisplayLink.prepareData() calls to buildShadowType() methods of MathType sub-classes;
        Overrides:
        makeShadowRealTupleType in class RendererJ3D
        Parameters:
        type - FunctionType that returned ShadowType will shadow
        link - DataDisplayLink linking Data to be depicted
        parent - parent in ShadowType tree structure
        Returns:
        constructed ShadowType
        Throws:
        VisADException - a VisAD error occurred
        java.rmi.RemoteException - an RMI error occurred
      • makeShadowRealType

        public ShadowType makeShadowRealType(RealType type,
                                             DataDisplayLink link,
                                             ShadowType parent)
                                      throws VisADException,
                                             java.rmi.RemoteException
        Description copied from class: DataRenderer
        factory for constructing a subclass of ShadowType appropriate for the graphics API, that also adapts ShadowRealType; ShadowType trees are constructed that 'shadow' the MathType trees of Data to be depicted, via recursive calls to buildShadowType() methods of MathType sub-classes, to DataRenderer.makeShadow*Type() methods, to Shadow*Type constructors, then back to buildShadowType() methods; the recursive call chain is initiated by DataDisplayLink.prepareData() calls to buildShadowType() methods of MathType sub-classes;
        Overrides:
        makeShadowRealType in class RendererJ3D
        Parameters:
        type - FunctionType that returned ShadowType will shadow
        link - DataDisplayLink linking Data to be depicted
        parent - parent in ShadowType tree structure
        Returns:
        constructed ShadowType
        Throws:
        VisADException - a VisAD error occurred
        java.rmi.RemoteException - an RMI error occurred
      • makeShadowSetType

        public ShadowType makeShadowSetType(SetType type,
                                            DataDisplayLink link,
                                            ShadowType parent)
                                     throws VisADException,
                                            java.rmi.RemoteException
        Description copied from class: DataRenderer
        factory for constructing a subclass of ShadowType appropriate for the graphics API, that also adapts ShadowSetType; ShadowType trees are constructed that 'shadow' the MathType trees of Data to be depicted, via recursive calls to buildShadowType() methods of MathType sub-classes, to DataRenderer.makeShadow*Type() methods, to Shadow*Type constructors, then back to buildShadowType() methods; the recursive call chain is initiated by DataDisplayLink.prepareData() calls to buildShadowType() methods of MathType sub-classes;
        Overrides:
        makeShadowSetType in class RendererJ3D
        Parameters:
        type - FunctionType that returned ShadowType will shadow
        link - DataDisplayLink linking Data to be depicted
        parent - parent in ShadowType tree structure
        Returns:
        constructed ShadowType
        Throws:
        VisADException - a VisAD error occurred
        java.rmi.RemoteException - an RMI error occurred
      • makeShadowTupleType

        public ShadowType makeShadowTupleType(TupleType type,
                                              DataDisplayLink link,
                                              ShadowType parent)
                                       throws VisADException,
                                              java.rmi.RemoteException
        Description copied from class: DataRenderer
        factory for constructing a subclass of ShadowType appropriate for the graphics API, that also adapts ShadowTupleType; ShadowType trees are constructed that 'shadow' the MathType trees of Data to be depicted, via recursive calls to buildShadowType() methods of MathType sub-classes, to DataRenderer.makeShadow*Type() methods, to Shadow*Type constructors, then back to buildShadowType() methods; the recursive call chain is initiated by DataDisplayLink.prepareData() calls to buildShadowType() methods of MathType sub-classes;
        Overrides:
        makeShadowTupleType in class RendererJ3D
        Parameters:
        type - FunctionType that returned ShadowType will shadow
        link - DataDisplayLink linking Data to be depicted
        parent - parent in ShadowType tree structure
        Returns:
        constructed ShadowType
        Throws:
        VisADException - a VisAD error occurred
        java.rmi.RemoteException - an RMI error occurred
      • getNoNumbers

        public boolean getNoNumbers()
      • setNoNumbers

        public void setNoNumbers(boolean flag)
      • setNumDecPlaces

        public void setNumDecPlaces(int num)
      • getNumDecPlaces

        public int getNumDecPlaces()
      • getWhyNotDirect

        public java.lang.String getWhyNotDirect()
        Overrides:
        getWhyNotDirect in class DataRenderer
        Returns:
        String with reason MathType and ScalarMaps do not qualify for direct manipulation
      • checkDirect

        public void checkDirect()
                         throws VisADException,
                                java.rmi.RemoteException
        Description copied from class: DataRenderer
        set isDirectManipulation = true if this DataRenderer supports direct manipulation for the MathType of its linked Data, and for its ScalarMaps; intended to be over-ridden by extensions of DataRenderer
        Overrides:
        checkDirect in class DirectManipulationRendererJ3D
        Throws:
        VisADException - a VisAD error occurred
        java.rmi.RemoteException - an RMI error occurred
      • addPoint

        public void addPoint(float[] x)
                      throws VisADException
        Description copied from class: DataRenderer
        add point for temporary rendering; intended to be over-ridden by graphics-API-specific extensions of DataRenderer
        Overrides:
        addPoint in class DirectManipulationRendererJ3D
        Parameters:
        x - 3-D graphics coordinates of point to render
        Throws:
        VisADException - a VisAD error occurred
      • setVectorSpatialValues

        public void setVectorSpatialValues(float[] mbarb,
                                           int which)
      • setSpatialValues

        public void setSpatialValues(float[][] spatial_values)
        set spatialValues from ShadowType.doTransform
        Overrides:
        setSpatialValues in class DataRenderer
        Parameters:
        spatial_values - float[3][number_of_points] of 3-D locations of depiction points
      • checkClose

        public float checkClose(double[] origin,
                                double[] direction)
        find minimum distance from ray to barb tail
        Overrides:
        checkClose in class DataRenderer
        Parameters:
        origin - 3-D origin of ray
        direction - 3-D direction of ray
        Returns:
        minimum distance of ray to any point in spatialValues (spatial values for Data depiction)
      • release_direct

        public void release_direct()
        mouse button released, ending direct manipulation
        Overrides:
        release_direct in class DataRenderer
      • stop_direct

        public void stop_direct()
        Description copied from class: DataRenderer
        discontinue manipulating Data values for current mouse drag; (this only applies to the current mouse drag and is not a general disable)
        Overrides:
        stop_direct in class DataRenderer
      • drag_direct

        public void drag_direct(VisADRay ray,
                                boolean first,
                                int mouseModifiers)
        Description copied from class: DataRenderer
        modify Data values based on direct manipulation mouse actions
        Overrides:
        drag_direct in class DataRenderer
        Parameters:
        ray - 3-D graphics coordinates of ray corresponding to mouse screen location
        first - flag if this is first call (for MouseEvent.MOUSE_PRESSED, not for MouseEvent.MOUSE_DRAGGED)
        mouseModifiers - value of InputEvent.getModifiers() from most recent direct manipulation mouse click
      • makeVector

        public float[] makeVector(boolean south,
                                  float x,
                                  float y,
                                  float z,
                                  float scale,
                                  float pt_size,
                                  float f0,
                                  float f1,
                                  float[] vx,
                                  float[] vy,
                                  float[] vz,
                                  int[] numv,
                                  float[] tx,
                                  float[] ty,
                                  float[] tz,
                                  int[] numt)
        Specified by:
        makeVector in interface BarbRenderer
      • main

        public static void main(java.lang.String[] args)
                         throws VisADException,
                                java.rmi.RemoteException
        test BarbManipulationRendererJ3D
        Throws:
        VisADException
        java.rmi.RemoteException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.