A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

V

value() - Method in class javax.media.j3d.Alpha
This method returns a value between 0.0 and 1.0 inclusive, based on the current time and the time-to-alpha parameters established for this alpha.
value(long) - Method in class javax.media.j3d.Alpha
This method returns a value between 0.0 and 1.0 inclusive, based on the specified time and the time-to-alpha parameters established for this alpha.
valueOf(String) - Static method in enum javax.media.j3d.ImageComponent.ImageClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.media.j3d.NioImageBuffer.ImageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.media.j3d.ImageComponent.ImageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.media.j3d.NioImageBuffer.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
Vector2d - Class in javax.vecmath
A 2-element vector that is represented by double-precision floating point x,y coordinates.
Vector2d(double, double) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified xy coordinates.
Vector2d(double[]) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified array.
Vector2d(Vector2d) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified Vector2d.
Vector2d(Vector2f) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified Vector2f.
Vector2d(Tuple2d) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified Tuple2d.
Vector2d(Tuple2f) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified Tuple2f.
Vector2d() - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d to (0,0).
Vector2f - Class in javax.vecmath
A 2-element vector that is represented by single-precision floating point x,y coordinates.
Vector2f(float, float) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified xy coordinates.
Vector2f(float[]) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified array.
Vector2f(Vector2f) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Vector2f.
Vector2f(Vector2d) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Vector2d.
Vector2f(Tuple2f) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Tuple2f.
Vector2f(Tuple2d) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Tuple2d.
Vector2f() - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f to (0,0).
Vector3d - Class in javax.vecmath
A 3-element vector that is represented by double-precision floating point x,y,z coordinates.
Vector3d(double, double, double) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified xyz coordinates.
Vector3d(double[]) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the array of length 3.
Vector3d(Vector3d) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Vector3d.
Vector3d(Vector3f) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Vector3f.
Vector3d(Tuple3f) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Tuple3f.
Vector3d(Tuple3d) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Tuple3d.
Vector3d() - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d to (0,0,0).
Vector3f - Class in javax.vecmath
A 3-element vector that is represented by single-precision floating point x,y,z coordinates.
Vector3f(float, float, float) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified xyz coordinates.
Vector3f(float[]) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the array of length 3.
Vector3f(Vector3f) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Vector3f.
Vector3f(Vector3d) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Vector3d.
Vector3f(Tuple3f) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Tuple3f.
Vector3f(Tuple3d) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Tuple3d.
Vector3f() - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f to (0,0,0).
Vector4d - Class in javax.vecmath
A 4-element vector represented by double-precision floating point x,y,z,w coordinates.
Vector4d(double, double, double, double) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified xyzw coordinates.
Vector4d(double[]) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the coordinates contained in the array.
Vector4d(Vector4d) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Vector4d.
Vector4d(Vector4f) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Vector4f.
Vector4d(Tuple4f) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Tuple4f.
Vector4d(Tuple4d) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Tuple4d.
Vector4d(Tuple3d) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Tuple3d.
Vector4d() - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d to (0,0,0,0).
Vector4f - Class in javax.vecmath
A 4-element vector represented by single-precision floating point x,y,z,w coordinates.
Vector4f(float, float, float, float) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified xyzw coordinates.
Vector4f(float[]) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the array of length 4.
Vector4f(Vector4f) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Vector4f.
Vector4f(Vector4d) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Vector4d.
Vector4f(Tuple4f) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Tuple4f.
Vector4f(Tuple4d) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Tuple4d.
Vector4f(Tuple3f) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Tuple3f.
Vector4f() - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f to (0,0,0,0).
velocityScaleFactor - Variable in class com.sun.j3d.audioengines.AuralParameters
 
