Serialized Form


Package edu.jhu.cs.cisst.algorithms.optimize.fmg

Class edu.jhu.cs.cisst.algorithms.optimize.fmg.FMGAlreadyExecutingException extends java.lang.Exception implements Serializable

Class edu.jhu.cs.cisst.algorithms.optimize.fmg.FMGNotExecutingException extends java.lang.Exception implements Serializable


Package edu.jhu.cs.cisst.algorithms.optimize.fmg.util

Class edu.jhu.cs.cisst.algorithms.optimize.fmg.util.AssertionFailedException extends java.lang.RuntimeException implements Serializable

Class edu.jhu.cs.cisst.algorithms.optimize.fmg.util.PostconditionNotMetException extends java.lang.RuntimeException implements Serializable

Class edu.jhu.cs.cisst.algorithms.optimize.fmg.util.PreconditionNotMetException extends java.lang.RuntimeException implements Serializable


Package edu.jhu.cs.cisst.vent

Class edu.jhu.cs.cisst.vent.VisualizationApplication extends javax.swing.JFrame implements Serializable

Serialized Fields

visual

Visualization visual
The visual.


visualizationParameters

ParamCollection visualizationParameters
The visualization parameters.


cacheFile

java.io.File cacheFile
The cache file.


Package edu.jhu.ece.iacl.jist.pipeline

Class edu.jhu.ece.iacl.jist.pipeline.AlgorithmRuntimeException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message
Error message to display.

Class edu.jhu.ece.iacl.jist.pipeline.PipeScheduler.CleanAllDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton
The cancel button.


cancelButton

javax.swing.JButton cancelButton
The cancel button.


textArea

javax.swing.JTextArea textArea
The text area.


yes

boolean yes
The yes.


deleteList

java.util.Vector<E> deleteList
The delete list.


Package edu.jhu.ece.iacl.jist.pipeline.graph

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeAlgorithmFactory extends PipeModuleFactory implements Serializable

Serialized Fields

mapFile

java.io.File mapFile
The map file.

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeAlgorithmFactory.AlgorithmGroupNode extends PipeAlgorithmFactory.AlgorithmNode implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeAlgorithmFactory.AlgorithmNode extends DraggableNode implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeDestinationFactory extends PipeModuleFactory implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeDestinationFactory.DestinationNode extends DraggableNode implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeEdgeEditor.DefaultSpinner extends javax.swing.JSpinner implements Serializable

Serialized Fields

border

javax.swing.border.Border border
Border to use.

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeEdgeRealEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

editorComponent

javax.swing.JComponent editorComponent
The Swing component being edited.


delegate

PipeEdgeRealEditor.EditorDelegate delegate
The delegate class which handles all methods sent from the CellEditor.


clickCountToStart

int clickCountToStart
An integer specifying the number of clicks needed to start editing. Even if clickCountToStart is defined as zero, it will not initiate until a click occurs.

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeEdgeRealEditor.EditorDelegate extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value
The value of this cell.

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleFactory extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name.


version

java.lang.String version

c

java.lang.Class<T> c
The c.

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeSourceFactory extends PipeModuleFactory implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.graph.PipeSourceFactory.SourceNode extends DraggableNode implements Serializable


Package edu.jhu.ece.iacl.jist.pipeline.gui

Class edu.jhu.ece.iacl.jist.pipeline.gui.GlobalPreferencePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

browseInput

javax.swing.JButton browseInput
The browse input.


dirInput

javax.swing.JTextField dirInput
The direct input.


browseJreOutput

javax.swing.JButton browseJreOutput
The browse output.


browseLibraryOutput

javax.swing.JButton browseLibraryOutput
The browse output.


useRelative

javax.swing.JCheckBox useRelative
The use relative.


jreField

javax.swing.JTextField jreField
The jre location.


libField

javax.swing.JTextField libField
The lib location.


prefext

javax.swing.JComboBox prefext
The preferred extension


debugLevelField

javax.swing.JSpinner debugLevelField

prefs

JistPreferences prefs
The Maps Preferences

Class edu.jhu.ece.iacl.jist.pipeline.gui.LayoutPanel extends javax.swing.JDesktopPane implements Serializable

Serialized Fields

frames

java.util.LinkedList<E> frames
The frames.

Class edu.jhu.ece.iacl.jist.pipeline.gui.LayoutPreferencePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

browseInput

javax.swing.JButton browseInput
The browse input.


browseOutput

javax.swing.JButton browseOutput
The browse output.


dirInput

javax.swing.JTextField dirInput
The dir input.


dirOutput

javax.swing.JTextField dirOutput
The dir output.


useGridEngine

