Serialized Form
Package com.sun.j3d.loaders |
Package com.sun.j3d.utils.applet |
applet
java.applet.Applet applet
appletSize
java.awt.Dimension appletSize
args
java.lang.String[] args
barebones
boolean barebones
label
java.awt.Label label
name
java.lang.String name
active
boolean active
added
boolean added
attributeBin
javax.media.j3d.AttributeBin attributeBin
byteBuffer
byte[] byteBuffer
canvasBit
int canvasBit
canvasDirty
int canvasDirty
- Dirty bit to determine if the NodeComponent needs to be re-sent
down to the underlying API
canvasViewCache
javax.media.j3d.CanvasViewCache canvasViewCache
canvasViewEventCatcher
javax.media.j3d.CanvasViewEventCatcher canvasViewEventCatcher
coloringAttributes
javax.media.j3d.ColoringAttributesRetained coloringAttributes
ctx
int ctx
ctxChanged
boolean ctxChanged
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
cvDirtyMask
int cvDirtyMask
cvLock
java.lang.Object cvLock
depthBufferEnableOverride
boolean depthBufferEnableOverride
- Flag to override RenderAttributes.depthBufferEnable
depthBufferWriteEnableOverride
boolean depthBufferWriteEnableOverride
- Flag to override RenderAttributes.depthBufferWriteEnable
dirtyMaskLock
java.lang.Object dirtyMaskLock
dirtyRenderMoleculeList
java.util.ArrayList dirtyRenderMoleculeList
displayListResourceFreeList
java.util.ArrayList displayListResourceFreeList
doubleBufferAvailable
boolean doubleBufferAvailable
doubleBufferEnable
boolean doubleBufferEnable
drawingSurfaceObject
javax.media.j3d.DrawingSurfaceObject drawingSurfaceObject
environmentSet
javax.media.j3d.EnvironmentSet environmentSet
evaluateLock
java.lang.Object evaluateLock
eventCatcher
javax.media.j3d.EventCatcher eventCatcher
extensionsSupported
int extensionsSupported
firstPaintCalled
boolean firstPaintCalled
fogOn
int fogOn
fullScreenMode
boolean fullScreenMode
gfxCreationLock
java.lang.Object gfxCreationLock
graphics2D
javax.media.j3d.J3DGraphics2DImpl graphics2D
graphicsContext3D
GraphicsContext3D graphicsContext3D
imageReady
boolean imageReady
isRunning
boolean isRunning
isRunningStatus
boolean isRunningStatus
leftManualEyeInImagePlate
Point3d leftManualEyeInImagePlate
lightBin
javax.media.j3d.LightBin lightBin
- The RenderBin bundle references used to decide what the underlying
context contains.
lightChanged
boolean lightChanged
lineAttributes
javax.media.j3d.LineAttributesRetained lineAttributes
localEyeLightingEnable
boolean localEyeLightingEnable
localToVWorldSrc
Transform3D localToVWorldSrc
material
javax.media.j3d.MaterialRetained material
monoscopicViewPolicy
int monoscopicViewPolicy
multiTexAccelerated
boolean multiTexAccelerated
nativeWSobj
javax.media.j3d.NativeWSInfo nativeWSobj
numTexUnitSupported
int numTexUnitSupported
offScreen
boolean offScreen
offScreenBuffer
ImageComponent2D offScreenBuffer
offScreenCanvasClippedLoc
java.awt.Point offScreenCanvasClippedLoc
offScreenCanvasClippedSize
java.awt.Dimension offScreenCanvasClippedSize
offScreenCanvasLoc
java.awt.Point offScreenCanvasLoc
offScreenCanvasSize
java.awt.Dimension offScreenCanvasSize
offScreenRendering
boolean offScreenRendering
parent
java.awt.Container parent
pointAttributes
javax.media.j3d.PointAttributesRetained pointAttributes
polygonAttributes
javax.media.j3d.PolygonAttributesRetained polygonAttributes
queryProps
javax.media.j3d.J3dQueryProps queryProps
reEvaluateCanvasCmd
int reEvaluateCanvasCmd
renderingAttrs
javax.media.j3d.RenderingAttributesRetained renderingAttrs
renderMolecule
javax.media.j3d.RenderMolecule renderMolecule
resizeGraphics2D
boolean resizeGraphics2D
rightManualEyeInImagePlate
Point3d rightManualEyeInImagePlate
sceneAntialiasingAvailable
boolean sceneAntialiasingAvailable
screen
Screen3D screen
stereoAvailable
boolean stereoAvailable
stereoEnable
boolean stereoEnable
swapDone
boolean swapDone
texAttrs
javax.media.j3d.TextureAttributesRetained texAttrs
texCoordGeneration
javax.media.j3d.TexCoordGenerationRetained texCoordGeneration
texture
javax.media.j3d.TextureRetained texture
- These cached values are only used in Pure Immediate and Mixed Mode rendering
texture3DAvailable
boolean texture3DAvailable
textureBin
javax.media.j3d.TextureBin textureBin
textureColorTableAvailable
boolean textureColorTableAvailable
textureColorTableSize
int textureColorTableSize
textureIdResourceFreeList
java.util.ArrayList textureIdResourceFreeList
transparency
javax.media.j3d.TransparencyAttributesRetained transparency
useDoubleBuffer
boolean useDoubleBuffer
useSharedCtx
boolean useSharedCtx
useStereo
boolean useStereo
validCanvas
boolean validCanvas
validCtx
boolean validCtx
vfPlanesValid
boolean vfPlanesValid
vid
int vid
view
View view
viewFrustum
javax.media.j3d.CachedFrustum viewFrustum
- The object used for View Frustum Culling
visible
boolean visible
vpcToEc
Transform3D vpcToEc
vworldToEc
Transform3D vworldToEc
waiting
boolean waiting
waitingForOffScreenRendering
boolean waitingForOffScreenRendering
window
int window
blueSize
int blueSize
depthSize
int depthSize
doubleBuffer
int doubleBuffer
greenSize
int greenSize
redSize
int redSize
sceneAntialiasing
int sceneAntialiasing
stereo
int stereo
angle
double angle
- The angle of rotation in radians.
x
double x
- The x coordinate.
y
double y
- The y coordinate.
z
double z
- The z coordinate.
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.
nCol
int nCol
nRow
int nRow
values
double[][] values
length
int length
values
double[] values
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
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
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
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
x
double x
- The x coordinate.
y
double y
- The y coordinate.
x
float x
- The x coordinate.
y
float y
- The y coordinate.
x
byte x
- The first value.
y
byte y
- The second value.
z
byte z
- The third value.
x
double x
- The x coordinate.
y
double y
- The y coordinate.
z
double z
- The z coordinate.
x
float x
- The x coordinate.
y
float y
- The y coordinate.
z
float z
- The z coordinate.
x
int x
- The x coordinate.
y
int y
- The y coordinate.
z
int z
- The z coordinate.
w
byte w
- The fourth value.
x
byte x
- The first value.
y
byte y
- The second value.
z
byte z
- The third value.
w
double w
- The w coordinate.
x
double x
- The x coordinate.
y
double y
- The y coordinate.
z
double z
- The z coordinate.
w
float w
- The w coordinate.
x
float x
- The x coordinate.
y
float y
- The y coordinate.
z
float z
- The z coordinate.
w
int w
- The w coordinate.
x
int x
- The x coordinate.
y
int y
- The y coordinate.
z
int z
- The z coordinate.