Serialized Form
|
Package org.j3d.util.interpolator |
multi
boolean multi
- The mode we are running in. True if multiple select
selection_model
javax.swing.ButtonGroup selection_model
- The buttom model representing all of the items. Used when running in
single select mode.
|
Package org.j3d.ui.navigation |
navigationState
int navigationState
- The current navigation state either set from us or externally
navigationListener
NavigationStateListener navigationListener
- An observer for navigation state change information
navStateGroup
javax.swing.ButtonGroup navStateGroup
- Button group holding the navigation state buttons
flyButton
javax.swing.JToggleButton flyButton
- Button representing the fly navigation state
tiltButton
javax.swing.JToggleButton tiltButton
- Button representing the tilt navigation state
panButton
javax.swing.JToggleButton panButton
- Button representing the pan navigation state
walkButton
javax.swing.JToggleButton walkButton
- Button representing the walk navigation state
examineButton
javax.swing.JToggleButton examineButton
- Button representing the examine navigation state
lastButton
javax.swing.JToggleButton lastButton
- The last selected button
allowUserSelect
boolean allowUserSelect
- Flag to indicate if user state selection is allowed
focusBorder
javax.swing.border.Border focusBorder
- The selected border when the cell has focus
noFocusBorder
javax.swing.border.Border noFocusBorder
- The empty border when there is no focus
viewpointListener
ViewpointSelectionListener viewpointListener
- An observer for viewpoint state change information
viewpoints
javax.swing.JComboBox viewpoints
- Combo box holding the list of viewpoint data
viewpointModel
javax.swing.DefaultComboBoxModel viewpointModel
- The model used by the combo box to handle viewpoint data
nextViewpoint
javax.swing.JButton nextViewpoint
- Button representing a move to the next viewpoint
prevViewpoint
javax.swing.JButton prevViewpoint
- Button representing a move to the next viewpoint
homeViewpoint
javax.swing.JButton homeViewpoint
- Button representing a move to straighten up a viewpoint (lost user)
|
Package org.j3d.renderer.java3d.ui |
captureImage
boolean captureImage
- Flag to indicate that the canvas should notify of an image. Faster than
making a call to observers.size() each frame.
|
Package org.j3d.renderer.java3d.overlay |
scrolledItem
java.lang.Object scrolledItem
- The item that has just been scrolled
scrollType
int scrollType
- The action that has taken place (up/down)
|
Package org.j3d.renderer.java3d.device.output.elumens |
currentWallTime
long currentWallTime
- The current wall clock time that we are sending to people
lastWallTime
long lastWallTime
- The last clock tick. We don't bother sending if the diff is zero
listeners
java.util.ArrayList listeners
- Listeners for SPI events
spi
SPI spi
- The Java wrapper to the native SPI library
initialize
boolean initialize
- Is the SPI library initialized?
spiFormat
int spiFormat
- The format used to initialize the SPI library
numChannels
int numChannels
- How many channels to render
wallCnt
int wallCnt
- Which wall are we rendering
coordinateSources
java.util.ArrayList coordinateSources
- A list of coordinateSources which need conversion by the SPI library
skip
int skip
view
javax.media.j3d.View view
numFrames
long numFrames
- The number of frames we have rendered
startTime
long startTime
- The time the current frame started
totalTime
long totalTime
- The total time this run of AVGLEN frames has taken
runTime
long runTime
- The total time for this program run
lowestFPS
float lowestFPS
- The lowest FPS recorded
near
float near
far
float far
updater
SGUpdater updater
- Notified when its safe to update the SG
Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org