Serialized Form


Package plugins.big.bigsnake3d.gui

Class plugins.big.bigsnake3d.gui.CreditsPane extends javax.swing.JDialog implements Serializable

serialVersionUID: 4359134367179472853L

Serialized Fields

image_

java.awt.Image image_
About image.


about_

plugins.big.bigsnake3d.gui.CreditsPane.About about_
About panel.


imageFound_

boolean imageFound_
Determines if the image could be found.

Class plugins.big.bigsnake3d.gui.DisplaySettingsPane extends plugins.big.bigsnakeutils.icy.gui.CollapsiblePanel implements Serializable

serialVersionUID: -2078162621447160540L

Serialized Fields

meshResolutionComboBox_

javax.swing.JComboBox meshResolutionComboBox_

meshStrokeThicknessSpinner_

javax.swing.JSpinner meshStrokeThicknessSpinner_

meshDepthTransparencySpinner_

javax.swing.JSpinner meshDepthTransparencySpinner_

refreshDuringOptimizationCheckbox_

javax.swing.JCheckBox refreshDuringOptimizationCheckbox_

meshResolutionLabel_

javax.swing.JLabel meshResolutionLabel_

meshStrokeThicknessLabel_

javax.swing.JLabel meshStrokeThicknessLabel_

meshDepthTransparencyLabel_

javax.swing.JLabel meshDepthTransparencyLabel_

bigSnake_

BIGSnake3D bigSnake_
Reference to the main plug-in.

Class plugins.big.bigsnake3d.gui.ImageSettingsPane extends plugins.big.bigsnakeutils.icy.gui.CollapsiblePanel implements Serializable

serialVersionUID: 1437522417562022731L

Serialized Fields

selectedImageLabel_

javax.swing.JLabel selectedImageLabel_
Label for the selected image combo box.


selectedChannelLabel_

javax.swing.JLabel selectedChannelLabel_
Label for the selected channel combo box.


gaussianBlurLabel_

javax.swing.JLabel gaussianBlurLabel_
Label for the spinner that contains the standard deviation of the Gaussian prefiltering.


selectedImageName_

javax.swing.JLabel selectedImageName_
Label displaying the name of the selected image.


selectedChannelComboBox_

javax.swing.JComboBox selectedChannelComboBox_
Combo box where the user selects the channel from the input image.


gaussianBlurSpinner_

javax.swing.JSpinner gaussianBlurSpinner_
Spinner that contains the standard deviation of the Gaussian prefiltering.


imageLUTs_

java.util.HashMap<K,V> imageLUTs_
Points to the HashMap of the plug-in that pairs the images and the LUTs.


activeSequence_

icy.sequence.Sequence activeSequence_
Focused image.

Class plugins.big.bigsnake3d.gui.SnakeSettingsPane extends plugins.big.bigsnakeutils.icy.gui.CollapsiblePanel implements Serializable

serialVersionUID: -2078162621447160540L

Serialized Fields

targetBrightnessComboBox_

javax.swing.JComboBox targetBrightnessComboBox_

numControlPointsSpinner_

javax.swing.JSpinner numControlPointsSpinner_

energyTypeComboBox_

javax.swing.JComboBox energyTypeComboBox_

alphaSpinner_

javax.swing.JSpinner alphaSpinner_

gammaSpinner_

javax.swing.JSpinner gammaSpinner_

maxIterationsSpinner_

javax.swing.JSpinner maxIterationsSpinner_

immortalCheckbox_

javax.swing.JCheckBox immortalCheckbox_

targetBrightnessLabel_

javax.swing.JLabel targetBrightnessLabel_

numControlPointsLabel_

javax.swing.JLabel numControlPointsLabel_

energyTypeLabel_

javax.swing.JLabel energyTypeLabel_

alphaLabel_

javax.swing.JLabel alphaLabel_

gammaLabel_

javax.swing.JLabel gammaLabel_

maxIterationsLabel_

javax.swing.JLabel maxIterationsLabel_

energyTypeStrings_

java.lang.String[] energyTypeStrings_

detectTypeStrings_

java.lang.String[] detectTypeStrings_

bigSnake_

BIGSnake3D bigSnake_