Class GridPanel

    • Constructor Detail

      • GridPanel

        public GridPanel​(JaxoColorChooser chooser,
                         JComboBox<String> colorSpaceChooser)
        A panel for grid settings.
        Parameters:
        chooser - a JaxoColorChooser for color buttons. Not null.
        colorSpaceChooser - a color space chooser. Not null.
    • Method Detail

      • getGridSizeDefaults

        public static Integer[] getGridSizeDefaults()
        List of numbers of default grid sizes to display to the user.
        Returns:
        List
      • setFromPrefs

        public void setFromPrefs()
        Set shown values from preferences.
      • pushPrefs

        public void pushPrefs()
        Pushes the preferences indicated in this dialog to JaxoPrefs, so they become valid for the current session.