j3d.org Code

Serialized Form


Package org.j3d.util.interpolator

Class org.j3d.util.interpolator.TestCoordinateInterpolator extends TestCase implements Serializable

Class org.j3d.util.interpolator.TestPositionInterpolator extends TestCase implements Serializable

Class org.j3d.util.interpolator.TestScalarInterpolator extends TestCase implements Serializable


Package org.j3d.geom

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

Class org.j3d.geom.TestBoxGenerator extends TestCase implements Serializable

Class org.j3d.geom.TestConeGenerator extends TestCase implements Serializable

Class org.j3d.geom.TestCylinderGenerator extends TestCase implements Serializable

Class org.j3d.geom.TestSphereGenerator extends TestCase implements Serializable

Class org.j3d.geom.TestSpringGenerator extends TestCase implements Serializable

Class org.j3d.geom.TestTorusGenerator extends TestCase implements Serializable

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


Package org.j3d.ui

Class org.j3d.ui.DeviceDescriptorJLabel extends javax.swing.JLabel implements Serializable

Class org.j3d.ui.InputSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

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)


Package org.j3d.texture

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


Package org.j3d.renderer.java3d.ui

Class org.j3d.renderer.java3d.ui.ImageCaptureCanvas3D extends javax.media.j3d.Canvas3D implements Serializable

Serialized Fields

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

Class org.j3d.renderer.java3d.overlay.ScrollEvent extends java.util.EventObject implements Serializable

Serialized Fields

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

Class org.j3d.renderer.java3d.device.output.elumens.ElumensCanvas3D extends javax.media.j3d.Canvas3D implements Serializable

Serialized Fields

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


j3d.org Code

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