j3d.org Code

Serialized Form


Package org.j3d.geom

Class org.j3d.geom.InvalidArraySizeException extends java.lang.RuntimeException implements Serializable

Class org.j3d.geom.UnsupportedTypeException extends java.lang.RuntimeException implements Serializable


Package org.j3d.loaders

Class org.j3d.loaders.InvalidFormatException extends java.lang.RuntimeException implements Serializable

Class org.j3d.loaders.ParsingErrorException extends java.lang.RuntimeException implements Serializable

Class org.j3d.loaders.UnsupportedFormatException extends java.lang.RuntimeException implements Serializable


Package org.j3d.loaders.obj

Class org.j3d.loaders.obj.OBJFileParser extends java.lang.Object implements Serializable


Package org.j3d.texture

Class org.j3d.texture.CacheAlreadySetException extends java.lang.Exception implements Serializable


Package org.j3d.ui.navigation

Class org.j3d.ui.navigation.NavigationToolbar extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.j3d.ui.navigation.ViewpointCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

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

Class org.j3d.ui.navigation.ViewpointToolbar extends javax.swing.JPanel implements Serializable

Serialized Fields

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)


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org