Serialized Form


Package artisynth.core.driver

Class artisynth.core.driver.MainFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

quitItem

javax.swing.JMenuItem quitItem

myMenuBar

MenuBarHandler myMenuBar

myNavPanel

NavigationPanel myNavPanel

GLPanel

GLViewerPanel GLPanel

splitPane

javax.swing.JSplitPane splitPane

myMain

Main myMain

myErrMsg

java.lang.String myErrMsg

baseName

java.lang.String baseName

splitterExpanded

boolean splitterExpanded

selectCompPanelHandler

SelectComponentPanelHandler selectCompPanelHandler

frameHelp

artisynth.core.driver.MainFrame.FrameHelp frameHelp
frame help instance allocated only once

Class artisynth.core.driver.SelectionToolbar extends javax.swing.JToolBar implements Serializable

Serialized Fields

selectButton

javax.swing.JButton selectButton

scaleButton

javax.swing.JButton scaleButton

translateButton

javax.swing.JButton translateButton

transrotateButton

javax.swing.JButton transrotateButton

rotateButton

javax.swing.JButton rotateButton

constrainedTranslateButton

javax.swing.JButton constrainedTranslateButton

pullButton

javax.swing.JButton pullButton

main

Main main

thinBevelBorder

ThinBevelBorder thinBevelBorder

bevelBorder

javax.swing.border.BevelBorder bevelBorder

border

javax.swing.border.Border border

background

java.awt.Color background

Class artisynth.core.driver.VerticalGridLayout extends java.lang.Object implements Serializable

Serialized Fields

hgap

int hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non-negative integer.

 
See Also:
VerticalGridLayout.getHgap(), VerticalGridLayout.setHgap(int)

vgap

int vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.

 
See Also:
VerticalGridLayout.getVgap(), VerticalGridLayout.setVgap(int)

rows

int rows
This is the number of rows specified for the grid. The number of rows can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Rows in that dimension depends on the other dimension.

 
See Also:
VerticalGridLayout.getRows(), VerticalGridLayout.setRows(int)

cols

int cols
This is the number of columns specified for the grid. The number of columns can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Columns in that dimension depends on the other dimension.

 
See Also:
VerticalGridLayout.getColumns(), VerticalGridLayout.setColumns(int)

Package artisynth.core.femmodels

Class artisynth.core.femmodels.AbaqusWriter.ElemTypeList extends java.util.ArrayList<FemElement3d> implements Serializable

serialVersionUID: 9812341234L

Serialized Fields

myType

AbaqusWriter.ElemType myType

Class artisynth.core.femmodels.FemModelState extends NumericState implements Serializable

serialVersionUID: 1L


Package artisynth.core.gui

Class artisynth.core.gui.LegendDisplay extends PropertyFrame implements Serializable

Serialized Fields

myProbe

NumericProbeBase myProbe

myCloseButton

javax.swing.JButton myCloseButton

myLabelsEditable

boolean myLabelsEditable

myCaption

LabeledComponent myCaption

myColorLabel

javax.swing.JLabel myColorLabel

myVisibleLabel

javax.swing.JLabel myVisibleLabel

Class artisynth.core.gui.NumericProbeDisplayLarge extends javax.swing.JFrame implements Serializable

serialVersionUID: 7694829010881232134L

Serialized Fields

myPanel

NumericProbePanel myPanel

myProbe

NumericProbeBase myProbe

zoomInBtn

javax.swing.JButton zoomInBtn

zoomOutBtn

javax.swing.JButton zoomOutBtn

moveDisplayBtn

javax.swing.JButton moveDisplayBtn

fitRangeBtn

javax.swing.JButton fitRangeBtn

pointerBtn

javax.swing.JButton pointerBtn

upArrowBtn

javax.swing.JButton upArrowBtn

downArrowBtn

javax.swing.JButton downArrowBtn

selectBorder

javax.swing.border.Border selectBorder

normalBorder

javax.swing.border.Border normalBorder

myTrackNumber

java.lang.String myTrackNumber

zoomInIcon

javax.swing.ImageIcon zoomInIcon

zoomOutIcon

javax.swing.ImageIcon zoomOutIcon

moveDisplayIcon

javax.swing.ImageIcon moveDisplayIcon

pointerIcon

javax.swing.ImageIcon pointerIcon

upArrowIcon

javax.swing.ImageIcon upArrowIcon

downArrowIcon

javax.swing.ImageIcon downArrowIcon

fitRangeIcon

javax.swing.ImageIcon fitRangeIcon

yRangeField

DoubleIntervalField yRangeField

xRangeField

DoubleIntervalField xRangeField

yMin

double yMin

yMax

double yMax

xMin

double xMin

xMax

double xMax

autoRangeCheck

BooleanSelector autoRangeCheck

Class artisynth.core.gui.NumericProbePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -559038737L

Serialized Fields

xTime

java.lang.Double xTime

yTime

java.lang.Double yTime

xPosition

java.lang.Integer xPosition

yPosition

java.lang.Integer yPosition

yVector

VectorNd yVector

drawOrder

int[] drawOrder

largeDisplay

boolean largeDisplay

useVirtualTime

boolean useVirtualTime

myColorList

java.awt.Color[] myColorList

myProbe

NumericProbeBase myProbe

myLastInterpolationOrder

Interpolation.Order myLastInterpolationOrder

skipIndicies

java.lang.Boolean[] skipIndicies

displayListener

artisynth.core.gui.NumericProbePanel.DisplayListener displayListener

wheelListener

artisynth.core.gui.NumericProbePanel.WheelListener wheelListener

drawKnotsP

boolean drawKnotsP

newRangeSelector

NumericProbeRangeSelectorDialog newRangeSelector

coincidentKnot

NumericListKnot coincidentKnot

initialMousePos

java.awt.Point initialMousePos

tempCoor

java.awt.Point tempCoor

finalCoor

java.awt.Point finalCoor

editingP

boolean editingP

oldKnot

NumericListKnot oldKnot

newKnot

NumericListKnot newKnot

dirtyIndex

int dirtyIndex

myAutoRangingP

boolean myAutoRangingP

secondsPerPixel

double secondsPerPixel

yValuePerPixel

double yValuePerPixel

minYRange

double minYRange

maxYRange

double maxYRange

minXRange

double minXRange

maxXRange

double maxXRange

displayOutputProbeDataPoints

boolean displayOutputProbeDataPoints

zoomInCursor

java.awt.Cursor zoomInCursor

zoomOutCursor

java.awt.Cursor zoomOutCursor

moveDisplayCursor

java.awt.Cursor moveDisplayCursor

zoomSelectPoint

java.awt.Point zoomSelectPoint

zoomSelectRect

java.awt.Rectangle zoomSelectRect

zoomIn

boolean zoomIn

zoomOut

boolean zoomOut

moveDisplay

boolean moveDisplay

previousPoint

java.awt.Point previousPoint

zoomLevel

int zoomLevel

rangeLevel

int rangeLevel

defaultRange

double[] defaultRange

initialXSpacing

double initialXSpacing

initialYSpacing

double initialYSpacing

setRangeManually

boolean setRangeManually

fontHeight

int fontHeight

Class artisynth.core.gui.NumericProbeRangeSelectorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

display

NumericProbePanel display

myPanel

LabeledComponentPanel myPanel

maxYField

DoubleField maxYField

minYField

DoubleField minYField

autoRangeField

BooleanSelector autoRangeField

minYRange

double minYRange

maxYRange

double maxYRange

autoRanging

boolean autoRanging

maskAutoRangeDisable

boolean maskAutoRangeDisable

Class artisynth.core.gui.PropertyWidgetDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

myMain

Main myMain

myPropField

PropertyField myPropField

mySliderSelector

BooleanSelector mySliderSelector

myRangeField

DoubleIntervalField myRangeField

myLabelFontColorSelector

ColorSelector myLabelFontColorSelector

