Serialized Form


Package javax.media.j3d

Class javax.media.j3d.BadTransformException implements Serializable

Class javax.media.j3d.Canvas3D implements Serializable

Serialized Fields

active

boolean active

canvasId

long canvasId

canvasViewCache

javax.media.j3d.CanvasViewCache canvasViewCache

ctx

int ctx

ctxEyeLightingEnable

boolean ctxEyeLightingEnable

currentAppear

javax.media.j3d.AppearanceRetained currentAppear

currentLights

javax.media.j3d.LightRetained[] currentLights
The list of lights that are currently being represented in the native graphics context.

currentMaterial

javax.media.j3d.MaterialRetained currentMaterial

depthBufferWriteEnableOverride

boolean depthBufferWriteEnableOverride
Flag to overide RenderAttributes.depthBufferWriteEnable

display

int display

doubleBufferAvailable

boolean doubleBufferAvailable

doubleBufferEnable

boolean doubleBufferEnable

dsi

sun.awt.DrawingSurfaceInfo dsi

eventCatcher

javax.media.j3d.EventCatcher eventCatcher

first_repaint

boolean first_repaint

graphicsContext3D

GraphicsContext3D graphicsContext3D

isRescaleNormal

boolean isRescaleNormal

isRunning

boolean isRunning

leftManualEyeInImagePlate

Point3d leftManualEyeInImagePlate

lightChanged

boolean lightChanged

localEyeLightingEnable

boolean localEyeLightingEnable

localToVWorldSrc

Transform3D localToVWorldSrc

nativeWSobj

javax.media.j3d.NativeWSInfo nativeWSobj

parent

java.awt.Container parent

removeNotified

boolean removeNotified

resetCtx

boolean resetCtx

rightManualEyeInImagePlate

Point3d rightManualEyeInImagePlate

sceneAntialiasingAvailable

boolean sceneAntialiasingAvailable

stereoAvailable

boolean stereoAvailable

stereoEnable

boolean stereoEnable

textureList

java.util.ArrayList textureList

vfPlanesValid

boolean vfPlanesValid

vid

int vid

view

View view

visible

boolean visible

window

int window

zombiePass0

int zombiePass0

zombiePass1

int zombiePass1

zombieTextureList

java.util.ArrayList[] zombieTextureList

Class javax.media.j3d.CapabilityNotSetException implements Serializable

Class javax.media.j3d.DanglingReferenceException implements Serializable

Class javax.media.j3d.GraphicsConfigTemplate3D implements Serializable

Serialized Fields

blueSize

int blueSize

depthSize

int depthSize

doubleBuffer

int doubleBuffer

greenSize

int greenSize

nativeTemplate

javax.media.j3d.NativeConfigTemplate3D nativeTemplate
The platfomr dependant template.

redSize

int redSize

sceneAntialiasing

int sceneAntialiasing

stereo

int stereo

Class javax.media.j3d.IllegalRenderingStateException implements Serializable

Class javax.media.j3d.IllegalSharingException implements Serializable

Class javax.media.j3d.MultipleParentException implements Serializable

Class javax.media.j3d.RestrictedAccessException implements Serializable

Class javax.media.j3d.SceneGraphCycleException implements Serializable

Class javax.media.j3d.SoundException implements Serializable


Package javax.vecmath

Class javax.vecmath.AxisAngle4d implements Serializable

Serialized Fields

angle

double angle
The angle

x

double x
The x coordinate.

y

double y
The y coordinate.

z

double z
The z coordinate.

Class javax.vecmath.AxisAngle4f implements Serializable

Serialized Fields

angle

float angle
The angle of rotation in radians.

x

float x
The x coordinate.

y

float y
The y coordinate.

z

float z
The z coordinate.

Class javax.vecmath.Color3b implements Serializable

Class javax.vecmath.Color3f implements Serializable

Class javax.vecmath.Color4b implements Serializable

Class javax.vecmath.Color4f implements Serializable

Class javax.vecmath.GMatrix implements Serializable

Serialized Fields

nCol

int nCol

nRow

int nRow

values

double[][] values

Class javax.vecmath.GVector implements Serializable

Serialized Fields

length

int length

values

double[] values

Class javax.vecmath.Matrix3d implements Serializable

Serialized Fields

m00

double m00
The first matrix element in the first row.

m01

double m01
The second matrix element in the first row.

m02

double m02
The third matrix element in the first row.

m10

double m10
The first matrix element in the second row.

m11

double m11
The second matrix element in the second row.

m12

double m12
The third matrix element in the second row.

m20

double m20
The first matrix element in the third row.

m21

double m21
The second matrix element in the third row.

m22

double m22
The third matrix element in the third row.

tmp

double[] tmp

tmp_rot

double[] tmp_rot

tmp_scale

double[] tmp_scale

