Serialized Form
|
Package org.j3d.loaders.obj |
|
Class org.j3d.loaders.obj.OBJFileParser extends java.lang.Object implements Serializable |
|
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)
Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org