myBackgroundColorSelector

ColorSelector myBackgroundColorSelector

myLabelTextField

StringField myLabelTextField

myOKButton

javax.swing.JButton myOKButton

myDisposed

boolean myDisposed

myReturnValue

int myReturnValue

Class artisynth.core.gui.SelectableComponentPanel extends LabeledComponentPanel implements Serializable

Serialized Fields

mySelectionManager

SelectionManager mySelectionManager

myComponentWidgetMap

java.util.HashMap<K,V> myComponentWidgetMap

myWidgetComponentMap

java.util.HashMap<K,V> myWidgetComponentMap

Class artisynth.core.gui.Timeline extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L


Package artisynth.core.gui.editorManager

Class artisynth.core.gui.editorManager.ComponentListWidget extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

myAncestor

CompositeComponent myAncestor

myListView

ListView<E> myListView

myLocalList

java.util.ArrayList<E> myLocalList

myIncremental

boolean myIncremental

mySelectionManager

SelectionManager mySelectionManager

myJList

javax.swing.JList myJList

myMaskValueChanged

boolean myMaskValueChanged

Class artisynth.core.gui.editorManager.DefaultCollisionsDialog extends PropertyDialog implements Serializable

Serialized Fields

myMechModel

MechModel myMechModel

mySetButton

javax.swing.JButton mySetButton

myRREnabled

BooleanSelector myRREnabled

myRDEnabled

BooleanSelector myRDEnabled

myDDEnabled

BooleanSelector myDDEnabled

myDSEnabled

BooleanSelector myDSEnabled

myRRFriction

DoubleField myRRFriction

myRDFriction

DoubleField myRDFriction

myDDFriction

DoubleField myDDFriction

myDSFriction

DoubleField myDSFriction

Class artisynth.core.gui.editorManager.GeometryInertiaPanel extends LabeledComponentPanel implements Serializable

Serialized Fields

myAttachedBody

RigidBody myAttachedBody

myMesh

PolygonalMesh myMesh

myMeshFileName

java.lang.String myMeshFileName

myMeshFileTransform

AffineTransform3dBase myMeshFileTransform

myOriginalInertia

SpatialInertia myOriginalInertia

myOriginalDensity

double myOriginalDensity

myOriginalMesh

PolygonalMesh myOriginalMesh

myOriginalMeshFileName

java.lang.String myOriginalMeshFileName

myOriginalMeshFileTransform

AffineTransform3dBase myOriginalMeshFileTransform

myOriginalInertiaMethod

RigidBody.InertiaMethod myOriginalInertiaMethod

myFileMesh

PolygonalMesh myFileMesh

myMassField

DoubleField myMassField

myInertiaField

SymmetricMatrix3dField myInertiaField

myCOMField

VectorField myCOMField

myDensityField

DoubleField myDensityField

myGeometrySelector

EnumSelector myGeometrySelector

myMeshFileField

FileNameField myMeshFileField

myMeshXformWidget

AffineTransformWidget myMeshXformWidget

myCOMButton

javax.swing.JButton myCOMButton

myComputeDensityButton

javax.swing.JButton myComputeDensityButton

myPointRadiusField

DoubleField myPointRadiusField

myPointSlicesField

IntegerField myPointSlicesField

myBoxWidthsField

VectorField myBoxWidthsField

myGeometryWidgets

java.util.ArrayList<E> myGeometryWidgets

myValueChangeHandlerMasked

boolean myValueChangeHandlerMasked

myInertiaMethodSelector

EnumSelector myInertiaMethodSelector

Class artisynth.core.gui.editorManager.JListTest extends javax.swing.JFrame implements Serializable

Serialized Fields

myList

javax.swing.JList myList

Class artisynth.core.gui.editorManager.SetCollisionsDialog extends PropertyDialog implements Serializable

Serialized Fields

myMechModel

MechModel myMechModel

mySetButton

javax.swing.JButton mySetButton

myFrictionField

DoubleField myFrictionField

myEnabledField

BooleanSelector myEnabledField

myCollisionPairs

java.util.LinkedList<E> myCollisionPairs

Class artisynth.core.gui.editorManager.TracingProbePanel extends PropertyDialog implements Serializable

Serialized Fields

foo

java.lang.Double foo

myTracable

Tracable myTracable

myTracableName

java.lang.String myTracableName

myPrototype

TracingProbe myPrototype

myPropTree

PropTreeCell myPropTree

myExcludedProps

java.lang.String[] myExcludedProps

myNumFixedWidgets

int myNumFixedWidgets

myTraceSelector

StringSelector myTraceSelector

myNameField

StringField myNameField

myDurationField

DoubleField myDurationField

myStartTimeField

DoubleField myStartTimeField

myUpdateIntervalField

DoubleField myUpdateIntervalField

Package artisynth.core.gui.jythonconsole

Class artisynth.core.gui.jythonconsole.ArtisynthJythonFrame extends JythonFrame implements Serializable

serialVersionUID: 7237956997389820537L

Serialized Fields

myMain

Main myMain

Class artisynth.core.gui.jythonconsole.JythonConsole extends ReadlineConsole implements Serializable

serialVersionUID: -2462143623782010769L

Serialized Fields

myInterp

org.python.util.InteractiveInterpreter myInterp

myInterpThread

artisynth.core.gui.jythonconsole.JythonConsole.InterpreterThread myInterpThread

myCflags

org.python.core.CompilerFlags myCflags

myCmode

org.python.core.CompileMode myCmode

myCommandWriter

java.io.PipedWriter myCommandWriter

myCout

java.io.Writer myCout

myCerr

java.io.Writer myCerr

myBuffer

java.lang.String myBuffer

Class artisynth.core.gui.jythonconsole.JythonFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 4747183591331454317L

Serialized Fields

myConsole

JythonConsole myConsole

Class artisynth.core.gui.jythonconsole.ReadlineConsole extends javax.swing.JTextArea implements Serializable

serialVersionUID: 255772702202415635L

Serialized Fields

myPrompt

java.lang.String myPrompt

myHistory

java.util.LinkedList<E> myHistory

myMaxHistory

int myMaxHistory

myMaxLines

int myMaxLines

myHistoryIdx

int myHistoryIdx

myPromptLengths

artisynth.core.gui.jythonconsole.ReadlineConsole.PromptLengths myPromptLengths

myKillBuffer

java.lang.String myKillBuffer

metaState

int metaState

selecting

boolean selecting

Class artisynth.core.gui.jythonconsole.ReadlineConsole.PromptLengths extends java.util.ArrayList<java.lang.Integer> implements Serializable

serialVersionUID: -7271464798363177301L


Package artisynth.core.gui.navpanel

Class artisynth.core.gui.navpanel.NavigationPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

debug

boolean debug

tree

javax.swing.JTree tree

myTreeSelectionModel

javax.swing.tree.TreeSelectionModel myTreeSelectionModel

treeView

javax.swing.JScrollPane treeView

treeListener

NavPanelSelectionListener treeListener

status

boolean status

parentScrollBar

javax.swing.JScrollPane parentScrollBar

map

java.util.HashMap<K,V> map

mySelectionListeners

java.util.ArrayList<E> mySelectionListeners

mySelectionManager

SelectionManager mySelectionManager

scrollMarginSpace

int scrollMarginSpace

myTreeModel

NavPanelTreeModel myTreeModel

myHideEmptyComponentsP

boolean myHideEmptyComponentsP

onlyExpandedPaths

boolean onlyExpandedPaths

Class artisynth.core.gui.navpanel.NavPanelRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 1L


Package artisynth.core.gui.probeEditor

Class artisynth.core.gui.probeEditor.AddPropertyPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

normalColor

java.awt.Color normalColor

oldPropName

java.lang.String oldPropName

myDisposed

boolean myDisposed

myPropField

PropertyField myPropField

myParent

NumericProbeEditor myParent

editCheck

javax.swing.JCheckBox editCheck