javax.swing.JCheckBox useGridEngine
The use grid Engine.


useRelative

javax.swing.JCheckBox useRelative
The use relative.


heapSize

javax.swing.JSpinner heapSize
The heap size.


simProcs

javax.swing.JSpinner simProcs
The sim procs.


params

PipeLayout.RunParameters params
The params.


layout

PipeLayout layout
The layout.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ModuleTreePanel extends javax.swing.JScrollPane implements Serializable

Serialized Fields

src

javax.swing.tree.DefaultMutableTreeNode src
The top.


algo

javax.swing.tree.DefaultMutableTreeNode algo
The top.


dest

javax.swing.tree.DefaultMutableTreeNode dest
The top.


top

javax.swing.tree.DefaultMutableTreeNode top
The top.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model.


tree

DraggableJTree tree
The tree.


layout

LayoutPanel layout
The layout.


mouseX

int mouseX
Insert module into active frame if a module is double clicked.


mouseY

int mouseY
Insert module into active frame if a module is double clicked.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ModuleTreePanel.DraggableTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.gui.ParameterPanel extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

ignoreRefresh

boolean ignoreRefresh
The ignore refresh.


lastSelect

PipeModule lastSelect
The last select.


pipes

java.util.Vector<E> pipes
The pipes.

Class edu.jhu.ece.iacl.jist.pipeline.gui.PipeInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

graph

PipeJGraph graph
The graph.


undoManager

GraphUndoManager undoManager
The undo manager.


toolbar

javax.swing.JToolBar toolbar
The toolbar.


undo

javax.swing.Action undo
The expand.


redo

javax.swing.Action redo
The expand.


remove

javax.swing.Action remove
The expand.


group

javax.swing.Action group
The expand.


ungroup

javax.swing.Action ungroup
The expand.


tofront

javax.swing.Action tofront
The expand.


toback

javax.swing.Action toback
The expand.


cut

javax.swing.Action cut
The expand.


copy

javax.swing.Action copy
The expand.


paste

javax.swing.Action paste
The expand.


collapse

javax.swing.Action collapse
The expand.


expand

javax.swing.Action expand
The expand.


foldingManager

JGraphFoldingManager foldingManager
The folding manager.

Class edu.jhu.ece.iacl.jist.pipeline.gui.PipeInternalFrame.EventRedirector extends javax.swing.AbstractAction implements Serializable

Serialized Fields

action

javax.swing.Action action
The action.


item

javax.swing.JMenuItem item
The item.

Class edu.jhu.ece.iacl.jist.pipeline.gui.PipelineLayoutTool extends javax.swing.JFrame implements Serializable

Serialized Fields

modulePanel

ModuleTreePanel modulePanel
The module panel.


paramPanel

ParameterPanel paramPanel
The param panel.


layoutPanel

LayoutPanel layoutPanel
The layout panel.


toggleItems

java.util.ArrayList<E> toggleItems
The toggle items.


recentFiles

javax.swing.JMenu recentFiles
The recent files.


recentItems

java.util.Vector<E> recentItems
The recent items.


removeItem

javax.swing.JMenuItem removeItem
The paste item.


cutItem

javax.swing.JMenuItem cutItem
The paste item.


copyItem

javax.swing.JMenuItem copyItem
The paste item.


undoItem

javax.swing.JMenuItem undoItem
The paste item.


redoItem

javax.swing.JMenuItem redoItem
The paste item.


pasteItem

javax.swing.JMenuItem pasteItem
The paste item.


aboutItem

javax.swing.JMenuItem aboutItem
The paste item.


hideOnExit

boolean hideOnExit
Disable system.exit on exit - causes close window nad and exit to be the same

Class edu.jhu.ece.iacl.jist.pipeline.gui.PlugInSelector extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton
The cancel button.


cancelButton

javax.swing.JButton cancelButton
The cancel button.


top

javax.swing.tree.DefaultMutableTreeNode top
The algo.


algo

javax.swing.tree.DefaultMutableTreeNode algo
The algo.


tree

javax.swing.JTree tree
The tree.


library

PipeLibrary library
The library.


oldPanel

javax.swing.JPanel oldPanel
The old panel.


selectedFactory

PipeAlgorithmFactory selectedFactory
The selected factory.


rebuildItem

javax.swing.JMenuItem rebuildItem
The set dir item.


setDirItem

javax.swing.JMenuItem setDirItem
The set dir item.


mouseX

int mouseX
Insert module into active frame if a module is double clicked.


mouseY

int mouseY
Insert module into active frame if a module is double clicked.

Class edu.jhu.ece.iacl.jist.pipeline.gui.PortComboBox extends javax.swing.JPanel implements Serializable

