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

E

EMISSIVE - Static variable in class javax.media.j3d.Material
Specifies that per-vertex colors replace the emissive material color.
ENABLE_COLLISION_REPORTING - Static variable in class javax.media.j3d.Node
Specifies that this Node will be reported in the collision SceneGraphPath if a collision occurs.
ENABLE_PICK_REPORTING - Static variable in class javax.media.j3d.Node
Specifies that this Node will be reported in the pick SceneGraphPath if a pick occurs.
epsilonEquals(Transform3D, double) - Method in class javax.media.j3d.Transform3D
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
EQUAL - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that pixels are drawn if the two values being tested are equal.
equals(Object) - Method in class javax.media.j3d.BoundingBox
Indicates whether the specified bounds object is equal to this BoundingBox object.
equals(Object) - Method in class javax.media.j3d.BoundingPolytope
Indicates whether the specified bounds object is equal to this BoundingPolytope object.
equals(Object) - Method in class javax.media.j3d.BoundingSphere
Indicates whether the specified bounds object is equal to this BoundingSphere object.
equals(Object) - Method in class javax.media.j3d.Bounds
Indicates whether the specified bounds object is equal to this Bounds object.
equals(HiResCoord) - Method in class javax.media.j3d.HiResCoord
Compares the specified HiResCoord to this HiResCoord.
equals(Object) - Method in class javax.media.j3d.HiResCoord
Returns true if the Object o1 is of type HiResCoord and all of the data members of o1 are equal to the corresponding data members in this HiResCoord.
equals(SceneGraphPath) - Method in class javax.media.j3d.SceneGraphPath
Returns true if all of the data members of path testPath are equal to the corresponding data members in this SceneGraphPath and if the values of the transforms is equal.
equals(Object) - Method in class javax.media.j3d.SceneGraphPath
Returns true if the Object o1 is of type SceneGraphPath and all of the data members of o1 are equal to the corresponding data members in this SceneGraphPath and if the values of the transforms is equal.
equals(Transform3D) - Method in class javax.media.j3d.Transform3D
Returns true if all of the data members of transform t1 are equal to the corresponding data members in this Transform3D.
equals(Object) - Method in class javax.media.j3d.Transform3D
Returns true if the Object o1 is of type Transform3D and all of the data members of o1 are equal to the corresponding data members in this Transform3D.
errorOccurred(RenderingError) - Method in interface javax.media.j3d.RenderingErrorListener
Invoked when an error occurs in the Java 3D rendering system.
errorOccurred(ShaderError) - Method in interface javax.media.j3d.ShaderErrorListener
Invoked when an error occurs while compiling, linking or executing a programmable shader.
ExponentialFog - Class in javax.media.j3d
The ExponentialFog leaf node extends the Fog leaf node by adding a fog density that is used as the exponent of the fog equation.
ExponentialFog() - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with default parameters.
ExponentialFog(Color3f) - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color.
ExponentialFog(Color3f, float) - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color and density.
ExponentialFog(float, float, float) - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color.
ExponentialFog(float, float, float, float) - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color and density.
EYE_LINEAR - Static variable in class javax.media.j3d.TexCoordGeneration
Generates texture coordinates as a linear function in eye coordinates.

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