propNameField

StringField propNameField

propDimLabel

javax.swing.JLabel propDimLabel

myPopup

javax.swing.JPopupMenu myPopup

DEFAULT_COMPBG

java.awt.Color DEFAULT_COMPBG

DEFAULT_BORDER

javax.swing.border.Border DEFAULT_BORDER

isEditable

boolean isEditable

isComplete

boolean isComplete

isHighlighted

boolean isHighlighted

propertyPath

java.lang.String propertyPath

Class artisynth.core.gui.probeEditor.InputNumericProbeEditor extends NumericProbeEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

oldProbe

NumericInputProbe oldProbe

Class artisynth.core.gui.probeEditor.NumericProbeEditor extends javax.swing.JFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

FRAME_WIDTH

int FRAME_WIDTH

FRAME_HEIGHT

int FRAME_HEIGHT

originalFilePath

java.lang.String originalFilePath

mainPane

javax.swing.JPanel mainPane

infoPaneA

javax.swing.JPanel infoPaneA

infoPaneB

javax.swing.JPanel infoPaneB

infoPaneC

javax.swing.JPanel infoPaneC

nameLabel

javax.swing.JLabel nameLabel

splitPane

javax.swing.JSplitPane splitPane

middlePane

javax.swing.JPanel middlePane

vectorPane

javax.swing.JPanel vectorPane

equationPane

javax.swing.JPanel equationPane

propPane

javax.swing.JPanel propPane

bottomPane

javax.swing.JPanel bottomPane

optionsPane

javax.swing.JPanel optionsPane

leftPropertyPanel

LabeledComponentPanel leftPropertyPanel

rightPropertyPanel

LabeledComponentPanel rightPropertyPanel

addVectorButton

javax.swing.JButton addVectorButton

addPropertyButton

javax.swing.JButton addPropertyButton

browseButton

javax.swing.JButton browseButton

addProbeButton

javax.swing.JButton addProbeButton

closeButton

javax.swing.JButton closeButton

attachedFileField

StringField attachedFileField

startTimeField

DoubleField startTimeField

endTimeField

DoubleField endTimeField

scaleField

DoubleField scaleField

probeNameField

StringField probeNameField

intervalField

DoubleField intervalField

dispUpperField

DoubleField dispUpperField

dispLowerField

DoubleField dispLowerField

rangeField

DoubleIntervalField rangeField

attachedFile

java.io.File attachedFile

propList

java.util.ArrayList<E> propList

eqList

java.util.ArrayList<E> eqList

probeChannels

java.util.ArrayList<E> probeChannels

usedVectorIndicies

java.util.ArrayList<E> usedVectorIndicies

usedPropIndicies

java.util.ArrayList<E> usedPropIndicies

myDrivers

java.util.ArrayList<E> myDrivers

myVariables

java.util.LinkedHashMap<K,V> myVariables

myProperties

java.util.ArrayList<E> myProperties

isReady

boolean isReady

Class artisynth.core.gui.probeEditor.OutputNumericProbeEditor extends NumericProbeEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

oldProbe

NumericOutputProbe oldProbe

Package artisynth.core.gui.selectionManager

Class artisynth.core.gui.selectionManager.SelectionPopup extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: -8708147234861383471L

Serialized Fields

myParentGUIComponent

java.awt.Component myParentGUIComponent

mySelectionManager

SelectionManager mySelectionManager

myEditActionMap

EditActionMap myEditActionMap

myTraceItem

javax.swing.JMenuItem myTraceItem

myTraceItemLoc

java.awt.Point myTraceItemLoc

myPropertyEditSelection

java.util.LinkedList<E> myPropertyEditSelection

myRefComponentSelection

java.util.LinkedList<E> myRefComponentSelection

myLastBounds

java.awt.Rectangle myLastBounds

Package artisynth.core.gui.timeline

Class artisynth.core.gui.timeline.TimelineController extends Timeline implements Serializable

serialVersionUID: 1L

Serialized Fields

myInTracks

java.util.ArrayList<E> myInTracks

myOutTracks

java.util.ArrayList<E> myOutTracks

wayInfos

java.util.ArrayList<E> wayInfos

myProbeEditors

java.util.ArrayList<E> myProbeEditors

myProbeMap

java.util.LinkedHashMap<K,V> myProbeMap

timelineDuration

int timelineDuration

zoomLevel

int zoomLevel

activeWaypointExists

boolean activeWaypointExists

activeProbeExists

boolean activeProbeExists

currentCursor

java.awt.Cursor currentCursor

timescale

Timescale timescale

workspacePane

javax.swing.JPanel workspacePane

timelinePane

artisynth.core.gui.timeline.TimelineController.TimelinePane timelinePane

myToolBar

TimeToolbar myToolBar

timelineScrollPane

javax.swing.JScrollPane timelineScrollPane

probesPane

javax.swing.JPanel probesPane

masterPane

javax.swing.JPanel masterPane

probeTrack

artisynth.core.gui.timeline.TimelineController.ProbeTrack probeTrack

currentTrack

Track currentTrack

groupedTracks

java.util.ArrayList<E> groupedTracks

selectedTracks

java.util.ArrayList<E> selectedTracks

selectedProbes

java.util.ArrayList<E> selectedProbes

firstIndex

int firstIndex

lastIndex

int lastIndex

wayTrack

artisynth.core.gui.timeline.TimelineController.WayPointTrack wayTrack

muteToggle

javax.swing.JToggleButton muteToggle

expandToggle

javax.swing.JToggleButton expandToggle

myWayShadow

java.awt.geom.Line2D myWayShadow

mainSplitPane

javax.swing.JSplitPane mainSplitPane

myViewer

GLViewer myViewer

myPopup

javax.swing.JPopupMenu myPopup

wayTrackListener

artisynth.core.gui.timeline.TimelineController.WayPointTrackListener wayTrackListener

myRequestTimer

java.util.Timer myRequestTimer

myMultipleSelectionMask

int myMultipleSelectionMask

Class artisynth.core.gui.timeline.TimelineController.ProbeTrack extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Class artisynth.core.gui.timeline.Timescale extends javax.swing.JSlider implements Serializable

serialVersionUID: 1L

Serialized Fields

controller

TimelineController controller

timescaleUI

artisynth.core.gui.timeline.Timescale.TimescaleUI timescaleUI

scaleLabelList

java.math.BigDecimal[] scaleLabelList

gbusy

java.awt.Graphics[] gbusy

Class artisynth.core.gui.timeline.TimeToolbar extends javax.swing.JToolBar implements Serializable

serialVersionUID: 1L

Serialized Fields

timeLabel

javax.swing.JLabel timeLabel

parent

TimelineController parent

zoomInButton

javax.swing.JButton zoomInButton

zoomOutButton

javax.swing.JButton zoomOutButton

resetButton

javax.swing.JButton resetButton

fastBackwardButton

javax.swing.JButton fastBackwardButton

playButton

javax.swing.JButton playButton

fastForwardButton

javax.swing.JButton fastForwardButton

singleStepButton

javax.swing.JButton singleStepButton

myStepTime

double myStepTime

timefmt

NumberFormat timefmt

Class artisynth.core.gui.timeline.Track extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

highlight

java.awt.Color highlight

borderBottom

javax.swing.border.MatteBorder borderBottom

borderBottomSelect

javax.swing.border.MatteBorder borderBottomSelect

draggingBorder

javax.swing.border.Border draggingBorder

normalBorder

javax.swing.border.Border normalBorder

bevelBorder

javax.swing.border.Border bevelBorder

backgroundColor

java.awt.Color backgroundColor

isInputTrack

boolean isInputTrack

myIndex

int myIndex

isExpanded

boolean isExpanded

myController

TimelineController myController

probeInfos

java.util.ArrayList<E> probeInfos

myListener

artisynth.core.gui.timeline.Track.TrackListener myListener

toggleButtons

