Enum ViewJFrameGraph.FitMode

java.lang.Object
java.lang.Enum<ViewJFrameGraph.FitMode>
gov.nih.mipav.view.ViewJFrameGraph.FitMode
All Implemented Interfaces:
Serializable, Comparable<ViewJFrameGraph.FitMode>, java.lang.constant.Constable
Enclosing class:
ViewJFrameGraph

public static enum ViewJFrameGraph.FitMode extends Enum<ViewJFrameGraph.FitMode>
  • Enum Constant Details

    • fitNone

      public static final ViewJFrameGraph.FitMode fitNone
      Mode indicates no curve fitting is taking place
    • fitLinear

      public static final ViewJFrameGraph.FitMode fitLinear
      Mode indicates linear fitting in progress
    • fitExp

      public static final ViewJFrameGraph.FitMode fitExp
      Mode indicates exponential fitting in progress
    • fitGaussian

      public static final ViewJFrameGraph.FitMode fitGaussian
      Mode indicates Gaussian fitting in progress
    • fitLaplace

      public static final ViewJFrameGraph.FitMode fitLaplace
      Mode indicates Laplace fitting in progress
    • fitLorentz

      public static final ViewJFrameGraph.FitMode fitLorentz
      Mode indicates Lorentz fitting in progress
    • fitMultiExponential

      public static final ViewJFrameGraph.FitMode fitMultiExponential
      Mode indicates constant plus sum of decaying exponentials
    • fitRayleigh

      public static final ViewJFrameGraph.FitMode fitRayleigh
      Mode indicates Rayleigh fitting in progress
  • Field Details

  • Constructor Details

    • FitMode

      private FitMode(String listEntry, Class cl)
  • Method Details

    • values

      public static ViewJFrameGraph.FitMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ViewJFrameGraph.FitMode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ViewJFrameGraph.FitMode>
    • getImpl

      public Constructor getImpl()