Serialized Fields

lastPort

PipePort<T> lastPort
The last port.


port

PipePort<T> port
The port.


combo

javax.swing.JComboBox combo
The combo.


panel

ParameterPanel panel
The panel.

Class edu.jhu.ece.iacl.jist.pipeline.gui.PortListBox extends ParamInputView implements Serializable

Serialized Fields

ports

java.util.Vector<E> ports
The ports.


port

PipePort<T> port
The port.


listmodel

javax.swing.DefaultListModel listmodel
The listmodel.


field

javax.swing.JList field
The field.


listPane

javax.swing.JPanel listPane
The list pane.


label

javax.swing.JLabel label
The label.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.


panel

ParameterPanel panel
The panel.


weightPane

javax.swing.JPanel weightPane
The weight pane.


textFields

java.util.List<E> textFields
The text fields.

Class edu.jhu.ece.iacl.jist.pipeline.gui.PortToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

port

PipePort<T> port
The port.


pipe

PipeModule pipe
The pipe.


connectIcon

javax.swing.ImageIcon connectIcon
The disconnect icon.


disconnectIcon

javax.swing.ImageIcon disconnectIcon
The disconnect icon.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessDebugInfoFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

tabPane

javax.swing.JTabbedPane tabPane
The tab pane.


bottomTabPane

javax.swing.JTabbedPane bottomTabPane
The bottom tab pane.


refreshButton

javax.swing.JButton refreshButton
The refresh button.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessDebugInfoFrame.FileText extends javax.swing.JSplitPane implements Serializable

Serialized Fields

topTextArea

javax.swing.JTextArea topTextArea
The bottom text area.


bottomTextArea

javax.swing.JTextArea bottomTextArea
The bottom text area.


topFile

java.io.File topFile
The bottom file.


bottomFile

java.io.File bottomFile
The bottom file.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

manager

ProcessManagerTable manager
The manager.


type

ProcessNode.Hierarchy type
The type.


lastContext

ExecutionContext lastContext
The last context.


play

javax.swing.Action play
The restart.


pause

javax.swing.Action pause
The restart.


stop

javax.swing.Action stop
The restart.


restart

javax.swing.Action restart
The restart.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessManager extends javax.swing.JFrame implements Serializable

Serialized Fields

useWorker

boolean useWorker

managerVisible

boolean managerVisible

managerPane

ProcessManagerTable managerPane
The manager pane.


ancestorsPane

ProcessInfoPanel ancestorsPane
The ancestors pane.


descendantsPane

ProcessInfoPanel descendantsPane
The descendants pane.


scheduler

PipeScheduler scheduler
The scheduler.


layout

PipeLayout layout
The layout.


statusBar

javax.swing.JLabel statusBar
The status bar.


updater

java.lang.Thread updater
The updater.


updateRunning

boolean updateRunning
The update running.


recentFiles

javax.swing.JMenu recentFiles
The recent files.


recentItems

java.util.Vector<E> recentItems
The recent items.


toggleItems

java.util.ArrayList<E> toggleItems
The toggle items.


runAllItem

javax.swing.JMenuItem runAllItem
The jre item.


destItem

javax.swing.JMenuItem destItem
The jre item.


stopAllItem

javax.swing.JMenuItem stopAllItem
The jre item.


openItem

javax.swing.JMenuItem openItem
The jre item.


pauseAllItem

javax.swing.JMenuItem pauseAllItem
The jre item.


quitItem

javax.swing.JMenuItem quitItem
The jre item.


prefItem

javax.swing.JMenuItem prefItem
The jre item.


closeItem

javax.swing.JMenuItem closeItem
The jre item.


saveAsItem

javax.swing.JMenuItem saveAsItem
The jre item.


reloadItem

javax.swing.JMenuItem reloadItem
The jre item.


cleanAllItem

javax.swing.JMenuItem cleanAllItem
The jre item.


globalItem

javax.swing.JMenuItem globalItem
The jre item.


aboutItem

javax.swing.JMenuItem aboutItem
The jre item.


exitOnClose

boolean exitOnClose
The exit on close.


lastModifiedLayoutTime

long lastModifiedLayoutTime

lastModifiedLock

boolean lastModifiedLock

hideOnExit

boolean hideOnExit
Disable system.exit on exit - causes close window and and exit to be the same

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessManagerTable extends javax.swing.JPanel implements Serializable

Serialized Fields

procTable

ProcessManagerTable.ProcessTableModel procTable
The proc table.


table

javax.swing.JTable table
The table.


popupMenu

javax.swing.JPopupMenu popupMenu
The popup menu.


run

javax.swing.Action run
The debug.


stop