javax.swing.JToggleButton[] toggleButtons

nameLabel

javax.swing.JLabel nameLabel

selected

boolean selected

visible

boolean visible

myTrack

Track myTrack

groupParent

Track groupParent

isEnabled

boolean isEnabled

Class artisynth.core.gui.timeline.WayPointInfo extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

myWaypoint

WayPoint myWaypoint

myController

TimelineController myController

myIndex

int myIndex

myListener

artisynth.core.gui.timeline.WayPointInfo.WayPointListener myListener

wayCoor

int wayCoor

newCoor

int newCoor

prevCoor

int prevCoor

WAYPOINT_INDICATOR_HEIGHT

int WAYPOINT_INDICATOR_HEIGHT

WAYPOINT_INDICATOR_WIDTH

int WAYPOINT_INDICATOR_WIDTH

myHighlighted

boolean myHighlighted

Package artisynth.core.gui.widgets

Class artisynth.core.gui.widgets.ClassField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

Class artisynth.core.gui.widgets.ComponentField extends ComponentPropertyField implements Serializable

Class artisynth.core.gui.widgets.ComponentPropertyField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

mySelectionManager

SelectionManager mySelectionManager

mySelectionEnabled

boolean mySelectionEnabled

mySelectionListenerInstalled

boolean mySelectionListenerInstalled

mySelectionListenerMasked

boolean mySelectionListenerMasked

myPropertiesAllowed

boolean myPropertiesAllowed

myPropertySelector

StringSelector myPropertySelector

nullString

java.lang.String nullString

myAddParentButton

boolean myAddParentButton

myParentButton

javax.swing.JButton myParentButton

myLastSelectorHost

HasProperties myLastSelectorHost

myMain

Main myMain

myLastPropName

java.lang.String myLastPropName

myIgnoreDeselection

boolean myIgnoreDeselection

myNumericOnly

boolean myNumericOnly

myWidgetableOnly

boolean myWidgetableOnly

Class artisynth.core.gui.widgets.ModelComponentSelector extends LabeledComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

myHolder

ModelComponent myHolder

Class artisynth.core.gui.widgets.PropertyField extends ComponentPropertyField implements Serializable


Package artisynth.core.mechmodels

Class artisynth.core.mechmodels.ExcitationSourceList extends java.util.ArrayList<ExcitationSource> implements Serializable

Class artisynth.core.mechmodels.MechModelState extends NumericState implements Serializable


Package artisynth.core.mfreemodels

Class artisynth.core.mfreemodels.CubaturePoint3d extends Point3d implements Serializable

serialVersionUID: 11L

Serialized Fields

w

double w

Class artisynth.core.mfreemodels.MaterialPoint extends Point3d implements Serializable

serialVersionUID: -5519894752791685874L

Serialized Fields

myRadius

double myRadius

myMass

double myMass

Package artisynth.core.modelbase

Class artisynth.core.modelbase.CompositeState extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

myStates

java.util.ArrayList<E> myStates

myComps

java.util.ArrayList<E> myComps

Class artisynth.core.modelbase.EmptyState extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class artisynth.core.modelbase.NonUniqueNameException extends java.lang.RuntimeException implements Serializable

Class artisynth.core.modelbase.NumericState extends DataBuffer implements Serializable

serialVersionUID: 1L

Class artisynth.core.modelbase.ReferenceNotFoundException extends java.io.IOException implements Serializable


Package artisynth.core.moviemaker

Class artisynth.core.moviemaker.MovieMakerDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

myMain

Main myMain

myFrame

MainFrame myFrame

myMovieMaker

MovieMaker myMovieMaker

optionsPanel

LabeledComponentPanel optionsPanel

filename

StringField filename

windowButtons

OptionPanel windowButtons

fullWindowButton

javax.swing.JButton fullWindowButton

viewWindowButton

javax.swing.JButton viewWindowButton

customWindowButton

javax.swing.JButton customWindowButton

windowXPosition

IntegerField windowXPosition

windowYPosition

IntegerField windowYPosition

windowWidth

IntegerField windowWidth

windowHeight

IntegerField windowHeight

resizeWidth

IntegerField resizeWidth

resizeHeight

IntegerField resizeHeight

resizeSamples

IntegerField resizeSamples

showCaptureFrame

javax.swing.JCheckBox showCaptureFrame

frameRateField

DoubleField frameRateField

speedField

DoubleField speedField

formatSelector

StringSelector formatSelector

methodSelector

StringSelector methodSelector

customizeButton

javax.swing.JButton customizeButton

beginRecordOnStart

javax.swing.JCheckBox beginRecordOnStart

endRecordOnStop

javax.swing.JCheckBox endRecordOnStop

automaticFrames

javax.swing.JCheckBox automaticFrames

removeImages

javax.swing.JCheckBox removeImages

saveMovieImage

javax.swing.JCheckBox saveMovieImage

recordAudio

javax.swing.JCheckBox recordAudio

normalizeAudio

javax.swing.JCheckBox normalizeAudio

recordAudioTxt

javax.swing.JCheckBox recordAudioTxt

originalSize

javax.swing.JCheckBox originalSize

constrainSize

javax.swing.JCheckBox constrainSize

alwaysOnTop

javax.swing.JCheckBox alwaysOnTop

audioOptionsAdded

boolean audioOptionsAdded

controlPanel

OptionPanel controlPanel

startButton

javax.swing.JButton startButton

stopButton

javax.swing.JButton stopButton

frameButton

javax.swing.JButton frameButton

areaSelectionFrame

artisynth.core.moviemaker.MovieMakerDialog.TransparentDialog areaSelectionFrame

tmpDirectory

java.lang.String tmpDirectory

savedFrameRate

double savedFrameRate

viewerCapture

boolean viewerCapture

customCapture

boolean customCapture

areaHandlerMasked

boolean areaHandlerMasked

isRecordingStarted

boolean isRecordingStarted

Package artisynth.core.util

Class artisynth.core.util.AudioPlayer02 extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

audioFormat

javax.sound.sampled.AudioFormat audioFormat

audioInputStream

javax.sound.sampled.AudioInputStream audioInputStream

sourceDataLine

javax.sound.sampled.SourceDataLine sourceDataLine

stopPlayback

boolean stopPlayback

terminatePlayback

boolean terminatePlayback

stopBtn

javax.swing.JButton stopBtn

resumeBtn

javax.swing.JButton resumeBtn

playBtn

javax.swing.JButton playBtn

textField

javax.swing.JTextField textField

Package maspack.apps

Class maspack.apps.MeshCollisionViewer extends GLViewerFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

myMesh1

PolygonalMesh myMesh1

myMesh2

PolygonalMesh myMesh2

myRenderProps

RenderProps myRenderProps

myDragger1

Transrotator3d myDragger1

myDragger2

Transrotator3d myDragger2

myCollider

SurfaceMeshCollider myCollider

myContactInfo

ContactInfo myContactInfo

contourWidth

int contourWidth

contourColor

float[] contourColor

Class maspack.apps.MeshThicken extends ViewerFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

myRegions

java.util.ArrayList<E> myRegions

myMesh

MeshBase myMesh

myRegionChooser

javax.swing.JFileChooser myRegionChooser

myMeshChooser

javax.swing.JFileChooser myMeshChooser

myMeshFile

java.io.File myMeshFile

myRegionFile

java.io.File myRegionFile

myDefaultRegionHeight

double myDefaultRegionHeight

myDefaultRegionMargin

double myDefaultRegionMargin

myDefaultRegionThickening

double myDefaultRegionThickening

myDefaultThickenBackSide

boolean myDefaultThickenBackSide

myDefaultRegionUnthickening

double myDefaultRegionUnthickening

mySmoothingLambda

double mySmoothingLambda

mySmoothingMu

double mySmoothingMu

mySmoothingCount

int mySmoothingCount

myRerenderListener

ValueChangeListener myRerenderListener

