Class AnnotateImage.CombinedPanel

    • Field Detail

      • m_PanelButtons

        protected JPanel m_PanelButtons
        the panel for the buttons.
      • m_ButtonSave

        protected JButton m_ButtonSave
        the save button.
      • m_CurrentFile

        protected File m_CurrentFile
        the current file.
    • Constructor Detail

      • CombinedPanel

        public CombinedPanel()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class BasePanel
      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • setCurrentFile

        public void setCurrentFile​(File value)
        Sets the current file.
        Parameters:
        value - the file
      • getCurrentFile

        public File getCurrentFile()
        Returns the current file.
        Returns:
        the file
      • setCurrentImage

        public void setCurrentImage​(AbstractImageContainer value)
        Sets the current image.
        Parameters:
        value - the image
      • setCurrentImage

        public void setCurrentImage​(AbstractImageContainer value,
                                    double zoom)
        Sets the current image.
        Parameters:
        value - the image
        zoom - the zoom to use