javax.swing.Action stop
The debug.


restart

javax.swing.Action restart
The debug.


promote

javax.swing.Action promote
The debug.


demote

javax.swing.Action demote
The debug.


clean

javax.swing.Action clean
The debug.


debug

javax.swing.Action debug
The debug.


scheduler

PipeScheduler scheduler
The scheduler.


runItem

javax.swing.JMenuItem runItem
The debug item.


stopItem

javax.swing.JMenuItem stopItem
The debug item.


restartItem

javax.swing.JMenuItem restartItem
The debug item.


promoteItem

javax.swing.JMenuItem promoteItem
The debug item.


demoteItem

javax.swing.JMenuItem demoteItem
The debug item.


cleanItem

javax.swing.JMenuItem cleanItem
The debug item.


debugItem

javax.swing.JMenuItem debugItem
The debug item.


currentContexts

java.util.Vector<E> currentContexts
The current contexts.


outFrame

ProcessDebugInfoFrame outFrame
The out frame.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessManagerTable.ClassRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessManagerTable.ProcessTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames
The column names.


columnClasses

java.lang.Class<T>[] columnClasses
The column classes.


rows

java.util.Vector<E> rows
The rows.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessManagerTable.StatusRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label.

Class edu.jhu.ece.iacl.jist.pipeline.gui.ProcessManagerTable.StringRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label.


Package edu.jhu.ece.iacl.jist.pipeline.parameter

Class edu.jhu.ece.iacl.jist.pipeline.parameter.DataLabelCollection extends java.util.ArrayList<DataLabel> implements Serializable

serialVersionUID: 3203176698544823885L

Serialized Fields

file

java.io.File file
The file.

Class edu.jhu.ece.iacl.jist.pipeline.parameter.InvalidParameterException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

param

PipePort<T> param
The param.


extraMessage

java.lang.String extraMessage
The extra message.

Class edu.jhu.ece.iacl.jist.pipeline.parameter.InvalidParameterValueException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7837548622346555554L


Package edu.jhu.ece.iacl.jist.pipeline.tree

Class edu.jhu.ece.iacl.jist.pipeline.tree.DraggableJTree extends javax.swing.JTree implements Serializable

Serialized Fields

SelectedTreePath

javax.swing.tree.TreePath SelectedTreePath
The Selected tree path.


SelectedNode

javax.swing.tree.DefaultMutableTreeNode SelectedNode
The Selected node.


dragSource

java.awt.dnd.DragSource dragSource
The drag source.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model.

Class edu.jhu.ece.iacl.jist.pipeline.tree.DraggableNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

factory

PipeModuleFactory factory
The factory.


icon

javax.swing.ImageIcon icon
The icon.

Class edu.jhu.ece.iacl.jist.pipeline.tree.PackageNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

dir

java.io.File dir
The dir.


editable

boolean editable
The editable.

Class edu.jhu.ece.iacl.jist.pipeline.tree.ProcessNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable


Package edu.jhu.ece.iacl.jist.pipeline.view.input

Class edu.jhu.ece.iacl.jist.pipeline.view.input.AlgorithmInformationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton
The buttons.


cancelButton

javax.swing.JButton cancelButton
The buttons.


authorList

AlgorithmInformationDialog.AuthorListBox authorList
The author list.


citeList

AlgorithmInformationDialog.CitationListBox citeList
The citation list.


descriptionBox

javax.swing.JTextArea descriptionBox
The description box.


version

javax.swing.JTextField version
The text fields.


creationDate

javax.swing.JTextField creationDate
The text fields.


website

javax.swing.JTextField website
The text fields.


affiliation

javax.swing.JTextField affiliation
The text fields.


info

AlgorithmInformation info
The algorithm information.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.AlgorithmInformationDialog.AuthorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

eauth

AlgorithmInformation.AlgorithmAuthor eauth
The author.


okButton

javax.swing.JButton okButton
The cancel button.


cancelButton

javax.swing.JButton cancelButton
The cancel button.


author

javax.swing.JTextField author
The website.


email

javax.swing.JTextField email
The website.


website

javax.swing.JTextField website
The website.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.AlgorithmInformationDialog.AuthorListBox extends InformationListBox<AlgorithmInformation.AlgorithmAuthor> implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.view.input.AlgorithmInformationDialog.CitationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

cite

AlgorithmInformation.Citation cite
The cite.


okButton

javax.swing.JButton okButton
The cancel button.


cancelButton

javax.swing.JButton cancelButton
The cancel button.


citation

javax.swing.JTextArea citation
The citation.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.AlgorithmInformationDialog.CitationListBox extends InformationListBox<AlgorithmInformation.Citation> implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.view.input.InformationListBox extends javax.swing.JPanel implements Serializable

