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

A

absolute(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple2d
Sets each component of this tuple to its absolute value.
absolute(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple2f
Sets each component of this tuple to its absolute value.
absolute(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple2i
Sets each component of this tuple to its absolute value.
absolute(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple3d
Sets each component of this tuple to its absolute value.
absolute(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple3f
Sets each component of this tuple to its absolute value.
absolute(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple3i
Sets each component of this tuple to its absolute value.
absolute(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple4d
Sets each component of this tuple to its absolute value.
absolute(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple4f
Sets each component of this tuple to its absolute value.
absolute(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple4i
Sets each component of this tuple to its absolute value.
AccelerationTime(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the time interval for accelerating to the translation, rotation, or scale speeds and for transitioning between the normal and fast translation speeds.
active - Variable in class com.sun.j3d.audioengines.AudioEngineThread
This indicates that this thread has been activated by MC
add(HiResCoord, HiResCoord) - Method in class javax.media.j3d.HiResCoord
Adds two HiResCoords placing the results into this HiResCoord.
add(Transform3D) - Method in class javax.media.j3d.Transform3D
Adds this transform to transform t1 and places the result into this: this = this + t1.
add(Transform3D, Transform3D) - Method in class javax.media.j3d.Transform3D
Adds transforms t1 and t2 and places the result into this transform.
add(GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to sum of itself and matrix m1.
add(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to sum of itself and the specified vector
add(GVector, GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the vector sum of vectors vector1 and vector2.
add(double) - Method in class javax.vecmath.Matrix3d
Adds a scalar to each component of this matrix.
add(double, Matrix3d) - Method in class javax.vecmath.Matrix3d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the sum of itself and matrix m1.
add(float) - Method in class javax.vecmath.Matrix3f
Adds a scalar to each component of this matrix.
add(float, Matrix3f) - Method in class javax.vecmath.Matrix3f
Adds a scalar to each component of the matrix m1 and places the result into this.
add(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of itself and matrix m1.
add(double) - Method in class javax.vecmath.Matrix4d
Adds a scalar to each component of this matrix.
add(double, Matrix4d) - Method in class javax.vecmath.Matrix4d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to sum of itself and matrix m1.
add(float) - Method in class javax.vecmath.Matrix4f
Adds a scalar to each component of this matrix.
add(float, Matrix4f) - Method in class javax.vecmath.Matrix4f
Adds a scalar to each component of the matrix m1 and places the result into this.
add(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the sum of itself and matrix m1.
add(Tuple2d, Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple2f, Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple2i, Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the sum of itself and t1.
add(Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the sum of itself and t1.
add(Tuple3f, Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the sum of itself and t1.
add(Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the tuple sum of tuples t1 and t2.
add(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the sum of itself and tuple t1.
add(Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the sum of itself and t1.
add(Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the sum of itself and t1.
addBackgroundNode(Background) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given Background node to the list of backgrounds.
addBehaviorNode(Behavior) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given behavior to a list of behaviors
addBranchGraph(BranchGroup) - Method in class com.sun.j3d.utils.universe.SimpleUniverse
Used to add Nodes to the geometry side (as opposed to the view side) of the scene graph.
addBranchGraph(BranchGroup) - Method in class javax.media.j3d.Locale
Add a new branch graph rooted at BranchGroup to the list of branch graphs.
addCanvas3D(Canvas3D) - Method in class javax.media.j3d.View
Adds the given Canvas3D at the end of the list.
addChild(Node) - Method in class javax.media.j3d.Group
Appends the specified child node to this group node's list of children.
addChild(Node, int[]) - Method in class javax.media.j3d.OrderedGroup
Appends the specified child node to this group node's list of children, and sets the child index order array to the specified array.
addChild(Node) - Method in class javax.media.j3d.OrderedGroup
Appends the specified child node to this group node's list of children.
addDescription(String) - Method in class com.sun.j3d.loaders.SceneBase
Sets the text description of the scene to the passed in String.
addFogNode(Fog) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given Fog node to the list of fog nodes.
addGeometry(Geometry) - Method in class javax.media.j3d.Shape3D
Appends the specified geometry component to this Shape3D node's list of geometry components.
addGraphStructureChangeListener(GraphStructureChangeListener) - Method in class javax.media.j3d.VirtualUniverse
Adds the specified GraphStructureChangeListener to the set of listeners that will be notified when the graph structure is changed on a live scene graph.
addHorizontalFOV(float) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given field of view value to the list of field of view values.
addInputDevice(InputDevice) - Method in class javax.media.j3d.PhysicalEnvironment
Add an input device to the list of input devices.
addLight(Light) - Method in class javax.media.j3d.GraphicsContext3D
Appends the specified light to this graphics context's list of lights.
addLightNode(Light) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given Light node to the list of lights.
addListener(Component) - Method in class com.sun.j3d.utils.behaviors.keyboard.KeyNavigatorBehavior
Adds this behavior as a KeyListener to the specified component.
addListener(Component) - Method in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
Adds this behavior as a MouseListener, mouseWheelListener and MouseMotionListener to the specified component.
addNamedObject(String, Object) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given String/Object pair to the table of named objects.
addNotify() - Method in class javax.media.j3d.Canvas3D
Canvas3D uses the addNotify callback to track when it is added to a container.
addObjectName(String, SceneGraphObject) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileWriter
Add a named reference to a SceneGraphObject in the file.
addReference(SceneGraphObject) - Method in interface com.sun.j3d.utils.scenegraph.io.SceneGraphObjectReferenceControl
Add a reference to the scenegraph object specified and return the nodeID for the object Use only during the save cycle
addScope(Group) - Method in class javax.media.j3d.AlternateAppearance
Appends the specified Group node to this AlternateAppearance node's list of scopes.
addScope(Group) - Method in class javax.media.j3d.Fog
Appends the specified Group node to this Fog node's list of scopes.
addScope(Group) - Method in class javax.media.j3d.Light
Appends the specified Group node to this Light node's list of scopes.
addScope(Group) - Method in class javax.media.j3d.ModelClip
Appends the specified Group node to this ModelClip node's list of scopes.
addSensorButtonListener(Sensor, int, SensorButtonListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Creates a binding of the specified sensor button to the given SensorButtonListener implementation.
addSensorButtonListener(Sensor, SensorButtonListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Creates a binding from all the buttons on the specified sensor to the given SensorButtonListener implementation.
addSensorButtonListeners(Sensor, SensorButtonListener[]) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Creates a binding of the specified sensor to the given array of SensorButtonListener implementations.
addSensorReadListener(Sensor, SensorReadListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Creates a binding of the specified sensor to the given SensorReadListener.
addShaderErrorListener(ShaderErrorListener) - Method in class javax.media.j3d.VirtualUniverse
Adds the specified ShaderErrorListener to the set of listeners that will be notified when a programmable shader error is detected on a live scene graph.
addSound(Sound) - Method in class javax.media.j3d.GraphicsContext3D
Appends the specified sound to this graphics context's list of sounds.
addSoundNode(Sound) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given Sound node to the list of sounds.
addSwitch(Switch) - Method in class javax.media.j3d.LOD
Appends the specified switch node to this LOD's list of switches.
addView(View) - Method in class javax.media.j3d.ViewSpecificGroup
Appends the specified View object to this node's list of views.
addViewGroup(TransformGroup) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given group to the list of view groups.
AFFINE - Static variable in class javax.media.j3d.Transform3D
An affine matrix can translate, rotate, reflect, scale anisotropically, and shear.
ALIGN_CENTER - Static variable in class javax.media.j3d.Text3D
alignment: the center of the string is placed on the position point.
ALIGN_FIRST - Static variable in class javax.media.j3d.Text3D
alignment: the first character of the string is placed on the position point.
ALIGN_LAST - Static variable in class javax.media.j3d.Text3D
alignment: the last character of the string is placed on the position point.
ALL_GEOM_INFO - Static variable in class javax.media.j3d.PickInfo
Specifies that this PickInfo returns all the closest intersection geometry informations.
allElements() - Method in class javax.media.j3d.WakeupCondition
Returns an enumeration of all WakeupCriterias in this Condition.
ALLOW_ALIGNMENT_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text alignment value.
ALLOW_ALIGNMENT_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the text alignment value.
ALLOW_ALPHA_TEST_FUNCTION_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its alpha test function component information.
ALLOW_ALPHA_TEST_FUNCTION_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its alpha test function component information.
ALLOW_ALPHA_TEST_VALUE_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its alpha test value component information.
ALLOW_ALPHA_TEST_VALUE_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its alpha test value component information.
ALLOW_ANGULAR_ATTENUATION_READ - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows access to its object's cone params information.
ALLOW_ANGULAR_ATTENUATION_WRITE - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows writing to its object's cone params information.
ALLOW_ANISOTROPIC_FILTER_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its anistropic filter information (e.g., anisotropic mode, anisotropic filter)
ALLOW_ANTIALIASING_READ - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows reading its line antialiasing flag.
ALLOW_ANTIALIASING_READ - Static variable in class javax.media.j3d.PointAttributes
Specifies that this PointAttributes object allows reading its point antialiasing flag.
ALLOW_ANTIALIASING_WRITE - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows writing its line antialiasing flag.
ALLOW_ANTIALIASING_WRITE - Static variable in class javax.media.j3d.PointAttributes
Specifies that this PointAttributes object allows writing its point antialiasing flag.
ALLOW_APPEARANCE_OVERRIDE_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that this node allows reading its appearance override enable flag.
ALLOW_APPEARANCE_OVERRIDE_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that this node allows reading its appearance override enable flag.
ALLOW_APPEARANCE_OVERRIDE_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that this node allows writing its appearance override enable flag.
ALLOW_APPEARANCE_OVERRIDE_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies that this node allows writing its appearance override enable flag.
ALLOW_APPEARANCE_READ - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows read access to its appearance information.
ALLOW_APPEARANCE_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows read access to its appearance information.
ALLOW_APPEARANCE_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows read access to its appearance information.
ALLOW_APPEARANCE_WRITE - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows write access to its appearance information.
ALLOW_APPEARANCE_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows write access to its appearance information.
ALLOW_APPEARANCE_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows write access to its appearance information.
ALLOW_APPLICATION_BOUNDS_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its application bounds and bounding leaf at runtime.
ALLOW_APPLICATION_BOUNDS_READ - Static variable in class javax.media.j3d.Clip
Specifies that the Clip allows read access to its application bounds and bounding leaf at runtime.
ALLOW_APPLICATION_BOUNDS_READ - Static variable in class javax.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows read access to its application bounds
ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its application bounds and bounding leaf at runtime.
ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Clip
Specifies that the Clip allows write access to its application bounds and bounding leaf at runtime.
ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows write access to its application bounds
ALLOW_ATTENUATION_READ - Static variable in class javax.media.j3d.PointLight
Specifies that this PointLight node allows reading its attenuation information.
ALLOW_ATTENUATION_WRITE - Static variable in class javax.media.j3d.PointLight
Specifies that this PointLight node allows writing its attenuation information.
ALLOW_ATTRIBUTE_GAIN_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's attribute gain scale factor information.
ALLOW_ATTRIBUTE_GAIN_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's attribute gain scale factor information.
ALLOW_ATTRIBUTES_READ - Static variable in class javax.media.j3d.ShaderAttributeSet
Specifies that this ShaderAttributeSet object allows reading its attributes.
ALLOW_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows the reading of it's aural attributes information
ALLOW_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.ShaderAttributeSet
Specifies that this ShaderAttributeSet object allows writing its attributes.
ALLOW_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows the writing of it's aural attribute information
ALLOW_AUTO_COMPUTE_BOUNDS_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its bounds auto compute information.
ALLOW_AUTO_COMPUTE_BOUNDS_WRITE - Static variable in class javax.media.j3d.Node
Specifies that this Node allows write access to its bounds auto compute information.
ALLOW_AXIS_READ - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows reading its alignment axis information.
ALLOW_AXIS_WRITE - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows writing its alignment axis information.
ALLOW_BACK_DISTANCE_READ - Static variable in class javax.media.j3d.Clip
Specifies that the Clip allows read access to its back distance at runtime.
ALLOW_BACK_DISTANCE_WRITE - Static variable in class javax.media.j3d.Clip
Specifies that the Clip allows write access to its back distance at runtime.
ALLOW_BLEND_COLOR_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture blend color component information.
ALLOW_BLEND_COLOR_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture blend color component information.
ALLOW_BLEND_FUNCTION_READ - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its blend function.
ALLOW_BLEND_FUNCTION_WRITE - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows writing its blend function.
ALLOW_BOUNDARY_COLOR_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its boundary color information.
ALLOW_BOUNDARY_MODE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its boundary mode information.
ALLOW_BOUNDING_BOX_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text string bounding box value
ALLOW_BOUNDS_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its bounds information.
ALLOW_BOUNDS_WRITE - Static variable in class javax.media.j3d.Node
Specifies that this Node allows write access to its bounds information.
ALLOW_CACHE_READ - Static variable in class javax.media.j3d.MediaContainer
For MediaContainer component objects, specifies that this object allows the reading of its cached flag.
ALLOW_CACHE_WRITE - Static variable in class javax.media.j3d.MediaContainer
For MediaContainer component objects, specifies that this object allows the writing of its cached flag.
ALLOW_CHANNELS_USED_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its number of channels used by this sound.
ALLOW_CHARACTER_SPACING_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text character spacing value.
ALLOW_CHARACTER_SPACING_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the text character spacing value.
ALLOW_CHILD_INDEX_ORDER_READ - Static variable in class javax.media.j3d.OrderedGroup
Specifies that this OrderedGroup node allows reading its child index order information.
ALLOW_CHILD_INDEX_ORDER_WRITE - Static variable in class javax.media.j3d.OrderedGroup
Specifies that this OrderedGroup node allows writing its child index order information.
ALLOW_CHILDREN_EXTEND - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows adding new children.
ALLOW_CHILDREN_READ - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows reading its children.
ALLOW_CHILDREN_WRITE - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows writing its children.
ALLOW_CLIP_MODE_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the clip mode.
ALLOW_CLIP_MODE_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the clip mode.
ALLOW_COLLIDABLE_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows reading its collidability state.
ALLOW_COLLIDABLE_WRITE - Static variable in class javax.media.j3d.Node
Specifies that this Node allows write access its collidability state.
ALLOW_COLLISION_BOUNDS_READ - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows reading its collision Bounds
ALLOW_COLLISION_BOUNDS_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows reading its collision Bounds.
ALLOW_COLLISION_BOUNDS_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows reading its collision Bounds
ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows writing its collision Bounds
ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies the node allows writing its collision Bounds.
ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies the node allows writing its collision Bounds
ALLOW_COLOR_INDEX_READ - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of color indices.
ALLOW_COLOR_INDEX_WRITE - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of color indices.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its color at runtime.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows reading its color component information.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows read access to its color information.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of colors.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.Light
Specifies that this Light allows read access to its color information at runtime.
ALLOW_COLOR_TABLE_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture color table component information.
ALLOW_COLOR_TABLE_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture color table component information.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its color at runtime.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows writing its color component information.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows write access to its color information.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of colors.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.Light
Specifies that this Light allows write access to its color information at runtime.
ALLOW_COLORING_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its coloringAttributes component information.
ALLOW_COLORING_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its coloringAttributes component information.
ALLOW_COMBINE_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture combine mode information.
ALLOW_COMBINE_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture combine mode information.
ALLOW_COMPONENT_READ - Static variable in class javax.media.j3d.Material
For material object, specifies that Material allows reading individual component field information.
ALLOW_COMPONENT_WRITE - Static variable in class javax.media.j3d.Material
For material object, specifies that Material allows reading individual component field information.
ALLOW_CONCENTRATION_READ - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows reading its spot lights concentration information.
ALLOW_CONCENTRATION_WRITE - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows writing to its spot lights concentration information.
ALLOW_CONT_PLAY_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's continuous play information.
ALLOW_CONT_PLAY_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's continuous play information.
ALLOW_COORDINATE_INDEX_READ - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of coordinate indices.
ALLOW_COORDINATE_INDEX_WRITE - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of coordinate indices.
ALLOW_COORDINATE_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of coordinates.
ALLOW_COORDINATE_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of coordinates.
ALLOW_COUNT_READ - Static variable in class javax.media.j3d.CompressedGeometry
Deprecated. Specifies that this CompressedGeometry object allows reading its byte count information.
ALLOW_COUNT_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the count or initial index information for this object.
ALLOW_COUNT_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the count or initial index information for this object.
ALLOW_CULL_FACE_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its cull face information.
ALLOW_CULL_FACE_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its cull face information.
ALLOW_DATA_READ - Static variable in class javax.media.j3d.DepthComponent
Specifies that this DepthComponent object allows reading its depth data component information.
ALLOW_DECAY_FILTER_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb decay filter information.
ALLOW_DECAY_FILTER_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb decay filter information.
ALLOW_DECAY_TIME_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb decay time information.
ALLOW_DECAY_TIME_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb decay time information.
ALLOW_DENSITY_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb density information.
ALLOW_DENSITY_READ - Static variable in class javax.media.j3d.ExponentialFog
Specifies that this ExponentialFog node allows read access to its density information.
ALLOW_DENSITY_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb density information.
ALLOW_DENSITY_WRITE - Static variable in class javax.media.j3d.ExponentialFog
Specifies that this ExponentialFog node allows write access to its density information.
ALLOW_DEPTH_COMPONENT_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the depth component.
ALLOW_DEPTH_COMPONENT_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the depth component.
ALLOW_DEPTH_ENABLE_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its depth buffer enable and depth buffer write enable component information.
ALLOW_DEPTH_ENABLE_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its depth buffer enable and depth buffer write enable component information.
ALLOW_DEPTH_TEST_FUNCTION_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its depth test function component information.
ALLOW_DEPTH_TEST_FUNCTION_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its depth test function component information.
ALLOW_DETACH - Static variable in class javax.media.j3d.BranchGroup
For BranchGroup nodes, specifies that this BranchGroup allows detaching from its parent.
ALLOW_DETAIL_TEXTURE_READ - Static variable in class javax.media.j3d.Texture2D
Specifies that this Texture object allows reading its detail texture information (e.g., detail texture image, detail texture mode, detail texture function, detail texture function points count, detail texture level)
ALLOW_DIFFUSION_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb diffusion information.
ALLOW_DIFFUSION_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb diffusion information.
ALLOW_DIRECTION_READ - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows access to its object's direction information.
ALLOW_DIRECTION_READ - Static variable in class javax.media.j3d.DirectionalLight
Specifies that the Node allows access to its object's direction information.
ALLOW_DIRECTION_READ - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows reading its spot lights direction information.
ALLOW_DIRECTION_WRITE - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows writing to its object's direction information.
ALLOW_DIRECTION_WRITE - Static variable in class javax.media.j3d.DirectionalLight
Specifies that the Node allows writing to its object's direction information.
ALLOW_DIRECTION_WRITE - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows writing to its spot lights direction information.
ALLOW_DISTANCE_FILTER_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's frequency cutoff information.
ALLOW_DISTANCE_FILTER_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's frequency cutoff information.
ALLOW_DISTANCE_GAIN_READ - Static variable in class javax.media.j3d.PointSound
Specifies that this node allows access to its object's distance gain attenuation information.
ALLOW_DISTANCE_GAIN_WRITE - Static variable in class javax.media.j3d.PointSound
Specifies that this node allows writing to its object's distance gain attenuation information.
ALLOW_DISTANCE_READ - Static variable in class javax.media.j3d.LinearFog
Specifies that this LinearFog node allows read access to its distance information.
ALLOW_DISTANCE_WRITE - Static variable in class javax.media.j3d.LinearFog
Specifies that this LinearFog node allows write access to its distance information.
ALLOW_DURATION_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound duration information.
ALLOW_ENABLE_READ - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows read access to its enable flags at runtime.
ALLOW_ENABLE_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound on information.
ALLOW_ENABLE_READ - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its enable flag.
ALLOW_ENABLE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its enable flag.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows write access to its enable flags at runtime.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's sound on information.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows writing its enable flag.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows writing its enable flag.
ALLOW_FILTER4_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its filter4 function information.
ALLOW_FILTER_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its filter information.
ALLOW_FONT3D_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the Font3D component information.
ALLOW_FONT3D_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the Font3D component information.
ALLOW_FORMAT_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the vertex format information for this object.
ALLOW_FORMAT_READ - Static variable in class javax.media.j3d.ImageComponent
Specifies that this ImageComponent object allows reading its format component information.
ALLOW_FORMAT_READ - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its format information.
ALLOW_FORMAT_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its format information.
ALLOW_FREQUENCY_SCALE_FACTOR_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's frequency scale factor information.
ALLOW_FREQUENCY_SCALE_FACTOR_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's frequency scale factor information.
ALLOW_GEOMETRY_ARRAY_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows read access to its geometry information.
ALLOW_GEOMETRY_ARRAY_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows write access to its geometry information.
ALLOW_GEOMETRY_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its background geometry at runtime.
ALLOW_GEOMETRY_READ - Static variable in class javax.media.j3d.CompressedGeometry
Deprecated. Specifies that this CompressedGeometry object allows reading its geometry data component information.
ALLOW_GEOMETRY_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows read access to its geometry information.
ALLOW_GEOMETRY_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its background geometry at runtime.
ALLOW_GEOMETRY_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows write access to its geometry information.
ALLOW_HEADER_READ - Static variable in class javax.media.j3d.CompressedGeometry
Deprecated. Specifies that this CompressedGeometry object allows reading its header information.
ALLOW_IGNORE_VERTEX_COLORS_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its ignore vertex colors information.
ALLOW_IGNORE_VERTEX_COLORS_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its ignore vertex colors information.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its image at runtime.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.ImageComponent
Specifies that this ImageComponent object allows reading its image component information.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the image.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its image component information.
ALLOW_IMAGE_SCALE_MODE_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its image scale mode at runtime.
ALLOW_IMAGE_SCALE_MODE_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its image scale mode at runtime.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its image at runtime.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.ImageComponent
Specifies that this ImageComponent object allows writing its image component information.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the image.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows writing its image component information.
ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows read access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows read access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class javax.media.j3d.Light
Specifies that this Light allows read access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows read access to its influencing bounds and bounding leaf at runtime.
ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows write access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows write access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class javax.media.j3d.Light
Specifies that this Light allows write access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows write access to its influencing bounds and bounding leaf at runtime.
ALLOW_INITIAL_GAIN_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's initial gain information.
ALLOW_INITIAL_GAIN_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's initial gain information.
ALLOW_INTERSECT - Static variable in class javax.media.j3d.Geometry
Specifies that this Geometry allows intersect operation.
ALLOW_IS_PLAYING_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound audibly playing or playing silently status.
ALLOW_IS_READY_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound status denoting if it is ready to be played 'immediately'.
ALLOW_LINE_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its line component information.
ALLOW_LINE_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its line component information.
ALLOW_LINK_READ - Static variable in class javax.media.j3d.SharedGroup
Specifies that this SharedGroup node allows reading the list of links that refer to this node.
ALLOW_LOCAL_TO_VWORLD_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its local coordinates to virtual world (Vworld) coordinates transform.
ALLOW_LOCALE_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its Locale.
ALLOW_LOD_RANGE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its LOD range information (e.g., base level, maximum level, minimum lod, maximum lod, lod offset)
ALLOW_LOD_RANGE_WRITE - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows writing its LOD range information (e.g., base level, maximum level, minimum lod, maximum lod, lod offset)
ALLOW_LOOP_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's loop information.
ALLOW_LOOP_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's loop information.
ALLOW_MATERIAL_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its material component information.
ALLOW_MATERIAL_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its material component information.
ALLOW_MIPMAP_MODE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its mipmap mode information.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows reading its alignment mode information.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its polygon mode information.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its mode information.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture mode component information and perspective correction mode.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its transparency mode component information.
ALLOW_MODE_WRITE - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows writing its alignment mode information.
ALLOW_MODE_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its polygon mode information.
ALLOW_MODE_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture mode component information and perspective correction mode.
ALLOW_MODE_WRITE - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows writing its transparency mode component information.
ALLOW_MUTE_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's mute flag information.
ALLOW_MUTE_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's mute flag information.
ALLOW_NAMES_READ - Static variable in class javax.media.j3d.ShaderProgram
Specifies that this ShaderProgram object allows reading its shader or vertex attribute names.
ALLOW_NORMAL_FLIP_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its back face normal flip flag.
ALLOW_NORMAL_FLIP_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its back face normal flip flag.
ALLOW_NORMAL_INDEX_READ - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of normal indices.
ALLOW_NORMAL_INDEX_WRITE - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of normal indices.
ALLOW_NORMAL_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of normals.
ALLOW_NORMAL_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of normals.
ALLOW_OFFSET_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its polygon offset information.
ALLOW_OFFSET_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the source or destination offset.
ALLOW_OFFSET_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its polygon offset information.
ALLOW_OFFSET_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the source or destination offset.
ALLOW_PARENT_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its parent Group node.
ALLOW_PATH_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text path value.
ALLOW_PATH_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the text path value.
ALLOW_PATTERN_READ - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows reading its line pattern information.
ALLOW_PATTERN_WRITE - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows writing its line pattern information.
ALLOW_PAUSE_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's pause flag information.
ALLOW_PAUSE_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's pause flag information.
ALLOW_PICKABLE_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows reading its pickability state.
ALLOW_PICKABLE_WRITE - Static variable in class javax.media.j3d.Node
Specifies that this Node allows write access its pickability state.
ALLOW_PLANE_READ - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows read access to its planes at runtime.
ALLOW_PLANE_READ - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its planeS, planeR, and planeT component information.
ALLOW_PLANE_WRITE - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows write access to its planes at runtime.
ALLOW_PLANE_WRITE - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows writing its planeS, planeR, and planeT component information.
ALLOW_POINT_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its point component information.
ALLOW_POINT_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its point component information.
ALLOW_POINT_READ - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows reading its rotation point information.
ALLOW_POINT_WRITE - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows writing its rotation point information.
ALLOW_POLICY_READ - Static variable in class javax.media.j3d.ViewPlatform
Specifies that the ViewPlatform allows read access to its view attach policy information at runtime.
ALLOW_POLICY_WRITE - Static variable in class javax.media.j3d.ViewPlatform
Specifies that the ViewPlatform allows write access to its view attach policy information at runtime.
ALLOW_POLYGON_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its polygon component information.
ALLOW_POLYGON_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its polygon component information.
ALLOW_POSITION_READ - Static variable in class javax.media.j3d.PointLight
Specifies that this PointLight node allows reading its position information.
ALLOW_POSITION_READ - Static variable in class javax.media.j3d.PointSound
Specifies that this node allows access to its object's position information.
ALLOW_POSITION_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the position.
ALLOW_POSITION_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text position value.
ALLOW_POSITION_WRITE - Static variable in class javax.media.j3d.PointLight
Specifies that this PointLight node allows writing its position information.
ALLOW_POSITION_WRITE - Static variable in class javax.media.j3d.PointSound
Specifies that this node allows writing to its object's position information.
ALLOW_POSITION_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the position.
ALLOW_POSITION_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the text position value.
ALLOW_PRIORITY_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows read access to its priority order value.
ALLOW_PRIORITY_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows write access to its priority order value.
ALLOW_RASTER_OP_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its raster operation information.
ALLOW_RASTER_OP_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its raster operation information.
ALLOW_RATE_SCALE_FACTOR_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sample rate scale factor information.
ALLOW_RATE_SCALE_FACTOR_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's sample rate scale factor information.
ALLOW_REF_DATA_READ - Static variable in class javax.media.j3d.CompressedGeometry
Deprecated. Specifies that this CompressedGeometry allows reading the geometry data reference information for this object.
ALLOW_REF_DATA_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the geometry data reference information for this object.
ALLOW_REF_DATA_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the geometry data reference information for this object.
ALLOW_REFLECTION_COEFFICIENT_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reflection coefficient.
ALLOW_REFLECTION_COEFFICIENT_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reflection coefficient.
ALLOW_REFLECTION_DELAY_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reflection delay information.
ALLOW_REFLECTION_DELAY_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reflection delay information.
ALLOW_REGION_READ - Static variable in class javax.media.j3d.BoundingLeaf
Specifies that this BoundingLeaf node allows read access to its bounding region object.
ALLOW_REGION_WRITE - Static variable in class javax.media.j3d.BoundingLeaf
Specifies that this BoundingLeaf node allows write access to its bounding region object.
ALLOW_RELEASE_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's release flag information.
ALLOW_RELEASE_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's release flag information.
ALLOW_RENDERING_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its rendering/rasterization component information.
ALLOW_RENDERING_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its rendering/rasterization component information.
ALLOW_REVERB_COEFFICIENT_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb coefficient.
ALLOW_REVERB_COEFFICIENT_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb coefficient.
ALLOW_REVERB_DELAY_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverberation delay information.
ALLOW_REVERB_DELAY_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverberation delay information.
ALLOW_REVERB_ORDER_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb order (feedback loop) information.
ALLOW_REVERB_ORDER_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb order (feedback loop) information.
ALLOW_ROLLOFF_READ - Static variable in