Class JDialogConcatMult3Dto4D

All Implemented Interfaces:
AlgorithmInterface, ScriptableActionInterface, DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class JDialogConcatMult3Dto4D extends JDialogScriptableBase implements AlgorithmInterface
Author:
pandyan This utilty concats multiple 3D images of same type to a 4D image
See Also:
  • Field Details

    • availableImagesToConcat

      private ArrayList<ModelImage> availableImagesToConcat
      available images to concat...the ones that are open in mipav
    • imagesToConcat

      private ArrayList<ModelImage> imagesToConcat
      images to concat
    • srcTableModel

      private ViewTableModel srcTableModel
      table model
    • destTableModel

      private ViewTableModel destTableModel
      table model
    • srcImagesTable

      private JTable srcImagesTable
      table
    • destImagesTable

      private JTable destImagesTable
      table
    • additionalImagesToConcat

      private ArrayList<ModelImage> additionalImagesToConcat
      additional images to concat...the ones you add later on
    • selectedRow

      private int selectedRow
      indices of selcted rows to remove
    • alg

      algorithm
    • destImage

      private ModelImage destImage
      destination image
    • copyAllInfo

      private boolean copyAllInfo
      Whether all info in the image's FileInfo is copied
    • copyAllInfoBox

      private JCheckBox copyAllInfoBox
      Checkbox for representing whether FileInfo is copied
  • Constructor Details

    • JDialogConcatMult3Dto4D

      public JDialogConcatMult3Dto4D()
      empty constructor..needed for scripting
    • JDialogConcatMult3Dto4D

      public JDialogConcatMult3Dto4D(Frame theParentFrame, ArrayList<ModelImage> imagesToConcat)
      Parameters:
      theParentFrame -
      im -
  • Method Details