myEditingRegion

MeshThicken.Region myEditingRegion

Class maspack.apps.MeshViewer extends GLViewerFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

myMeshes

java.util.ArrayList<E> myMeshes

myMeshQueue

java.util.ArrayList<E> myMeshQueue

myMeshCursor

int myMeshCursor

myMeshLabel

javax.swing.JLabel myMeshLabel

myLastMeshName

java.lang.String myLastMeshName

myPointNormalLen

double myPointNormalLen

myVertexMergeDist

double myVertexMergeDist

mySmoothingLambda

double mySmoothingLambda

mySmoothingMu

double mySmoothingMu

mySmoothingCount

int mySmoothingCount

myPropertyDialog

PropertyDialog myPropertyDialog

myPopupManager

ViewerPopupManager myPopupManager

myGridDisplay

GridDisplay myGridDisplay

myGridDisplayIndex

int myGridDisplayIndex

myToolBar

javax.swing.JPanel myToolBar

myColorChooser

javax.swing.JColorChooser myColorChooser

myBackgroundColor

java.awt.Color myBackgroundColor

myRenderProps

RenderProps myRenderProps

myMeshChooser

javax.swing.JFileChooser myMeshChooser

myMeshSelector

maspack.apps.MeshViewer.MeshSelector myMeshSelector

Class maspack.apps.NURBSViewer extends GLViewerFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

nurbsList

java.util.ArrayList<E> nurbsList

meshTable

java.util.Hashtable<K,V> meshTable

selectedPnts

java.util.ArrayList<E> selectedPnts

colmesh

PolygonalMesh colmesh

colCenter

Point3d colCenter

diff

Vector3d diff

colRad

double colRad

Class maspack.apps.SignedDistanceGridViewer extends GLViewerFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

gridCellList

java.util.ArrayList<E> gridCellList

selectedPnts

java.util.ArrayList<E> selectedPnts

Package maspack.collision

Class maspack.collision.IntersectionContour extends java.util.ArrayList<MeshIntersectionPoint> implements Serializable

Serialized Fields

myIsOpen

boolean myIsOpen

Class maspack.collision.MeshIntersectionContour extends java.util.ArrayList<MeshIntersectionPoint> implements Serializable

serialVersionUID: 1L

Serialized Fields

workPoint

MeshIntersectionPoint workPoint

isClosed

boolean isClosed

isContinuable

boolean isContinuable

hasInterior

boolean hasInterior

openMesh

boolean openMesh

isInverting

boolean isInverting

isNested

boolean isNested

normal

Vector3d normal

edgeRegion

boolean edgeRegion

intersector

SurfaceMeshIntersector intersector

insideEdges0

java.util.LinkedHashSet<E> insideEdges0

insideEdges1

java.util.LinkedHashSet<E> insideEdges1

insideFaces0

java.util.LinkedHashSet<E> insideFaces0

insideFaces1

java.util.LinkedHashSet<E> insideFaces1

insideVertices0

java.util.ArrayList<E> insideVertices0

insideVertices1

java.util.ArrayList<E> insideVertices1

Class maspack.collision.MeshIntersectionPoint extends Point3d implements Serializable

serialVersionUID: 1L

Serialized Fields

contour

MeshIntersectionContour contour

face

Face face

edge

HalfEdge edge

edgeRegion

boolean edgeRegion

radius

double radius

radiusVector

Vector3d radiusVector

radiusArea

double radiusArea

isCoincident

boolean isCoincident

Class maspack.collision.SurfaceMeshContourIxer.DegenerateCaseException extends java.lang.Exception implements Serializable


Package maspack.fileutil

Class maspack.fileutil.FileGrabberException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 2507562867513637080L

Class maspack.fileutil.NativeLibraryException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package maspack.fileutil.uri

Class maspack.fileutil.uri.URIxSyntaxException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: -2954757104212747962L


Package maspack.matrix

Class maspack.matrix.AffineTransform3d extends AffineTransform3dBase implements Serializable

serialVersionUID: 42L

Serialized Fields

A

Matrix3d A
Matrix component.


p

Vector3d p
Vector component.

Class maspack.matrix.AffineTransform3dBase extends DenseMatrixBase implements Serializable

serialVersionUID: 1L

Serialized Fields

M

Matrix3dBase M

b

Vector3d b

Mtmp

Matrix3d Mtmp

Class maspack.matrix.ImproperSizeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class maspack.matrix.ImproperStateException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class maspack.matrix.Matrix3d extends Matrix3dBase implements Serializable

serialVersionUID: 1L

Serialized Fields

next

Matrix3d next

Tmp

Matrix3d Tmp

Class maspack.matrix.Matrix3dBase extends DenseMatrixBase implements Serializable

Serialized Fields

m00

double m00
Matrix element (0,0)


m01

double m01
Matrix element (0,1)


m02

double m02
Matrix element (0,2)


m10

double m10
Matrix element (1,0)


m11

double m11
Matrix element (1,1)


m12

double m12
Matrix element (1,2)


m20

double m20
Matrix element (2,0)


m21

double m21
Matrix element (2,1)


m22

double m22
Matrix element (2,2)


Tmp

Matrix3d Tmp

Class maspack.matrix.Matrix3x3Block extends Matrix3d implements Serializable

Serialized Fields

myNext

MatrixBlock myNext

myDown

MatrixBlock myDown

myBlkRow

int myBlkRow

myBlkCol

int myBlkCol

myRowOff

int myRowOff

myColOff

int myColOff

myNumber

int myNumber

Class maspack.matrix.Matrix3x3DiagBlock extends Matrix3x3Block implements Serializable

Class maspack.matrix.MatrixNd extends DenseMatrixBase implements Serializable

serialVersionUID: 1L

Serialized Fields

nrows

int nrows

ncols

int ncols

width

int width

base

int base

buf

double[] buf

tmp

double[] tmp

res

double[] res

fixedSize

boolean fixedSize

storageFilled

boolean storageFilled

explicitBuffer

boolean explicitBuffer

subMatrixRefCnt

int subMatrixRefCnt

Class maspack.matrix.MatrixNdBlock extends MatrixNd implements Serializable

Serialized Fields

myNext

MatrixBlock myNext

myDown

MatrixBlock myDown

myBlkRow

int myBlkRow

myBlkCol

int myBlkCol

myRowOff

int myRowOff

myColOff

int myColOff

myNumber

int myNumber

Class maspack.matrix.NumericalException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class maspack.matrix.Plane extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

normal

Vector3d normal
Plane normal


offset

double offset
Plane offset (distance of the origin from the plane)

Class maspack.matrix.Point3d extends Vector3d implements Serializable

serialVersionUID: 1L

Class maspack.matrix.RigidTransform3d extends AffineTransform3dBase implements Serializable

serialVersionUID: 1L

Serialized Fields

R

RotationMatrix3d R
Rotation matrix associated with this transformation.


p

Vector3d p
Translation vector associated with this transformation.

Class maspack.matrix.RotationMatrix3d extends Matrix3dBase implements Serializable

serialVersionUID: 1L

Serialized Fields

Tmp

RotationMatrix3d Tmp

X_MAX

int X_MAX

Y_MAX

int Y_MAX

Z_MAX

int Z_MAX

Class maspack.matrix.ScaledRigidTransform3d extends AffineTransform3dBase implements Serializable

serialVersionUID: 1L

Serialized Fields

R

RotationMatrix3d R
Rotation matrix associated with this transformation.


A

Matrix3d A
Scaled rotation matrix


s

double s
Scale factor associated with this transform


p

Vector3d p
Translation vector associated with this transformation.

Class maspack.matrix.SparseVectorNd extends VectorBase implements Serializable

serialVersionUID: 1L

Serialized Fields

elems

SparseVectorCell elems

size

int size

Class maspack.matrix.SubMatrixNd extends MatrixNd implements Serializable

serialVersionUID: 1L

Serialized Fields