Class javax.vecmath.Matrix3f implements Serializable

Serialized Fields

m00

float m00
The first matrix element in the first row.

m01

float m01
The second matrix element in the first row.

m02

float m02
The third matrix element in the first row.

m10

float m10
The first matrix element in the second row.

m11

float m11
The second matrix element in the second row.

m12

float m12
The third matrix element in the second row.

m20

float m20
The first matrix element in the third row.

m21

float m21
The second matrix element in the third row.

m22

float m22
The third matrix element in the third row.

tmp

double[] tmp

tmp_rot

double[] tmp_rot

tmp_scale

double[] tmp_scale

Class javax.vecmath.Matrix4d implements Serializable

Serialized Fields

m00

double m00
The first element of the first row.

m01

double m01
The second element of the first row.

m02

double m02
The third element of the first row.

m03

double m03
The fourth element of the first row.

m10

double m10
The first element of the second row.

m11

double m11
The second element of the second row.

m12

double m12
The third element of the second row.

m13

double m13
The fourth element of the second row.

m20

double m20
The first element of the third row.

m21

double m21
The second element of the third row.

m22

double m22
The third element of the third row.

m23

double m23
The fourth element of the third row.

m30

double m30
The first element of the fourth row.

m31

double m31
The second element of the fourth row.

m32

double m32
The third element of the fourth row.

m33

double m33
The fourth element of the fourth row.

tmp

double[] tmp

tmp_rot

double[] tmp_rot

tmp_scale

double[] tmp_scale

Class javax.vecmath.Matrix4f implements Serializable

Serialized Fields

m00

float m00
The first element of the first row.

m01

float m01
The second element of the first row.

m02

float m02
The third element of the first row.

m03

float m03
The fourth element of the first row.

m10

float m10
The first element of the second row.

m11

float m11
The second element of the second row.

m12

float m12
The third element of the second row.

m13

float m13
The fourth element of the second row.

m20

float m20
The first element of the third row.

m21

float m21
The second element of the third row.

m22

float m22
The third element of the third row.

m23

float m23
The fourth element of the third row.

m30

float m30
The first element of the fourth row.

m31

float m31
The second element of the fourth row.

m32

float m32
The third element of the fourth row.

m33

float m33
The fourth element of the fourth row.

tmp

double[] tmp

tmp_rot

double[] tmp_rot

tmp_scale

double[] tmp_scale

Class javax.vecmath.MismatchedSizeException implements Serializable

Class javax.vecmath.Point2d implements Serializable

Class javax.vecmath.Point2f implements Serializable

Class javax.vecmath.Point3d implements Serializable

Class javax.vecmath.Point3f implements Serializable

Class javax.vecmath.Point4d implements Serializable

Class javax.vecmath.Point4f implements Serializable

Class javax.vecmath.Quat4d implements Serializable

Class javax.vecmath.Quat4f implements Serializable

Class javax.vecmath.SingularMatrixException implements Serializable

Class javax.vecmath.TexCoord2f implements Serializable

Class javax.vecmath.TexCoord3f implements Serializable

Class javax.vecmath.Tuple2d implements Serializable

Serialized Fields

x

double x
The x coordinate.

y

double y
The y coordinate.

Class javax.vecmath.Tuple2f implements Serializable

Serialized Fields

x

float x
The x coordinate.

y

float y
The y coordinate.

Class javax.vecmath.Tuple3b implements Serializable

Serialized Fields

x

byte x
The first value.

y

byte y
The second value.

z

byte z
The third value.

Class javax.vecmath.Tuple3d implements Serializable

Serialized Fields

x

double x
The x coordinate.

y

double y
The y coordinate.

z

double z
The z coordinate.

Class javax.vecmath.Tuple3f implements Serializable

Serialized Fields

x

float x
The x coordinate.

y

float y
The y coordinate.

z

float z
The z coordinate.

Class javax.vecmath.Tuple4b implements Serializable

Serialized Fields

w

byte w
The fourth value.

x

byte x
The first value.

y

byte y
The second value.

z

byte z
The third value.

Class javax.vecmath.Tuple4d implements Serializable

Serialized Fields

w

double w
The w coordinate.

x

double x
The x coordinate.

y

double y
The y coordinate.

z

double z
The z coordinate.

Class javax.vecmath.Tuple4f implements Serializable

Serialized Fields

w

float w
The w coordinate.

x

float x
The x coordinate.

y

float y
The y coordinate.

z

float z
The z coordinate.

Class javax.vecmath.Vector2d implements Serializable

Class javax.vecmath.Vector2f implements Serializable

Class javax.vecmath.Vector3d implements Serializable

Class javax.vecmath.Vector3f implements Serializable

Class javax.vecmath.Vector4d implements Serializable

Class javax.vecmath.Vector4f implements Serializable