Serialized Fields

scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.


listPane

javax.swing.JPanel listPane
The list pane.


addButton

javax.swing.JButton addButton
The add button.


removeButton

javax.swing.JButton removeButton
The remove button.


upButton

javax.swing.JButton upButton
The up button.


downButton

javax.swing.JButton downButton
The down button.


editButton

javax.swing.JButton editButton
The edit button.


field

javax.swing.JList field
The field.


listBoxEntries

javax.swing.DefaultListModel listBoxEntries
The list box entries.


editable

boolean editable
Editable.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamBooleanInputView extends ParamInputView implements Serializable

serialVersionUID: 4321500604312102744L

Serialized Fields

field

javax.swing.JCheckBox field
A checkbox to denote TRUE or FALSE input.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamCollectionInputView extends ParamInputView implements Serializable

serialVersionUID: 4236640173087293194L

Serialized Fields

layout

java.awt.LayoutManager layout
Customized layout for this collection.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamCollectionPaneInputView extends ParamCollectionInputView implements Serializable

serialVersionUID: 6343651882334374546L

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamCollectionPipelineInputView extends ParamInputView implements Serializable

serialVersionUID: 4236640173087293194L

Serialized Fields

listBoxes

java.util.ArrayList<E> listBoxes

curPanel

javax.swing.JComponent curPanel
current displayed panel.


showToggle

boolean showToggle
show toggle button.


tabPane

javax.swing.JTabbedPane tabPane
The tab pane.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamCollectionWindowInputView extends ParamCollectionInputView implements Serializable

serialVersionUID: -7750323016860035660L

Serialized Fields

childWindows

java.util.ArrayList<E> childWindows
List of frames to display input parameters.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamColorInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

chooseColorButton

javax.swing.JButton chooseColorButton
The choose color button.


fieldRed

javax.swing.JSpinner fieldRed
The field red.


fieldGreen

javax.swing.JSpinner fieldGreen
The field green.


fieldBlue

javax.swing.JSpinner fieldBlue
The field blue.


fieldAlpha

javax.swing.JSpinner fieldAlpha
The field alpha.


colorIcon

edu.jhu.ece.iacl.jist.pipeline.view.input.ParamColorInputView.ColorIcon colorIcon
The color icon.


colorPane

javax.swing.JPanel colorPane
The point panel.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamDataLabelInputView extends ParamVolumeInputView implements Serializable

serialVersionUID: -57801194197759561L

Serialized Fields

scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.


loadButton

javax.swing.JButton loadButton
The load button.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamDoubleSliderInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

logScale

boolean logScale
The log scale.


min

double min
The max.


max

double max
The max.


field

javax.swing.JSlider field
The field.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamFileCollectionInputView extends ParamInputView implements Serializable

serialVersionUID: -4483721450186968746L

Serialized Fields

addButton

javax.swing.JButton addButton
The add button.


removeButton

javax.swing.JButton removeButton
The remove button.


upButton

javax.swing.JButton upButton
The up button.


downButton

javax.swing.JButton downButton
The down button.


field

javax.swing.JList field
The field.


imageListSize

int imageListSize
The image list size.


listBoxEntries

javax.swing.DefaultListModel listBoxEntries
The list box entries.


listPane

javax.swing.JPanel listPane
The list pane.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamFileInputView extends ParamInputView implements Serializable

serialVersionUID: -8584156964249536461L

Serialized Fields

field

javax.swing.JTextField field
The field.


browseButton

javax.swing.JButton browseButton
The browse button.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamHiddenInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamInformationInputView extends ParamInputView implements Serializable

Serialized Fields

editDialog

javax.swing.JButton editDialog
The edit dialog.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamInputView extends javax.swing.JPanel implements Serializable

Serialized Fields

param

ParamModel<T> param
The parameter.


constraints

java.lang.Object constraints
The constraints.


observers

java.util.ArrayList<E> observers
The observers.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamIntegerSliderInputView extends ParamNumberSliderInputView implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamMatrixInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

field

javax.swing.JTextField[][] field
The field.


matrixPane

javax.swing.JPanel matrixPane
The matrix panel.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamMipavDialogInputView extends ParamInputView implements Serializable

Serialized Fields

dialog

JDialogScriptableBase dialog
The dialog.


viewDialog

javax.swing.JButton viewDialog
The view dialog.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamMultiOptionInputView extends ParamInputView implements Serializable

serialVersionUID: -4483721450186968746L

Serialized Fields

field

javax.swing.JList field
The field.


listPane

javax.swing.JPanel listPane
The list pane.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.


listSize

int listSize
The list size.