Mroot

MatrixNd Mroot

rowBase

int rowBase

colBase

int colBase

Class maspack.matrix.SymmetricMatrix3d extends Matrix3dBase implements Serializable

serialVersionUID: 1L

Serialized Fields

m0

Vector3d m0

m1

Vector3d m1

m2

Vector3d m2

u0

Vector3d u0

u1

Vector3d u1

u2

Vector3d u2

vx

Vector3d vx

T

Matrix3d T

svd

SVDecomposition3d svd

Class maspack.matrix.Vector3d extends VectorBase implements Serializable

serialVersionUID: 1L

Serialized Fields

x

double x
First element


y

double y
Second element


z

double z
Third element

Class maspack.matrix.VectorNd extends VectorBase implements Serializable

serialVersionUID: 1L

Serialized Fields

rowVectorP

boolean rowVectorP

buf

double[] buf

size

int size

explicitBuffer

boolean explicitBuffer

Class maspack.matrix.VectorNi extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

buf

int[] buf

size

int size

explicitBuffer

boolean explicitBuffer

Package maspack.render

Class maspack.render.GLViewerFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

viewer

GLViewer viewer

Class maspack.render.GLViewerPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

viewer

GLViewer viewer

myErrMsg

java.lang.String myErrMsg

Class maspack.render.MouseRayEvent extends java.awt.event.MouseEvent implements Serializable

Serialized Fields

myViewPlaneWidth

double myViewPlaneWidth

myViewPlaneHeight

double myViewPlaneHeight

myViewPlaneDistance

double myViewPlaneDistance

myScreenWidth

int myScreenWidth

myScreenHeight

int myScreenHeight

myRay

Line myRay

myViewer

GLViewer myViewer

Package maspack.spatialmotion

Class maspack.spatialmotion.SpatialInertia extends Matrix6dBlock implements Serializable

serialVersionUID: 1L

Serialized Fields

com

Point3d com

mass

double mass

J

SymmetricMatrix3d J

L

Matrix3d L

sqrtMass

double sqrtMass

myTmpT

Twist myTmpT

JDecomp

maspack.spatialmotion.SpatialInertia.Decomp JDecomp

componentUpdateNeeded

boolean componentUpdateNeeded

Class maspack.spatialmotion.SpatialVector extends VectorBase implements Serializable

Serialized Fields

contravariant

boolean contravariant

lv

Vector3d lv

fv

Vector3d fv

a

Vector3d a

b

Vector3d b

Class maspack.spatialmotion.Twist extends SpatialVector implements Serializable

serialVersionUID: 1L

Serialized Fields

v

Vector3d v
Translational velocity


w

Vector3d w
Rotational (angular) velocity

Class maspack.spatialmotion.Wrench extends SpatialVector implements Serializable

serialVersionUID: 1L

Serialized Fields

f

Vector3d f
Translational force


m

Vector3d m
Moment (rotational force)


Package maspack.util

Class maspack.util.BooleanHolder extends java.lang.Object implements Serializable

Serialized Fields

value

boolean value
Value of the boolean, set and examined by the application as needed.

Class maspack.util.CharHolder extends java.lang.Object implements Serializable

Serialized Fields

value

char value
Value of the character, set and examined by the application as needed.

Class maspack.util.CountedList extends java.util.ArrayList<A> implements Serializable

serialVersionUID: 1L

Serialized Fields

counts

java.util.HashMap<K,V> counts

Class maspack.util.DoubleHolder extends java.lang.Object implements Serializable

Serialized Fields

value

double value
Value of the double, set and examined by the application as needed.

Class maspack.util.FloatHolder extends java.lang.Object implements Serializable

Serialized Fields

value

float value
Value of the float, set and examined by the application as needed.

Class maspack.util.InternalErrorException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class maspack.util.IntHolder extends java.lang.Object implements Serializable

Serialized Fields

value

int value
Value of the integer, set and examined by the application as needed.

Class maspack.util.LongHolder extends java.lang.Object implements Serializable

Serialized Fields

value

long value
Value of the long, set and examined by the application as needed.

Class maspack.util.ObjectHolder extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value
Value of the Object reference, set and examined by the application as needed.

Class maspack.util.StringHolder extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value
Value of the String reference, set and examined by the application as needed.

Class maspack.util.TestException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package maspack.widgets

Class maspack.widgets.AffineTransformWidget extends LabeledControl implements Serializable

Serialized Fields

myTranslationField

VectorField myTranslationField

myRotationField

AxisAngleField myRotationField

myScaleField

ScaleField myScaleField

myShearField

VectorField myShearField

myTranslation

Vector3d myTranslation

myRotation

AxisAngle myRotation

myScale

Vector3d myScale

myShear

Vector3d myShear

myFields

java.util.ArrayList<E> myFields

myPanel

javax.swing.JPanel myPanel

myValueIsVoid

boolean myValueIsVoid

myV

Matrix3d myV

Class maspack.widgets.AutoCompleteStringField extends StringField implements Serializable

serialVersionUID: 1L

Serialized Fields

data

java.util.ArrayList<E> data

suggestions

java.util.ArrayList<E> suggestions

suggestionIdx

int suggestionIdx

lastSearch

java.lang.String lastSearch

Class maspack.widgets.AxisAngleField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

myAxisFmt

NumberFormat myAxisFmt

validFmtChars

java.lang.String validFmtChars

Class maspack.widgets.BooleanSelector extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

myHolder

BooleanHolder myHolder

myCheckBox

javax.swing.JToggleButton myCheckBox

Class maspack.widgets.ColorSelector extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

myHolder

float[] myHolder

myVoidColor

java.awt.Color myVoidColor

myValue

java.lang.Object myValue

myColorChooser

javax.swing.JColorChooser myColorChooser

mySetButton

javax.swing.JButton mySetButton

myClearButton

javax.swing.JButton myClearButton

myColorSwatch

javax.swing.JLabel myColorSwatch

Class maspack.widgets.CompositePropertyPanel extends LabeledPanel implements Serializable

serialVersionUID: -8250743828009978845L

Serialized Fields

myCpropSelector

StringSelector myCpropSelector
A possibly undesirable behavior can occur as follows: 1. Select a composite panel that has a common type across several hosts. Assume that one or more fields has a Void value. 2. Set a new type for the composite value. All hosts now have this type. 3. Revert to the original type. Fields that did not have a void type are set to based on the stored widget value. However, fields that did have a void type now have the default value for the field, since all values get some sort of setting when we set the type. It might be possible to prevent this using the hostBackup values, but it is not clear is this is necessary.


myCpropProperty

Property myCpropProperty

myCpropType

java.lang.Class<T> myCpropType

myCprop

CompositeProperty myCprop

myWidgets

LabeledComponentBase[] myWidgets

myWidgetProps

java.util.LinkedList<E> myWidgetProps

myCpropTypes

java.util.HashMap<K,V> myCpropTypes

myWidgetSets

java.util.HashMap<K,V> myWidgetSets

myGlobalValueChangeListeners

java.util.LinkedList<E> myGlobalValueChangeListeners

myExpandState

PropertyInfo.ExpandState myExpandState

myExpandButton

LabeledToggleButton myExpandButton

Class maspack.widgets.CompositePropertyWidget extends LabeledComponent implements Serializable

Serialized Fields

myProp

Property myProp

myClearButton

javax.swing.JButton myClearButton

mySetButton

javax.swing.JButton mySetButton

myNullLabel

javax.swing.JLabel myNullLabel

myClearButtonFace

int myClearButtonFace

myClearButtonInstalled

boolean myClearButtonInstalled

myDialog

PropertyDialog myDialog

myValueChangeListeners

java.util.LinkedList<E> myValueChangeListeners

Class maspack.widgets.DoubleField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myHolder

DoubleHolder myHolder

myValue

java.lang.Object myValue

validFmtChars

java.lang.String validFmtChars

