Package ij.gui

Class StackWindow

    • Method Detail

      • close

        public boolean close()
        Description copied from class: ImageWindow
        Removes this window from the window list and disposes of it. Returns false if the user cancels the "save changes" dialog.
        Overrides:
        close in class ImageWindow
      • showSlice

        public void showSlice​(int index)
        Displays the specified slice and updates the stack scrollbar.
      • updateSliceSelector

        public void updateSliceSelector()
        Updates the stack scrollbar.
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • isHyperStack

        public boolean isHyperStack()
      • setPosition

        public void setPosition​(int channel,
                                int slice,
                                int frame)
      • validDimensions

        public boolean validDimensions()
      • setAnimate

        public void setAnimate​(boolean b)
      • getAnimate

        public boolean getAnimate()
      • getNScrollbars

        public int getNScrollbars()