Serialized Form
-
Package org.web3d.browser
-
Exception Class org.web3d.browser.InvalidConfigurationException
class InvalidConfigurationException extends RuntimeException implements Serializable
-
-
Package org.web3d.parser.vrml97
-
Exception Class org.web3d.parser.vrml97.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.web3d.parser.vrml97.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Exception Class org.web3d.parser.vrml97.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.web3d.parser.x3d
-
Exception Class org.web3d.parser.x3d.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.web3d.parser.x3d.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Exception Class org.web3d.parser.x3d.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.web3d.vrml.lang
-
Exception Class org.web3d.vrml.lang.FieldException
class FieldException extends VRMLException implements Serializable-
Serialized Fields
-
fieldName
String fieldName
The name of the field that this exception has been generated for
-
-
-
Exception Class org.web3d.vrml.lang.FieldExistsException
class FieldExistsException extends FieldException implements Serializable -
Exception Class org.web3d.vrml.lang.InvalidFieldAccessException
class InvalidFieldAccessException extends FieldException implements Serializable -
Exception Class org.web3d.vrml.lang.InvalidFieldConnectionException
class InvalidFieldConnectionException extends FieldException implements Serializable -
Exception Class org.web3d.vrml.lang.InvalidFieldException
class InvalidFieldException extends FieldException implements Serializable -
Exception Class org.web3d.vrml.lang.InvalidFieldFormatException
class InvalidFieldFormatException extends FieldException implements Serializable-
Serialized Fields
-
column
int column
The column number the exception occurred on -
line
int line
The line number the exception occurred on
-
-
-
Exception Class org.web3d.vrml.lang.InvalidFieldTypeException
class InvalidFieldTypeException extends FieldException implements Serializable -
Exception Class org.web3d.vrml.lang.InvalidFieldValueException
class InvalidFieldValueException extends FieldException implements Serializable -
Exception Class org.web3d.vrml.lang.InvalidNodeTypeException
class InvalidNodeTypeException extends NodeException implements Serializable -
Exception Class org.web3d.vrml.lang.InvalidRouteException
class InvalidRouteException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.lang.InvalidTemplateException
class InvalidTemplateException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.lang.NodeException
class NodeException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.lang.UnknownTemplateException
class UnknownTemplateException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.lang.UnsupportedComponentException
class UnsupportedComponentException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.lang.UnsupportedNodeException
class UnsupportedNodeException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.lang.UnsupportedProfileException
class UnsupportedProfileException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.lang.UnsupportedSpecVersionException
class UnsupportedSpecVersionException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.lang.VRMLException
class VRMLException extends RuntimeException implements Serializable
-
-
Package org.web3d.vrml.parser
-
Exception Class org.web3d.vrml.parser.FactoryConfigurationError
class FactoryConfigurationError extends Error implements Serializable-
Serialized Fields
-
other
Exception other
The wrapped exception if given
-
-
-
-
Package org.web3d.vrml.sav
-
Exception Class org.web3d.vrml.sav.ImportFileFormatException
class ImportFileFormatException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.sav.SAVException
class SAVException extends VRMLException implements Serializable -
Exception Class org.web3d.vrml.sav.SAVNotSupportedException
class SAVNotSupportedException extends SAVException implements Serializable -
Exception Class org.web3d.vrml.sav.VRMLParseException
class VRMLParseException extends SAVException implements Serializable-
Serialized Fields
-
column
int column
The column number the exception occurred on -
line
int line
The line number the exception occurred on
-
-
-
-
Package org.web3d.vrml.scripting
-
Exception Class org.web3d.vrml.scripting.InvalidScriptContentException
class InvalidScriptContentException extends VRMLException implements Serializable
-
-
Package org.web3d.vrml.scripting.ecmascript
-
Class org.web3d.vrml.scripting.ecmascript.Global
class Global extends org.mozilla.javascript.ScriptableObject implements Serializable
-
-
Package org.web3d.vrml.scripting.ecmascript.builtin
-
Class org.web3d.vrml.scripting.ecmascript.builtin.ReusableDouble
class ReusableDouble extends Number implements Serializable-
Serialized Fields
-
value
double value
Storage of the number
-
-
-
Class org.web3d.vrml.scripting.ecmascript.builtin.ReusableFloat
class ReusableFloat extends Number implements Serializable-
Serialized Fields
-
value
double value
Storage of the number
-
-
-
Class org.web3d.vrml.scripting.ecmascript.builtin.ReusableInteger
class ReusableInteger extends Number implements Serializable-
Serialized Fields
-
value
long value
Storage of the number
-
-
-
-
Package org.web3d.vrml.util
-
Class org.web3d.vrml.util.Xj3DKeyEvent
class Xj3DKeyEvent extends EventObject implements Serializable-
Serialized Fields
-
character
char character
The character associated with the key in this event, or the NO_CHARACTER constant if no character is associated with the key -
eventID
int eventID
The id of the event, either KEY_PRESSED or KEY_RELEASED -
isAction
boolean isAction
Flag indicating that this key is a defined Action key -
isBackspace
boolean isBackspace
Flag indicating that the character associated with this key is the Backspace key -
isCharacter
boolean isCharacter
Flag indicating that a character is associated with this key -
isEnter
boolean isEnter
Flag indicating that the character associated with this key is the Enter key -
isModifier
boolean isModifier
Flag indicating that this key is a defined Modifier key -
keyCode
int keyCode
The identifier code associated with this key
-
-
-
-
Package org.web3d.x3d.dom.swing
-
Class org.web3d.x3d.dom.swing.DOMTreeCellRenderer
class DOMTreeCellRenderer extends JLabel implements Serializable-
Serialized Fields
-
bgSelectColor
Color bgSelectColor
Color of selected background -
bgUnselectColor
Color bgUnselectColor
Color of unselected background -
borderColor
Color borderColor
Color of the selected border -
focused
boolean focused
Flag indicating this instance has focus currently -
iconFocusBorder
boolean iconFocusBorder
Flag indicating if icon should have a border around it -
selected
boolean selected
Flag indicating this instance has been selected -
textSelectColor
Color textSelectColor
Color for selected text -
textUnselectColor
Color textUnselectColor
Color for unselected text
-
-
-
-
Package org.web3d.x3d.sai
-
Class org.web3d.x3d.sai.BrowserEvent
class BrowserEvent extends EventObject implements Serializable-
Serialized Fields
-
id
int id
The id of the event that this class instance represents
-
-
-
Exception Class org.web3d.x3d.sai.ConnectionException
class ConnectionException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.ImportedNodeException
class ImportedNodeException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InsufficientCapabilitiesException
class InsufficientCapabilitiesException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidBrowserException
class InvalidBrowserException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidDocumentException
class InvalidDocumentException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidExecutionContextException
class InvalidExecutionContextException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidFieldException
class InvalidFieldException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidFieldValueException
class InvalidFieldValueException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidNodeException
class InvalidNodeException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidOperationTimingException
class InvalidOperationTimingException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidProtoException
class InvalidProtoException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidReadableFieldException
class InvalidReadableFieldException extends InvalidFieldException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidRouteException
class InvalidRouteException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidURLException
class InvalidURLException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidWritableFieldException
class InvalidWritableFieldException extends InvalidFieldException implements Serializable -
Exception Class org.web3d.x3d.sai.InvalidX3DException
class InvalidX3DException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.NodeInUseException
class NodeInUseException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.NoSuchBrowserException
class NoSuchBrowserException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.NotSupportedException
class NotSupportedException extends X3DException implements Serializable -
Exception Class org.web3d.x3d.sai.X3DException
class X3DException extends RuntimeException implements Serializable -
Class org.web3d.x3d.sai.X3DFieldEvent
class X3DFieldEvent extends EventObject implements Serializable-
Serialized Fields
-
timestamp
double timestamp
The timestamp, in VRML time, that this occurred at -
userData
Object userData
User associated data
-
-
-
-
Package org.xj3d.ui.awt.browser.ogl
-
Class org.xj3d.ui.awt.browser.ogl.BrowserJPanel
class BrowserJPanel extends JPanel implements Serializable-
Serialized Fields
-
caps
com.jogamp.opengl.GLCapabilities caps
The glCapabilities chosen -
console
SwingConsoleWindow console
Area to push error messages to -
cursorManager
CursorManager cursorManager
The cursorManager -
frameMillis
int frameMillis
The frame cycle interval set, -1 if unset -
glCanvas
Component glCanvas
The real component that is being rendered to -
locToolbar
SwingLocationToolbar locToolbar
The toolbar holding location information -
mainCanvas
OGLBrowserCanvas mainCanvas
The canvas used to display the world -
maxChooserStarted
boolean maxChooserStarted
HAve we used the sample chooser yet? -
navToolbar
SwingNavigationToolbar navToolbar
The toolbar holding navigation information -
numSamples
int numSamples
Number of antialiasing samples -
parameters
BrowserConfig parameters
Browser config parameters -
pointrender
boolean pointrender
point or filled mode -
sampleChooser
org.xj3d.ui.awt.browser.ogl.SampleChooser sampleChooser
Chooser for dealing with max multisampling -
statusBar
SwingStatusBar statusBar
The status bar -
surface
org.j3d.aviatrix3d.pipeline.graphics.GraphicsOutputDevice surface
Our drawing surface -
universe
OGLStandardBrowserCore universe
The internal universe -
vpManager
ViewpointManager vpManager
The toolbar holding viewpoint information -
window
Window window
The top level component that this component descends from -
wireframe
boolean wireframe
Wireframe or filled mode
-
-
-
Class org.xj3d.ui.awt.browser.ogl.VRMLBrowserAWTPanel
class VRMLBrowserAWTPanel extends Panel implements Serializable-
Serialized Fields
-
console
AWTConsoleWindow console
Area to push error messages to -
descriptionLabel
Label descriptionLabel
The Label to show the description text on -
eaiBrowser
EAIBrowser eaiBrowser
The Browser instance this is the display for -
frameCycleTime
int frameCycleTime
The frame cycle interval set, -1 if unset -
glCanvas
Canvas glCanvas
The real component that is being rendered to -
mainCanvas
OGLBrowserCanvas mainCanvas
The canvas used to display the world -
surface
org.j3d.aviatrix3d.pipeline.graphics.GraphicsOutputDevice surface
The OpenGL drawing surface -
universe
OGLStandardBrowserCore universe
The universe to place our scene into -
urlLabel
Label urlLabel
The Label to show the current URL text -
worldLoader
WorldLoaderManager worldLoader
World load manager to help us load files
-
-
-
Class org.xj3d.ui.awt.browser.ogl.VRMLBrowserJPanel
class VRMLBrowserJPanel extends BrowserJPanel implements Serializable-
Serialized Fields
-
eaiBrowser
EAIBrowser eaiBrowser
The Browser instance this is the display for
-
-
-
Class org.xj3d.ui.awt.browser.ogl.X3DBrowserAWTPanel
class X3DBrowserAWTPanel extends Panel implements Serializable-
Serialized Fields
-
caps
com.jogamp.opengl.GLCapabilities caps
The glCapabilities chosen -
console
AWTConsoleWindow console
Area to push error messages to -
cursorManager
CursorManager cursorManager
The cursorManager -
descriptionLabel
Label descriptionLabel
The Label to show the description text on -
firstFocused
boolean firstFocused
Have we gotten focus. Need to wait till JOGL gets its AWT peer -
fpsLabel
Label fpsLabel
Label for frames per second. -
frameMillis
int frameMillis
The frame cycle interval set, -1 if unset -
glCanvas
Canvas glCanvas
The real component that is being rendered to -
lastFPS
float lastFPS
The last FPS, used to avoid garbage generation. -
loadManager
ContentLoadManager loadManager
The loadManager -
locationGoButton
Button locationGoButton
The go button on the URl panel -
mainCanvas
OGLBrowserCanvas mainCanvas
The canvas used to display the world -
maxChooserStarted
boolean maxChooserStarted
HAve we used the sample chooser yet? -
numSamples
int numSamples
Number of antialiasing samples -
openButton
Button openButton
The open button on the URl panel -
pointrender
boolean pointrender
point or filled mode -
reloadButton
Button reloadButton
The reload button on the URl panel -
saiBrowser
SAIBrowser saiBrowser
The Browser instance this is the display for -
sampleChooser
org.xj3d.ui.awt.browser.ogl.SampleChooser sampleChooser
Chooser for dealing with max multisampling -
showFPS
boolean showFPS
Should we display FPS counter -
statusLabel
Label statusLabel
The label for status messages -
surface
org.j3d.aviatrix3d.pipeline.graphics.GraphicsOutputDevice surface
The OpenGL drawing surface -
universe
OGLStandardBrowserCore universe
The universe to place our scene into -
urlLabel
Label urlLabel
The Label to show the current URL text -
urlTextField
TextField urlTextField
The textfield to read the values from -
vpManager
ViewpointManager vpManager
Viewpoint manager for altering the current viewpoint -
wireframe
boolean wireframe
Wireframe or filled mode -
worldLoader
WorldLoaderManager worldLoader
World load manager to help us load files
-
-
-
Class org.xj3d.ui.awt.browser.ogl.X3DBrowserJPanel
class X3DBrowserJPanel extends BrowserJPanel implements Serializable-
Serialized Fields
-
saiBrowser
SAIBrowser saiBrowser
The SAIBrowser instance
-
-
-
-
Package org.xj3d.ui.awt.widgets
-
Class org.xj3d.ui.awt.widgets.AWTConsoleWindow
class AWTConsoleWindow extends Frame implements Serializable-
Serialized Fields
-
clearButton
Button clearButton
Clear button to remove stuff from window -
docLocator
DocumentLocator docLocator
DocumentLocator used for printing out line/column information -
errorField
TextArea errorField
The textfield to put the error information in -
issuesButton
Button issuesButton
Issues button to launch issues list
-
-
-
Class org.xj3d.ui.awt.widgets.DynamicGridLayout
class DynamicGridLayout extends Object implements Serializable-
Serialized Fields
-
col_align
int[] col_align
-
col_size
int[] col_size
-
col_width
int[] col_width
-
cols
int cols
-
hgap
int hgap
-
horiz_align
int horiz_align
-
row_align
int[] row_align
-
row_height
int[] row_height
-
row_size
int[] row_size
-
rows
int rows
-
vert_align
int vert_align
-
vgap
int vgap
-
-
-
Class org.xj3d.ui.awt.widgets.FitWorldAction
class FitWorldAction extends AbstractAction implements Serializable-
Serialized Fields
-
browserCore
BrowserCore browserCore
A BrowserCore instance to handle fitToWorld -
standAlone
boolean standAlone
Is this standalone or in a menu
-
-
-
Class org.xj3d.ui.awt.widgets.HomeViewpointAction
class HomeViewpointAction extends AbstractAction implements Serializable-
Serialized Fields
-
vpManager
ViewpointManager vpManager
The manager of viewpoints that we use to change them on the fly
-
-
-
Class org.xj3d.ui.awt.widgets.LookatAction
class LookatAction extends AbstractAction implements Serializable-
Serialized Fields
-
browserCore
BrowserCore browserCore
A BrowserCore instance to handle fitToWorld
-
-
-
Class org.xj3d.ui.awt.widgets.NextViewpointAction
class NextViewpointAction extends AbstractAction implements Serializable-
Serialized Fields
-
vpManager
ViewpointManager vpManager
The manager of viewpoints that we use to change them on the fly
-
-
-
Class org.xj3d.ui.awt.widgets.OpenAction
class OpenAction extends AbstractAction implements Serializable-
Serialized Fields
-
fc
JFileChooser fc
The dialog used to select the file to open -
fileHandler
FileHandler fileHandler
The handler for dealing with file open actions -
parent
Component parent
Parent frame used to handle the file dialog
-
-
-
Class org.xj3d.ui.awt.widgets.PreviousViewpointAction
class PreviousViewpointAction extends AbstractAction implements Serializable-
Serialized Fields
-
vpManager
ViewpointManager vpManager
The manager of viewpoints that we use to change them on the fly
-
-
-
Class org.xj3d.ui.awt.widgets.ReloadAction
class ReloadAction extends AbstractAction implements Serializable-
Serialized Fields
-
fileHandler
FileHandler fileHandler
The handler for dealing with file open actions -
parent
Component parent
Parent frame used to handle the file dialog -
url
JComboBox url
The combo box field containing the current url
-
-
-
Class org.xj3d.ui.awt.widgets.SwingConsoleButton
class SwingConsoleButton extends JButton implements Serializable-
Serialized Fields
-
console
SwingConsoleWindow console
Area to push error messages to
-
-
-
Class org.xj3d.ui.awt.widgets.SwingConsoleWindow
class SwingConsoleWindow extends JFrame implements Serializable-
Serialized Fields
-
clearButton
JButton clearButton
Clear button to remove stuff from window -
copyButton
JButton copyButton
Copy button that sends the current contents to the clipboard. -
docLocator
DocumentLocator docLocator
DocumentLocator used for printing out line/column information -
errorField
JTextArea errorField
The text field to put the error information in -
ignoredExceptionTypes
org.j3d.util.HashSet<Class<?>> ignoredExceptionTypes
The set of exceptions to ignore the stack trace for -
issuesButton
JButton issuesButton
Issues button to launch issues list -
messageBuilder
StringBuilder messageBuilder
Output buffer -
scroller
JScrollPane scroller
Scroll Pane instance
-
-
-
Class org.xj3d.ui.awt.widgets.SwingLocationToolbar
class SwingLocationToolbar extends JPanel implements Serializable-
Serialized Fields
-
browserCore
BrowserCore browserCore
The core of the browser to register nav changes with -
errorReporter
org.j3d.util.ErrorReporter errorReporter
Reporter instance for handing out errors -
historyFile
String historyFile
The current history file -
ignoreAction
boolean ignoreAction
Should we ignore the actionPerformed for the comboBox -
loader
WorldLoaderManager loader
A world loader manager for loading worlds -
locationEmpty
boolean locationEmpty
Does the location bar contain an empty entry -
locationGoButton
JButton locationGoButton
The go button on the URl panel -
locations
Vector<String> locations
The list of stored locations -
openAction
OpenAction openAction
The actions -
openButton
JButton openButton
The open button on the URl panel -
reloadAction
ReloadAction reloadAction
-
reloadButton
JButton reloadButton
The reload button on the URl panel -
throttle
FramerateThrottle throttle
The framerate throttle if in use -
urlComboBox
JComboBox<String> urlComboBox
The textfield to read the values from -
userDir
String userDir
The current user_dir
-
-
-
Class org.xj3d.ui.awt.widgets.SwingStatusBar
class SwingStatusBar extends JPanel implements Serializable-
Serialized Fields
-
browserCore
BrowserCore browserCore
The core of the browser to register nav changes with -
dlListener
SwingProgressListener dlListener
The progress listener -
errorReporter
org.j3d.util.ErrorReporter errorReporter
Reporter instance for handing out errors -
fpsLabel
JLabel fpsLabel
Label for frames per second. -
lastFPS
float lastFPS
The last FPS, used to avoid garbage generation. -
progressBar
JProgressBar progressBar
A progress bar for main file loading -
runStatusThread
boolean runStatusThread
The run state of the statusThread -
statusLabel
JLabel statusLabel
The label for status messages
-
-
-
Class org.xj3d.ui.awt.widgets.SwingViewpointToolbar
class SwingViewpointToolbar extends JPanel implements Serializable-
Serialized Fields
-
activeLayerId
int activeLayerId
The currently active layer ID -
boundViewpoints
List<VRMLViewpointNodeType> boundViewpoints
The bound viewpoint for each layer ID. Contains a list of VRMLViewpointNodeType instances. -
browserCore
BrowserCore browserCore
A BrowserCore instance to handle fitToWorld -
defaultViewpoints
List<VRMLViewpointNodeType> defaultViewpoints
The default viewpoint for each layer ID. Contains a list of VRMLViewpointNodeType instances. -
errorReporter
org.j3d.util.ErrorReporter errorReporter
Reporter instance for handing out errors -
fitWorldAction
FitWorldAction fitWorldAction
-
fitWorldMenuAction
FitWorldAction fitWorldMenuAction
-
fitworldViewpoint
JButton fitworldViewpoint
Button representing a move to show the whole world -
homeViewpoint
JButton homeViewpoint
Button representing a move to straighten up a viewpoint (lost user) -
homeViewpointAction
HomeViewpointAction homeViewpointAction
-
homeViewpointMenuAction
HomeViewpointAction homeViewpointMenuAction
-
lookatAction
LookatAction lookatAction
-
lookatMenuAction
LookatAction lookatMenuAction
-
lookatViewpoint
JButton lookatViewpoint
Button representing a seek operation -
nextViewpoint
JButton nextViewpoint
Button representing a move to the next viewpoint -
nextViewpointAction
NextViewpointAction nextViewpointAction
The local actions -
nextViewpointMenuAction
NextViewpointAction nextViewpointMenuAction
The actions to return -
noInitialVPS
boolean noInitialVPS
Was there an initial viewpoint in the scene -
prevViewpoint
JButton prevViewpoint
Button representing a move to the next viewpoint -
prevViewpointAction
PreviousViewpointAction prevViewpointAction
-
prevViewpointMenuAction
PreviousViewpointAction prevViewpointMenuAction
-
viewpointModel
DefaultComboBoxModel<Object> viewpointModel
The model used by the combo box to handle viewpoint data -
viewpoints
JComboBox<Object> viewpoints
Combo box holding the list of viewpoint data -
viewpointsByLayer
List<List<VRMLViewpointNodeType>> viewpointsByLayer
Viewpoint nodes indexed by the layer they are in. The array contains another ArrayList in each index, or null if that layer is no longer valid. Each of these nested arrays contains a list of the Viewpoint nodes in that layer. -
vpManager
ViewpointManager vpManager
The manager of viewpoints that we use to change them on the fly
-
-
-
-
Package org.xj3d.ui.construct.event
-
Class org.xj3d.ui.construct.event.RecorderEvent
class RecorderEvent extends EventObject implements Serializable-
Serialized Fields
-
frames
int frames
The number of frames recorded -
id
int id
The event id
-
-
-
-
Package org.xj3d.ui.construct.ogl
-
Class org.xj3d.ui.construct.ogl.JFrameNotifyWrapper
class JFrameNotifyWrapper extends JFrame implements Serializable-
Serialized Fields
-
sceneManager
org.j3d.aviatrix3d.management.RenderManager sceneManager
The scene Manager
-
-
-
-
Package vrml
-
Exception Class vrml.InvalidEventInException
class InvalidEventInException extends IllegalArgumentException implements Serializable -
Exception Class vrml.InvalidEventOutException
class InvalidEventOutException extends IllegalArgumentException implements Serializable -
Exception Class vrml.InvalidExposedFieldException
class InvalidExposedFieldException extends IllegalArgumentException implements Serializable -
Exception Class vrml.InvalidFieldChangeException
class InvalidFieldChangeException extends IllegalArgumentException implements Serializable -
Exception Class vrml.InvalidFieldException
class InvalidFieldException extends IllegalArgumentException implements Serializable -
Exception Class vrml.InvalidRouteException
class InvalidRouteException extends IllegalArgumentException implements Serializable -
Exception Class vrml.InvalidVRMLSyntaxException
class InvalidVRMLSyntaxException extends IllegalArgumentException implements Serializable
-
-
Package vrml.eai
-
Exception Class vrml.eai.ConnectionException
class ConnectionException extends VrmlException implements Serializable -
Exception Class vrml.eai.InvalidBrowserException
class InvalidBrowserException extends VrmlException implements Serializable -
Exception Class vrml.eai.InvalidNodeException
class InvalidNodeException extends VrmlException implements Serializable -
Exception Class vrml.eai.InvalidURLException
class InvalidURLException extends VrmlException implements Serializable -
Exception Class vrml.eai.InvalidVrmlException
class InvalidVrmlException extends VrmlException implements Serializable -
Exception Class vrml.eai.NoSuchBrowserException
class NoSuchBrowserException extends VrmlException implements Serializable -
Exception Class vrml.eai.NotSupportedException
class NotSupportedException extends VrmlException implements Serializable -
Exception Class vrml.eai.VrmlException
class VrmlException extends RuntimeException implements Serializable
-
-
Package vrml.eai.field
-
Exception Class vrml.eai.field.InvalidEventInException
class InvalidEventInException extends InvalidFieldException implements Serializable -
Exception Class vrml.eai.field.InvalidEventOutException
class InvalidEventOutException extends InvalidFieldException implements Serializable -
Exception Class vrml.eai.field.InvalidFieldException
class InvalidFieldException extends VrmlException implements Serializable
-
-
Package xj3d.browser
-
Class xj3d.browser.AntialiasingAction
class AntialiasingAction extends AbstractAction implements Serializable-
Serialized Fields
-
caps
com.jogamp.opengl.GLCapabilities caps
The glCapabilities chosen -
maxSamples
int maxSamples
Maximum Number of antialiasing samples -
numSamples
int numSamples
Number of antialiasing samples -
statusBar
SwingStatusBar statusBar
The status bar -
surfaceManager
SurfaceManager surfaceManager
The surfaceManager
-
-
-
Class xj3d.browser.CaptureViewpointsAction
class CaptureViewpointsAction extends AbstractAction implements Serializable-
Serialized Fields
-
basename
String basename
The basename -
captured
boolean captured
Has the capture happened -
console
org.j3d.util.ErrorReporter console
The console to print information to -
core
OGLStandardBrowserCore core
The render manager -
currentName
String currentName
The current name -
surface
org.j3d.aviatrix3d.pipeline.graphics.GraphicsOutputDevice surface
Our drawing surface -
unknownCount
int unknownCount
The current unknown count -
vpManager
ViewpointManager vpManager
The manager of viewpoints that we use to change them on the fly
-
-
-
Class xj3d.browser.ExitAction
class ExitAction extends AbstractAction implements Serializable -
Class xj3d.browser.FileTransferHandler
class FileTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
browser
FileHandler browser
The browser to handle the event
-
-
-
Class xj3d.browser.HelpAction
class HelpAction extends AbstractAction implements Serializable-
Serialized Fields
-
console
org.j3d.util.ErrorReporter console
-
hb
javax.help.HelpBroker hb
-
-
-
Class xj3d.browser.LinesStyleAction
class LinesStyleAction extends AbstractAction implements Serializable-
Serialized Fields
-
active
boolean active
Is rendering style active -
otherStyles
xj3d.browser.RenderStyle[] otherStyles
The other styles -
statusBar
SwingStatusBar statusBar
The status bar -
universe
BrowserCore universe
The browser core
-
-
-
Class xj3d.browser.MovieAction
class MovieAction extends AbstractAction implements Serializable-
Serialized Fields
-
console
org.j3d.util.ErrorReporter console
The console to print information to -
core
OGLStandardBrowserCore core
The render manager -
frame
int frame
The frame number -
start
boolean start
Is this the start or end action
-
-
-
Class xj3d.browser.NiceAction
class NiceAction extends AbstractAction implements Serializable-
Serialized Fields
-
nice
boolean nice
Are we currently clamping -
statusBar
SwingStatusBar statusBar
The status bar -
throttle
FramerateThrottle throttle
The framerate throttle
-
-
-
Class xj3d.browser.PointsStyleAction
class PointsStyleAction extends AbstractAction implements Serializable-
Serialized Fields
-
active
boolean active
Is rendering style active -
otherStyles
xj3d.browser.RenderStyle[] otherStyles
The other styles -
statusBar
SwingStatusBar statusBar
The status bar -
universe
BrowserCore universe
The browser core
-
-
-
Class xj3d.browser.ProfilingInfoAction
class ProfilingInfoAction extends AbstractAction implements Serializable-
Serialized Fields
-
active
boolean active
Are we actively printing -
console
org.j3d.util.ErrorReporter console
The console to print information to -
core
OGLStandardBrowserCore core
The core
-
-
-
Class xj3d.browser.SceneInfoAction
class SceneInfoAction extends AbstractAction implements Serializable-
Serialized Fields
-
bounds
org.j3d.aviatrix3d.rendering.BoundingVolume bounds
The root bounds -
console
org.j3d.util.ErrorReporter console
The console to print information to -
displayManager
org.j3d.aviatrix3d.management.DisplayCollection displayManager
The display collection -
maxSceneGraphDepth
int maxSceneGraphDepth
The maximum scenegraph depth -
numShapes
int numShapes
The number of Shapes
-
-
-
Class xj3d.browser.SceneTreeAction
class SceneTreeAction extends AbstractAction implements Serializable-
Serialized Fields
-
core
OGLStandardBrowserCore core
The brower core -
position
String position
The position to place the viewer. Layout constant -
sceneTree
SceneTreeViewer sceneTree
The tree viewer -
surfaceManager
Xj3DBrowser surfaceManager
-
-
-
Class xj3d.browser.SceneTreeViewer
class SceneTreeViewer extends JPanel implements Serializable-
Serialized Fields
-
blinkButton
JButton blinkButton
Buttons -
centerButton
JButton centerButton
-
currentNode
DefaultMutableTreeNode currentNode
The currently selected node -
filterBox
JComboBox<NodeFilter> filterBox
-
hiddenAlternateAppearance
org.j3d.aviatrix3d.Appearance hiddenAlternateAppearance
Transparent appearance used for hiding nodes -
hiddenNode
org.j3d.aviatrix3d.Node hiddenNode
The currently hidden node -
hideButton
JButton hideButton
-
nodeEffects
NodeEffects nodeEffects
Node Effects class for showing nodes -
nodeFilter
NodeFilter nodeFilter
The node filter -
panel
JPanel panel
The tree panel -
running
boolean running
Is the tree builder running -
scene
VRMLScene scene
The current scene -
sceneStack
SimpleStack sceneStack
Stack of scenes -
scrollPane
JScrollPane scrollPane
The scroll pane -
showButton
JButton showButton
-
shownNode
org.j3d.aviatrix3d.Node shownNode
The currently shown node -
thread
Thread thread
Thread for updating tree -
top
DefaultMutableTreeNode top
The top of the tree -
traverser
SceneGraphTraverser traverser
Scene traverser -
tree
JTree tree
The JTree -
treeMap
Map<VRMLNodeType,
DefaultMutableTreeNode> treeMap Hash of parent to tree node -
treeModel
DefaultTreeModel treeModel
The tree model
-
-
-
Class xj3d.browser.ScreenShotAction
class ScreenShotAction extends AbstractAction implements Serializable-
Serialized Fields
-
console
org.j3d.util.ErrorReporter console
The console to print information to -
core
OGLStandardBrowserCore core
The render manager
-
-
-
Class xj3d.browser.ShadedStyleAction
class ShadedStyleAction extends AbstractAction implements Serializable-
Serialized Fields
-
otherStyles
xj3d.browser.RenderStyle[] otherStyles
The other styles -
statusBar
SwingStatusBar statusBar
The status bar -
universe
BrowserCore universe
The browser core
-
-
-
Class xj3d.browser.Xj3DBrowser
class Xj3DBrowser extends JFrame implements Serializable-
Serialized Fields
-
activeSensor
String activeSensor
-
addNotifyHandled
boolean addNotifyHandled
Has addNotify happened -
antialiasingAction
AntialiasingAction antialiasingAction
The antialiasing action -
audioPipeline
org.j3d.aviatrix3d.pipeline.audio.DefaultAudioPipeline audioPipeline
The audio pipeline -
canvas
Component canvas
The real component that is being rendered to -
capAction
CaptureViewpointsAction capAction
Capture viewpoint action -
caps
com.jogamp.opengl.GLCapabilities caps
The glCapabilities chosen -
console
org.j3d.util.ErrorReporter console
Area to push error messages to -
displayManager
org.j3d.aviatrix3d.management.SingleDisplayCollection displayManager
Manager for the layers etc -
eventModel
EventModelEvaluator eventModel
The world's event model -
frameThrottle
FramerateThrottle frameThrottle
The framerate throttle -
idm
InputDeviceManager idm
The input device manager -
kdsm
KeyDeviceSensorManager kdsm
-
loadManager
AbstractLoadManager loadManager
The load manager -
locToolbar
SwingLocationToolbar locToolbar
The location tool bar -
mainPane
Container mainPane
The content pane for the frame -
movieEndAction
MovieAction movieEndAction
Movie End action -
movieStartAction
MovieAction movieStartAction
Movie Start action -
pipeline
org.j3d.aviatrix3d.pipeline.graphics.DefaultGraphicsPipeline pipeline
The graphics pipeline -
profilingInfoAction
ProfilingInfoAction profilingInfoAction
Profiling info action -
sceneInfoAction
SceneInfoAction sceneInfoAction
Scene info action -
sceneManager
org.j3d.aviatrix3d.management.SingleThreadRenderManager sceneManager
Manager for the scene graph handling -
sceneTreeAction
SceneTreeAction sceneTreeAction
Scene tree action -
screenShotAction
ScreenShotAction screenShotAction
Screen capture action -
scriptLoader
ScriptLoader scriptLoader
The script loader -
sensorManager
SensorManager sensorManager
The sensor manager -
shutdown
Thread shutdown
Shutdown hook thread -
state_manager
FrameStateManager state_manager
Frame state manager -
statusBar
SwingStatusBar statusBar
The status bar -
surface
org.j3d.aviatrix3d.pipeline.graphics.GraphicsOutputDevice surface
Our drawing surface -
universe
OGLStandardBrowserCore universe
Created by the derived class -
useFullscreen
boolean useFullscreen
Should we use full screen mode -
viewpointDefMap
Map<String,
VRMLNode> viewpointDefMap Mapping of def'd Viewpoints to their real implementation -
viewpointManager
ViewpointManager viewpointManager
The viewpoint manager. -
viewpointToolbar
SwingViewpointToolbar viewpointToolbar
The viewpoint tool bar -
waitingForLoad
boolean waitingForLoad
Are we waiting for the load to finish -
worldLoader
WorldLoaderManager worldLoader
World load manager to help us load files
-
-
-
-
Package xj3d.cdfviewer
-
Class xj3d.cdfviewer.CDFViewer
class CDFViewer extends JFrame implements Serializable-
Serialized Fields
-
tree
JTree tree
-
-
-
-
Package xj3d.filter
-
Exception Class xj3d.filter.FilterProcessingException
class FilterProcessingException extends VRMLException implements Serializable-
Serialized Fields
-
errorCode
int errorCode
The error code associated with that filter -
filterName
String filterName
The name of the filter that generated this exception
-
-
-
-
Package xj3d.filter.exporter
-
Exception Class xj3d.filter.exporter.ExporterException
class ExporterException extends VRMLException implements Serializable-
Serialized Fields
-
errorCode
int errorCode
The error code associated with that filter -
filterName
String filterName
The name of the filter that generated this exception
-
-
-
-
Package xj3d.filter.ui
-
Class xj3d.filter.ui.Xj3DFilter
class Xj3DFilter extends JFrame implements Serializable-
Serialized Fields
-
argument_list
List<String> argument_list
Scratch list for gathering arguments to the filter driver -
exportFileChooser
JFileChooser exportFileChooser
-
exportItem
JMenuItem exportItem
-
filePanel
xj3d.filter.ui.Xj3DFilter.FilePanel filePanel
-
filterPanel
xj3d.filter.ui.Xj3DFilter.FilterPanel filterPanel
-
frame
JFrame frame
local panel GUI components -
importFileChooser
JFileChooser importFileChooser
-
importItem
JMenuItem importItem
-
prefs
Preferences prefs
The local preferences node -
resultPanel
xj3d.filter.ui.Xj3DFilter.ResultPanel resultPanel
-
runButton
JButton runButton
-
-
-