VERTEX_ATTRIBUTE_LOOKUP_ERROR - Static variable in class javax.media.j3d.ShaderError
Indicates a error in looking up a vertex attribute name within a given shader program.
VERTEX_ATTRIBUTES - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray contains one or more arrays of vertex attributes.
View - Class in javax.media.j3d
The View object contains all parameters needed in rendering a three dimensional scene from one viewpoint.
View() - Constructor for class javax.media.j3d.View
Constructs a View object with default parameters.
VIEW_AUTO_UPDATE - Static variable in class com.sun.j3d.utils.universe.ViewInfo
Indicates that updates to the View should be automatically checked with each call to a public method in this class.
VIEW_PLATFORM - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that rotation should occur in view platform coordinates.
Viewer - Class in com.sun.j3d.utils.universe
The Viewer class holds all the information that describes the physical and virtual "presence" in the Java 3D universe.
Viewer() - Constructor for class com.sun.j3d.utils.universe.Viewer
Creates a default viewer object.
Viewer(Canvas3D) - Constructor for class com.sun.j3d.utils.universe.Viewer
Creates a default viewer object.
Viewer(Canvas3D[]) - Constructor for class com.sun.j3d.utils.universe.Viewer
Creates a default viewer object.
Viewer(Canvas3D[], PhysicalBody, PhysicalEnvironment, boolean) - Constructor for class com.sun.j3d.utils.universe.Viewer
Creates a viewer object.
Viewer(URL) - Constructor for class com.sun.j3d.utils.universe.Viewer
Deprecated. create a ConfiguredUniverse to use a configuration file
Viewer(Canvas3D, URL) - Constructor for class com.sun.j3d.utils.universe.Viewer
Deprecated. create a ConfiguredUniverse to use a configuration file
ViewerAvatar - Class in com.sun.j3d.utils.universe
This class holds geomtry that should be associated with the View's avatar.
ViewerAvatar() - Constructor for class com.sun.j3d.utils.universe.ViewerAvatar
Constructs an instance of the ViewerAvatar node.
ViewerAvatarState - Class in com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe
 
ViewerAvatarState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe.ViewerAvatarState
 
ViewInfo - Class in com.sun.j3d.utils.universe
Provides methods to extract synchronized transform information from a View.
ViewInfo(View) - Constructor for class com.sun.j3d.utils.universe.ViewInfo
Creates a new ViewInfo for the specified View.
ViewInfo(View, int) - Constructor for class com.sun.j3d.utils.universe.ViewInfo
Creates a new ViewInfo for the specified View.
ViewInfo(View, int, Map, Map) - Constructor for class com.sun.j3d.utils.universe.ViewInfo
Creates a new ViewInfo for the specified View.
ViewingPlatform - Class in com.sun.j3d.utils.universe
This class is used to set up the "view" side of a Java 3D scene graph.
ViewingPlatform() - Constructor for class com.sun.j3d.utils.universe.ViewingPlatform
Creates a default ViewingPlatform object.
ViewingPlatform(int) - Constructor for class com.sun.j3d.utils.universe.ViewingPlatform
Creates the ViewingPlatform object.
ViewPlatform - Class in javax.media.j3d
The ViewPlatform leaf node object controls the position, orientation and scale of the viewer.
ViewPlatform() - Constructor for class javax.media.j3d.ViewPlatform
Constructs a ViewPlatform object with default parameters.
ViewPlatformAWTBehavior - Class in com.sun.j3d.utils.behaviors.vp
Abstract class which implements much of the event tracking and state updating in a thread safe manner.
ViewPlatformAWTBehavior(Canvas3D, int) - Constructor for class com.sun.j3d.utils.behaviors.vp.ViewPlatformAWTBehavior
Constructs a new ViewPlatformAWTBehavior.
ViewPlatformBehavior - Class in com.sun.j3d.utils.behaviors.vp
Abstract class for ViewPlatformBehaviors.
ViewPlatformBehavior() - Constructor for class com.sun.j3d.utils.behaviors.vp.ViewPlatformBehavior
 
ViewPlatformState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
ViewPlatformState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ViewPlatformState
 
ViewSpecificGroup - Class in javax.media.j3d
The ViewSpecificGroup node is a Group whose descendants are rendered only on a specified set of views.
ViewSpecificGroup() - Constructor for class javax.media.j3d.ViewSpecificGroup
Constructs and initializes a new ViewSpecificGroup node object.
VIRTUAL_EYE - Static variable in class javax.media.j3d.View
Specifies that the associated distance is measured from the eye in virtual world coordinates.
VIRTUAL_SCREEN - Static variable in class javax.media.j3d.View
Specifies that the associated distance is measured from the screen in virtual world coordinates.
VIRTUAL_UNITS - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that translation speed is in virtual world units.
VIRTUAL_WORLD - Static variable in class javax.media.j3d.View
Policy for resizing and moving windows.
VirtualUniverse - Class in javax.media.j3d
A VirtualUniverse object is the top-level container for all scene graphs.
VirtualUniverse() - Constructor for class javax.media.j3d.VirtualUniverse
Constructs a new VirtualUniverse.
VISIBILITY_DRAW_ALL - Static variable in class javax.media.j3d.View
Policy that specifies that both visible and invisible objects should be drawn.
VISIBILITY_DRAW_INVISIBLE - Static variable in class javax.media.j3d.View
Policy that specifies that only invisible objects should be drawn.
VISIBILITY_DRAW_VISIBLE - Static variable in class javax.media.j3d.View
Policy that specifies that only visible objects should be drawn.
VWORLD_FIXED - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that rotation or scale should be about a fixed point in virtual world coordinates.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z