listBoxEntries

javax.swing.DefaultListModel listBoxEntries
The list box entries.


refresher

Refresher refresher
The refresher.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamNumberCollectionInputView extends ParamInputView implements Serializable

serialVersionUID: -4483721450186968746L

Serialized Fields

addButton

javax.swing.JButton addButton
The add button.


removeButton

javax.swing.JButton removeButton
The remove button.


upButton

javax.swing.JButton upButton
The up button.


downButton

javax.swing.JButton downButton
The down button.


field

javax.swing.JList field
The field.


imageListSize

int imageListSize
The image list size.


listBoxEntries

javax.swing.DefaultListModel listBoxEntries
The list box entries.


listPane

javax.swing.JPanel listPane
The list pane.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamNumberSliderInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

field

javax.swing.JSlider field
The field.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamNumberSpinnerInputView extends ParamInputView implements Serializable

serialVersionUID: -8704969540392449742L

Serialized Fields

field

javax.swing.JSpinner field
The field.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamNumberTextInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

field

javax.swing.JTextField field
The field.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamOptionCollectionInputView extends ParamInputView implements Serializable

serialVersionUID: 1089191586873675113L

Serialized Fields

models

java.util.Vector<E> models
The models.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamOptionInputView extends ParamInputView implements Serializable

serialVersionUID: 2897718521409400973L

Serialized Fields

field

javax.swing.JComboBox field
The field.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamPointDoubleTextInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

fieldX

javax.swing.JTextField fieldX
The field x.


fieldY

javax.swing.JTextField fieldY
The field y.


fieldZ

javax.swing.JTextField fieldZ
The field z.


pointPane

javax.swing.JPanel pointPane
The point panel

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamPointFloatTextInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

fieldX

javax.swing.JTextField fieldX
The field x.


fieldY

javax.swing.JTextField fieldY
The field y.


fieldZ

javax.swing.JTextField fieldZ
The field z.


pointPane

javax.swing.JPanel pointPane
The point panel

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamPointSpinnerInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

fieldX

javax.swing.JSpinner fieldX
The field x.


fieldY

javax.swing.JSpinner fieldY
The field y.


fieldZ

javax.swing.JSpinner fieldZ
The field z.


pointPane

javax.swing.JPanel pointPane
The point panel

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamTextInputView extends ParamInputView implements Serializable

serialVersionUID: 5522230314641027357L

Serialized Fields

field

javax.swing.JTextField field
The field.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamURIInputView extends ParamInputView implements Serializable

serialVersionUID: -8584156964249536461L

Serialized Fields

field

javax.swing.JTextField field
The field.


browseButton

javax.swing.JButton browseButton
The browse button.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamVolumeCollectionInputView extends ParamInputView implements Serializable

serialVersionUID: -4483721450186968746L

Serialized Fields

addButton

javax.swing.JButton addButton
The add button.


field

javax.swing.JList field
The field.


imageListSize

int imageListSize
The image list size.


listBoxEntries

javax.swing.DefaultListModel listBoxEntries
The list box entries.


listPane

javax.swing.JPanel listPane
The list pane.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.


upButton

javax.swing.JButton upButton
The up button.


downButton

javax.swing.JButton downButton
The down button.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamVolumeInputView extends ParamInputView implements Serializable

Serialized Fields

field

javax.swing.JComboBox field
Field for selecting image input.


imageListSize

int imageListSize
The image list size.


browseButton

javax.swing.JButton browseButton
The browse button.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamVolumeURICollectionInputView extends ParamInputView implements Serializable

serialVersionUID: -4483721450186968746L

Serialized Fields

addButton

javax.swing.JButton addButton
The add button.


removeButton

javax.swing.JButton removeButton
The remove button.


upButton

javax.swing.JButton upButton
The up button.


downButton

javax.swing.JButton downButton
The down button.


openButton

javax.swing.JButton openButton
The open button.


moveButton

javax.swing.JButton moveButton
The move button.


imageListSize

int imageListSize
The image list size.


fileField

javax.swing.JList fileField
The file field.


fileListBoxEntries

javax.swing.DefaultListModel fileListBoxEntries
The list box entries.


fileListPane

javax.swing.JPanel fileListPane
The list pane.


fileScrollPane

javax.swing.JScrollPane fileScrollPane
The scroll pane.


imageField

javax.swing.JList imageField
The file field.


imageListBoxEntries

javax.swing.DefaultListModel imageListBoxEntries
The list box entries.


imageListPane

javax.swing.JPanel imageListPane
The list pane.


imageScrollPane

javax.swing.JScrollPane imageScrollPane
The scroll pane.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamVolumeURIInputView extends ParamInputView implements Serializable

