Class cmdLineInt

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int value  
      • Fields inherited from class gov.nih.mipav.view.renderer.WildMagic.Poisson.CmdLine.cmdLineReadable

        set
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int read​(java.lang.String argv, int argc)  
      • Methods inherited from class java.lang.Object

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

      • value

        public int value
    • Constructor Detail

      • cmdLineInt

        public cmdLineInt()
      • cmdLineInt

        public cmdLineInt​(int v)
    • Method Detail

      • read

        public int read​(java.lang.String argv,
                        int argc)
        Overrides:
        read in class cmdLineReadable