Package gov.nih.mipav.view.dialogs
Class JDialogFileInfoXML.SurfaceDisplay
java.lang.Object
gov.nih.mipav.view.dialogs.JDialogFileInfoXML.SurfaceDisplay
- Enclosing class:
JDialogFileInfoXML
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classSimple listener for the table header. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSurface(String path, float opacity, boolean load) Add a surface to the table.getLabel()Gets the label.getModel()Gets the table model.getTable()Gets the table of surfaces.
-
Field Details
-
surLabel
DOCUMENT ME! -
surModel
DOCUMENT ME! -
surTable
DOCUMENT ME!
-
-
Constructor Details
-
SurfaceDisplay
public SurfaceDisplay()Creates surface display table.
-
-
Method Details
-
addSurface
Add a surface to the table.- Parameters:
path- the surface file pathopacity- the surface opacityload- whether to load the surface when opening the volume renderer
-
getLabel
Gets the label.- Returns:
- label
-
getModel
Gets the table model.- Returns:
- table model
-
getTable
Gets the table of surfaces.- Returns:
- table
-