Serialized Fields

field2

javax.swing.JTextField field2
The file field.


browseButton2

javax.swing.JButton browseButton2
The browse button.


renderer

javax.swing.DefaultListCellRenderer renderer
List box item that displays the image name.


field

javax.swing.JComboBox field
Field for selecting image input.


imageListSize

int imageListSize
The image list size.


browseButton

javax.swing.JButton browseButton
The browse button.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamWeightedVolumesInputView extends ParamVolumeCollectionInputView implements Serializable

serialVersionUID: -153709250569376985L

Serialized Fields

textFields

java.util.ArrayList<E> textFields
The text fields.


weightPane

javax.swing.JPanel weightPane
The weight pane.

Class edu.jhu.ece.iacl.jist.pipeline.view.input.ParamWeightedVolumesURIInputView extends ParamVolumeURICollectionInputView implements Serializable

serialVersionUID: -153709250569376985L

Serialized Fields

textFields

java.util.ArrayList<E> textFields
The text fields.


weightPane

javax.swing.JPanel weightPane
The weight pane.


Package edu.jhu.ece.iacl.jist.pipeline.view.output

Class edu.jhu.ece.iacl.jist.pipeline.view.output.ParamCollectionOutputView extends ParamOutputView implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.view.output.ParamFileCollectionOutputView extends ParamOutputView implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.view.output.ParamNumberCollectionOutputView extends ParamOutputView implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.view.output.ParamOutputView extends javax.swing.JPanel implements Serializable

serialVersionUID: 5143890134588768529L

Serialized Fields

param

ParamModel<T> param
The param.


label

javax.swing.JLabel label
The label.


field

javax.swing.JLabel field
The field.


constraints

java.lang.Object constraints
The constraints.

Class edu.jhu.ece.iacl.jist.pipeline.view.output.ParamSurfaceOutputView extends ParamOutputView implements Serializable

Serialized Fields

tickMarks

int tickMarks
The tick marks.


canvas

Canvas3D canvas
The canvas.


frame

javax.swing.JFrame frame
The frame.


bounds

double[] bounds
The bounds.


limits

double[] limits
The limits.


center

Vector3d center
The center.


scale

Vector3d scale
The scale.


axisColor

Color3f axisColor
The axis color.


meshColor

Color3f meshColor
The mesh color.


lightDirections

Vector3f[] lightDirections
The light directions.


universe

SimpleUniverse universe
The universe.


mesh

GeometryArray mesh
The mesh.


rendered

boolean rendered
The rendered.


button

javax.swing.JButton button
The button.

Class edu.jhu.ece.iacl.jist.pipeline.view.output.ParamVolumeCollectionOutputView extends ParamOutputView implements Serializable

Class edu.jhu.ece.iacl.jist.pipeline.view.output.ParamVolumeOutputView extends ParamOutputView implements Serializable

Serialized Fields

button

javax.swing.JButton button
The button.


frame

ViewJFrameImage frame
The frame.


Package edu.jhu.ece.iacl.jist.structures.data

Class edu.jhu.ece.iacl.jist.structures.data.BinaryMaxHeap extends java.util.PriorityQueue<E extends java.lang.Comparable<? super E>> implements Serializable

serialVersionUID: 1L


Package edu.jhu.ece.iacl.jist.structures.fiber

Class edu.jhu.ece.iacl.jist.structures.fiber.FiberCollection extends java.util.Vector<Fiber> implements Serializable

Serialized Fields

name

java.lang.String name
The name.


dimensions

Point3i dimensions
The dimensions.


resolutions

Point3f resolutions
The resolutions.


Package edu.jhu.ece.iacl.jist.structures.geom

Class edu.jhu.ece.iacl.jist.structures.geom.CurveCollection extends java.util.LinkedList<Curve> implements Serializable

Serialized Fields

name

java.lang.String name
The name.


lineData

double[][] lineData
The line data.

Class edu.jhu.ece.iacl.jist.structures.geom.DegenerateIntersectionException extends java.lang.Exception implements Serializable


Package edu.jhu.ece.iacl.jist.structures.image

Class edu.jhu.ece.iacl.jist.structures.image.ImageData extends java.lang.Object implements Serializable

Serialized Fields

rows

int rows
The rows.


cols

int cols
The cols.


slices

int slices
The slices.


components

int components
The components.


type

VoxelType type
The type.


name

java.lang.String name
The name.


imageHeader

ImageHeader imageHeader
The image header.

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataByte extends ImageData implements Serializable

serialVersionUID: 8205138120433256897L

Serialized Fields

vol2d

byte[][] vol2d
The vol2d.


vol3d