myAutoClipP

boolean myAutoClipP

myRange

DoubleInterval myRange

Class maspack.widgets.DoubleFieldSlider extends DoubleField implements Serializable

serialVersionUID: 1L

Serialized Fields

mySlider

javax.swing.JSlider mySlider

mySliderMasked

boolean mySliderMasked

myAutoRangingP

boolean myAutoRangingP

myMajorTickSpacing

double myMajorTickSpacing

myMinorTickSpacing

double myMinorTickSpacing

myRoundingTol

double myRoundingTol

mySliderRange

DoubleInterval mySliderRange

halfPixelValue

int halfPixelValue

Class maspack.widgets.DoubleIntervalField extends LabeledMultiTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

validFmtChars

java.lang.String validFmtChars

Class maspack.widgets.DoubleSelector extends LabeledComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

myHolder

DoubleHolder myHolder

Class maspack.widgets.DoubleSlider extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

mySlider

javax.swing.JSlider mySlider

mySliderMasked

boolean mySliderMasked

myMajorTickSpacing

double myMajorTickSpacing

myMinorTickSpacing

double myMinorTickSpacing

myRoundingTol

double myRoundingTol

myHolder

DoubleHolder myHolder

myValue

java.lang.Object myValue

mySliderRange

DoubleInterval mySliderRange

myAutoClipP

boolean myAutoClipP

Class maspack.widgets.DraggerToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

myButtons

java.util.ArrayList<E> myButtons

myViewer

GLViewer myViewer

myDragger

Dragger3dBase myDragger

myDraggerListener

Dragger3dListener myDraggerListener

myDrawTool

DrawToolBase myDrawTool

myDrawToolListener

DrawToolListener myDrawToolListener

myBevelBorder

javax.swing.border.BevelBorder myBevelBorder

myDefaultBorder

javax.swing.border.Border myDefaultBorder

myDefaultColor

java.awt.Color myDefaultColor

myDrawToolFrameBinding

DrawToolBase.FrameBinding myDrawToolFrameBinding

myDrawToolFrameOffset

double myDrawToolFrameOffset

mySplineMaxDegree

int mySplineMaxDegree

Class maspack.widgets.EnumSelector extends LabeledComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

myHolder

EnumHolder myHolder

Class maspack.widgets.ExpandablePropertyPanel extends PropertyPanel implements Serializable

serialVersionUID: 3795282939442055050L

Serialized Fields

myNumExtraWidgets

int myNumExtraWidgets

myExpandButton

LabeledToggleButton myExpandButton

myExpandedP

boolean myExpandedP

Class maspack.widgets.FileNameField extends StringField implements Serializable

serialVersionUID: 1L

Serialized Fields

myFileChooser

javax.swing.JFileChooser myFileChooser

myBrowseButton

javax.swing.JButton myBrowseButton

Class maspack.widgets.GridDisplay extends GridResolutionField implements Serializable

Serialized Fields

myGrid

GLGridPlane myGrid

myPropDialog

PropertyDialog myPropDialog

Class maspack.widgets.GridResolutionField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

Class maspack.widgets.IllegalValueException extends java.lang.RuntimeException implements Serializable

Class maspack.widgets.IntegerField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myHolder

IntHolder myHolder

myValue

java.lang.Object myValue

validFmtChars

java.lang.String validFmtChars

myAutoClipP

boolean myAutoClipP

myRange

IntegerInterval myRange

Class maspack.widgets.IntegerFieldSlider extends IntegerField implements Serializable

serialVersionUID: 1L

Serialized Fields

mySlider

javax.swing.JSlider mySlider

mySliderMasked

boolean mySliderMasked

myAutoRangingP

boolean myAutoRangingP

mySliderRange

IntegerInterval mySliderRange

Class maspack.widgets.IntegerIntervalField extends LabeledMultiTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

validFmtChars

java.lang.String validFmtChars

Class maspack.widgets.IntegerMultiField extends LabeledMultiTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

myResultHolder

int[] myResultHolder

myVectorSize

int myVectorSize

validFmtChars

java.lang.String validFmtChars

myAutoClipP

boolean myAutoClipP

myRange

IntegerInterval myRange

Class maspack.widgets.IntegerSelector extends LabeledComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

myHolder

IntHolder myHolder

Class maspack.widgets.IntegerSlider extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

mySlider

javax.swing.JSlider mySlider

myNumMajorTicks

int myNumMajorTicks

myNumMinorTicks

int myNumMinorTicks

mySliderMasked

boolean mySliderMasked

myHolder

IntHolder myHolder

myValue

java.lang.Object myValue

myAutoClipP

boolean myAutoClipP

mySliderRange

IntegerInterval mySliderRange

Class maspack.widgets.LabeledComboBox extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

myComboBox

maspack.widgets.ComboBox myComboBox

myIndex

int myIndex

myComboBoxMasked

boolean myComboBoxMasked

myListHasVoid

boolean myListHasVoid

myListHasNull

boolean myListHasNull

myNameValueList

java.util.ArrayList<E> myNameValueList

Class maspack.widgets.LabeledComponent extends LabeledComponentBase implements Serializable

serialVersionUID: 1L

Serialized Fields

myStretchableP

boolean myStretchableP

mySpacing

int mySpacing

myLabelWidthStretchableP

boolean myLabelWidthStretchableP

myLabelSpacing

LabelSpacing myLabelSpacing

myLabel

SizableLabel myLabel

myComponents

java.util.ArrayList<E> myComponents

Class maspack.widgets.LabeledComponentBase extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mySavedBackground

java.awt.Color mySavedBackground

mySelectedP

boolean mySelectedP

myLabel

SizableLabel myLabel

myComponents

java.util.ArrayList<E> myComponents

Class maspack.widgets.LabeledComponentPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mySelectedWidgets

java.util.LinkedHashSet<E> mySelectedWidgets

myWidgets

java.util.ArrayList<E> myWidgets

myWidgetsSelectable

boolean myWidgetsSelectable

myWidgetsDraggable

boolean myWidgetsDraggable

myNumBasicWidgets

int myNumBasicWidgets

mySelectionListeners

java.util.LinkedList<E> mySelectionListeners

myLayout

LabeledComponentLayout myLayout

myLabelSpacing

LabelSpacing myLabelSpacing

mySavedBorder

javax.swing.border.Border mySavedBorder

myDraggingP

boolean myDraggingP

myTargetComponent

javax.swing.JComponent myTargetComponent

myDragDestination

javax.swing.JComponent myDragDestination

Class maspack.widgets.LabeledControl extends LabeledComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

myChangeListeners

java.util.LinkedList<E> myChangeListeners

myCheckListeners

java.util.LinkedList<E> myCheckListeners

myChangeListenersMasked

boolean myChangeListenersMasked

myChecksMasked

boolean myChecksMasked

myGUIVoidEnabled

boolean myGUIVoidEnabled

myVoidEnabled

boolean myVoidEnabled

myNullEnabled

boolean myNullEnabled

myAllEnabledP

boolean myAllEnabledP

Class maspack.widgets.LabeledControlDemo extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

fooHolder

BooleanHolder fooHolder

barHolder

BooleanHolder barHolder

modeHolder

IntHolder modeHolder

weightHolder

DoubleHolder weightHolder

newWeightHolder

DoubleHolder newWeightHolder

tempHolder

DoubleHolder tempHolder

yourNameHolder

StringHolder yourNameHolder

baudRate

IntHolder baudRate

xyz

VectorNd xyz

abc

VectorNd abc

favoriteColor

float[] favoriteColor

hamburgersSold

IntHolder hamburgersSold

panel

LabeledComponentPanel panel

optionPanel

OptionPanel optionPanel

voidButton

javax.swing.JButton voidButton

initialValues

java.util.ArrayList<E> initialValues

widgets

java.util.ArrayList<E> widgets

myValueChangeCnt

int myValueChangeCnt

