Class JPanelDTIParametersPanel.VOIParams

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean Exclude  
      (package private) boolean Ignore  
      (package private) boolean Include  
      (package private) java.lang.String Name  
      (package private) VolumeSurface Surface  
    • Constructor Summary

      Constructors 
      Constructor Description
      VOIParams()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • Name

        java.lang.String Name
      • Include

        boolean Include
      • Exclude

        boolean Exclude
      • Ignore

        boolean Ignore
    • Constructor Detail

      • VOIParams

        public VOIParams()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object