byte[][][] vol3d
The vol3d.


vol4d

byte[][][][] vol4d
The vol4d.

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataColor extends ImageData implements Serializable

serialVersionUID: 8205138120433256897L

Serialized Fields

vol2d

java.awt.Color[][] vol2d
The vol2d.


vol3d

java.awt.Color[][][] vol3d
The vol3d.


vol4d

java.awt.Color[][][][] vol4d
The vol4d.

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataDouble extends ImageData implements Serializable

serialVersionUID: 8205138120433256897L

Serialized Fields

vol2d

double[][] vol2d
The vol2d.


vol3d

double[][][] vol3d
The vol3d.


vol4d

double[][][][] vol4d
The vol4d.

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataFloat extends ImageData implements Serializable

serialVersionUID: 8205138120433256897L

Serialized Fields

vol2d

float[][] vol2d
The vol2d.


vol3d

float[][][] vol3d
The vol3d.


vol4d

float[][][][] vol4d
The vol4d.

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataInt extends ImageData implements Serializable

serialVersionUID: 8205138120433256897L

Serialized Fields

vol2d

int[][] vol2d
The vol2d.


vol3d

int[][][] vol3d
The vol3d.


vol4d

int[][][][] vol4d
The vol4d.

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataMipav extends ImageData implements Serializable

serialVersionUID: 7378590185009607038L

Serialized Fields

img

ModelImage img
The img.

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataMipavPointer extends ImageDataMipav implements Serializable

serialVersionUID: 4829242269116830395L

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataMipavWrapper extends ImageDataMipav implements Serializable

serialVersionUID: 4829242269116830395L

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataNumber extends ImageData implements Serializable

serialVersionUID: 8205138120433256897L

Serialized Fields

vol2d

java.lang.Number[][] vol2d
The vol2d.


vol3d

java.lang.Number[][][] vol3d
The vol3d.


vol4d

java.lang.Number[][][][] vol4d
The vol4d.

Class edu.jhu.ece.iacl.jist.structures.image.ImageDataUByte extends ImageData implements Serializable

serialVersionUID: 8205138120433256897L

Serialized Fields

vol2d

byte[][] vol2d
The vol2d.


vol3d

byte[][][] vol3d
The vol3d.


vol4d

byte[][][][] vol4d
The vol4d.


val

short val
The val.

Class edu.jhu.ece.iacl.jist.structures.image.Voxel extends java.lang.Number implements Serializable

Class edu.jhu.ece.iacl.jist.structures.image.VoxelBoolean extends Voxel implements Serializable

serialVersionUID: 6843914692644177564L

Serialized Fields

vox

boolean vox
The vox.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelColor extends Voxel implements Serializable

serialVersionUID: 3030644025869797985L

Serialized Fields

vox

java.awt.Color vox
The vox.


hsb

float[] hsb
The hsb.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelDouble extends Voxel implements Serializable

serialVersionUID: -425550895608205185L

Serialized Fields

vox

double vox
The vox.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelFloat extends Voxel implements Serializable

serialVersionUID: -250492079952962857L

Serialized Fields

vox

float vox
The vox.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelIndexed extends Voxel implements Serializable

serialVersionUID: 1L

Serialized Fields

v

Voxel v
The v.


i

int i
The i.


j

int j
The j.


k

int k
The k.


chain

int chain
The chain.


index

int index
The index.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelInt extends Voxel implements Serializable

serialVersionUID: 7230401369189581953L

Serialized Fields

vox

int vox
The vox.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelMipav extends Voxel implements Serializable

serialVersionUID: 1L

Serialized Fields

img

ModelStorageBase img
The img.


position

int position
The position.


x

int x
The x.


y

int y
The y.


z

int z
The z.


chain

int chain
The chain.


index

int index
The index.


type

VoxelType type
The type.


vox

Voxel vox
The vox.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelShort extends Voxel implements Serializable

serialVersionUID: -7710136393027394664L

Serialized Fields

vox

short vox
The vox.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelUByte extends Voxel implements Serializable

serialVersionUID: 1L

Serialized Fields

vox

byte vox
The vox.

Class edu.jhu.ece.iacl.jist.structures.image.VoxelVector extends Voxel implements Serializable

Serialized Fields

value

VectorX value
The value.


Package license

Class license.JISTLicenseAbout extends javax.swing.JFrame implements Serializable

Serialized Fields

url

javax.swing.JTextField url

buildIDField

javax.swing.JTextField buildIDField

loadButton

javax.swing.JButton loadButton

backButton

javax.swing.JButton backButton

urlStack

java.util.Stack<E> urlStack

editorPane

javax.swing.JEditorPane editorPane