Class JDialogFileInfoXML.SurfaceDisplay

java.lang.Object
gov.nih.mipav.view.dialogs.JDialogFileInfoXML.SurfaceDisplay
Enclosing class:
JDialogFileInfoXML

public class JDialogFileInfoXML.SurfaceDisplay extends Object
Class to hold one table, model, invalid input: '&' label per parameter set There can be infinite parameter sets, and the sets are deletable, so each set display must be stored in a hashtable for easy access/deletion.
  • Field Details

    • surLabel

      private final JLabel surLabel
      DOCUMENT ME!
    • surModel

      private final ViewTableModel surModel
      DOCUMENT ME!
    • surTable

      private final JTable surTable
      DOCUMENT ME!
  • Constructor Details

    • SurfaceDisplay

      public SurfaceDisplay()
      Creates surface display table.
  • Method Details

    • addSurface

      public void addSurface(String path, float opacity, boolean load)
      Add a surface to the table.
      Parameters:
      path - the surface file path
      opacity - the surface opacity
      load - whether to load the surface when opening the volume renderer
    • getLabel

      public JLabel getLabel()
      Gets the label.
      Returns:
      label
    • getModel

      public ViewTableModel getModel()
      Gets the table model.
      Returns:
      table model
    • getTable

      public JTable getTable()
      Gets the table of surfaces.
      Returns:
      table