Class maspack.widgets.LabeledControlVoidDemo extends LabeledComponentPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

xyz

VectorNd xyz

abc

VectorNd abc

favoriteColor

float[] favoriteColor

Class maspack.widgets.LabeledMultiTextField extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

myFocusListenersMasked

boolean myFocusListenersMasked

myFieldInfo

maspack.widgets.LabeledMultiTextField.TextFieldInfo[] myFieldInfo

myFmt

NumberFormat myFmt

myNumFields

int myNumFields

myNumColumns

int myNumColumns

Class maspack.widgets.LabeledPanel extends LabeledComponentBase implements Serializable

Serialized Fields

myPanel

PropertyPanel myPanel

myMainWidget

LabeledComponent myMainWidget

Class maspack.widgets.LabeledTextField extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

myTextField

javax.swing.JTextField myTextField

myLastText

java.lang.String myLastText

myTextBackgroundReversedP

boolean myTextBackgroundReversedP

myCaretListenerMasked

boolean myCaretListenerMasked

myFmt

NumberFormat myFmt

myAlwaysParseText

boolean myAlwaysParseText

focusListenerMasked

boolean focusListenerMasked

myLastEntryAccepted

boolean myLastEntryAccepted

Class maspack.widgets.LabeledToggleButton extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

toggleBtn

javax.swing.JToggleButton toggleBtn

myValue

java.lang.Boolean myValue

myHolder

BooleanHolder myHolder

Class maspack.widgets.LayoutTest extends javax.swing.JFrame implements Serializable

Serialized Fields

myPanel

javax.swing.JPanel myPanel

mySpacing

int mySpacing

Class maspack.widgets.MouseClickField extends LabeledControl implements Serializable

serialVersionUID: 1L

Serialized Fields

myTextField

javax.swing.JTextField myTextField

myButton

javax.swing.JButton myButton

newModifiers

int newModifiers

modifiers

int modifiers

lastModifiers

int lastModifiers

myTextBackgroundReversedP

boolean myTextBackgroundReversedP

focusListenerMasked

boolean focusListenerMasked

Class maspack.widgets.OptionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myButtonMap

java.util.LinkedHashMap<K,V> myButtonMap

myActionListener

java.awt.event.ActionListener myActionListener

myLiveUpdateButton

javax.swing.JButton myLiveUpdateButton

myLiveUpdateEnabled

boolean myLiveUpdateEnabled

Class maspack.widgets.PropertyDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -2151015189829300640L

Serialized Fields

myPanel

PropertyPanel myPanel

myScrollableP

boolean myScrollableP

myScrollPane

javax.swing.JScrollPane myScrollPane

myOptionPanel

OptionPanel myOptionPanel

myReturnValue

int myReturnValue

myHostList

HostList myHostList

myTree

PropTreeCell myTree

myLiveUpdatingEnabled

boolean myLiveUpdatingEnabled

Class maspack.widgets.PropertyFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -431713572103062517L

Serialized Fields

myPanel

PropertyPanel myPanel

myScrollableP

boolean myScrollableP

myScrollPane

javax.swing.JScrollPane myScrollPane

myOptionPanel

OptionPanel myOptionPanel

myReturnValue

int myReturnValue

myHostList

HostList myHostList

myTree

PropTreeCell myTree

myLiveUpdatingEnabled

boolean myLiveUpdatingEnabled

Class maspack.widgets.PropertyModeButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

myProp

InheritableProperty myProp

myWidget

LabeledControl myWidget

myChangeListeners

java.util.LinkedList<E> myChangeListeners

Class maspack.widgets.PropertyPanel extends LabeledComponentPanel implements Serializable

serialVersionUID: 2247494936388449756L

Serialized Fields

myFormatStr

java.lang.String myFormatStr

myHasModeControlsP

boolean myHasModeControlsP

myWidgetPropMap

java.util.HashMap<K,V> myWidgetPropMap

myGlobalValueChangeListeners

java.util.LinkedList<E> myGlobalValueChangeListeners

mySyncObj

java.lang.Object mySyncObj

Class maspack.widgets.RectangleField extends VectorField implements Serializable

serialVersionUID: -250964885050886911L

Class maspack.widgets.RenderPropsDialog extends PropertyDialog implements Serializable

Serialized Fields

myNumProps

int myNumProps

Class maspack.widgets.RenderPropsPanel extends PropertyPanel implements Serializable

Serialized Fields

mat

Material mat

node

PropTreeCell node

Class maspack.widgets.RigidTransformWidget extends LabeledControl implements Serializable

Serialized Fields

myTranslationField

VectorField myTranslationField

myRotationField

AxisAngleField myRotationField

myPanel

javax.swing.JPanel myPanel

myValue

java.lang.Object myValue

Class maspack.widgets.ScaleField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

validFmtChars

java.lang.String validFmtChars

Class maspack.widgets.ScrollPaneLayout extends javax.swing.ScrollPaneLayout implements Serializable

Class maspack.widgets.SizableLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

minWidth

int minWidth

Class maspack.widgets.Slider extends javax.swing.JSlider implements Serializable

Serialized Fields

myTrackLength

int myTrackLength

Class maspack.widgets.StringField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

myHolder

StringHolder myHolder

Class maspack.widgets.StringSelector extends LabeledComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

myHolder

StringHolder myHolder

Class maspack.widgets.SymmetricMatrix3dField extends VectorField implements Serializable

serialVersionUID: 3600583724619478752L

Class maspack.widgets.ValueChangeEvent extends javax.swing.event.ChangeEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

Class maspack.widgets.VariableVectorField extends VectorField implements Serializable

serialVersionUID: 4224017737154389561L

Class maspack.widgets.VectorField extends LabeledTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

myResultHolder

Vector myResultHolder

myVectorSize

int myVectorSize

validFmtChars

java.lang.String validFmtChars

myAutoClipP

boolean myAutoClipP

myRange

DoubleInterval myRange

Class maspack.widgets.VectorMultiField extends LabeledMultiTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

myValue

java.lang.Object myValue

myResultHolder

Vector myResultHolder

myVectorSize

int myVectorSize

validFmtChars

java.lang.String validFmtChars

myAutoClipP

boolean myAutoClipP

myRange

DoubleInterval myRange

Class maspack.widgets.ViewerFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

viewer

GLViewer viewer

myViewerToolBar

ViewerToolBar myViewerToolBar

myDraggerToolBar

DraggerToolBar myDraggerToolBar

myTopPanel

javax.swing.JPanel myTopPanel

myLeftPanel

javax.swing.JPanel myLeftPanel

myColorChooser

javax.swing.JColorChooser myColorChooser

myGridDisplayIndex

int myGridDisplayIndex

myGridDisplay

GridDisplay myGridDisplay

myPopupManager

ViewerPopupManager myPopupManager

Class maspack.widgets.ViewerToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

myGridDisplay

GridDisplay myGridDisplay

myGridDisplayIndex

int myGridDisplayIndex

myGridDisplayEnabled

boolean myGridDisplayEnabled

myButtonIndex

int myButtonIndex

myClipPlaneControls

java.util.LinkedList<E> myClipPlaneControls

myViewer

GLViewer myViewer

myDefaultAxialView

AxisAlignedRotation myDefaultAxialView

myAxialViewButton

javax.swing.JButton myAxialViewButton

myAxialViewMenuItems

java.util.ArrayList<E> myAxialViewMenuItems

myCurrentViewMenuItem

maspack.widgets.ViewerToolBar.AxialViewMenuItem myCurrentViewMenuItem

myClipPlaneAddButton

javax.swing.JButton myClipPlaneAddButton

Class maspack.widgets.WidgetDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

myPanel

PropertyPanel myPanel

myDisposed

boolean myDisposed

myConfirmCmd

java.lang.String myConfirmCmd

myValidator

WidgetDialog.Validator myValidator

myRetValue

int myRetValue