Serialized Form

Class HorizontalLineRemovalSettingsDialogBox implements Serializable

Serialized Fields

parent_window

MainFrame parent_window

content_pane

Container content_pane

settings_panel

JPanel settings_panel

button_panel

JPanel button_panel

red_detection_low_threshold_text_area

JTextArea red_detection_low_threshold_text_area

red_detection_high_threshold_text_area

JTextArea red_detection_high_threshold_text_area

green_detection_low_threshold_text_area

JTextArea green_detection_low_threshold_text_area

green_detection_high_threshold_text_area

JTextArea green_detection_high_threshold_text_area

blue_detection_low_threshold_text_area

JTextArea blue_detection_low_threshold_text_area

blue_detection_high_threshold_text_area

JTextArea blue_detection_high_threshold_text_area

red_min_percentage_threshold_text_area

JTextArea red_min_percentage_threshold_text_area

red_max_percentage_threshold_text_area

JTextArea red_max_percentage_threshold_text_area

green_min_percentage_threshold_text_area

JTextArea green_min_percentage_threshold_text_area

green_max_percentage_threshold_text_area

JTextArea green_max_percentage_threshold_text_area

blue_min_percentage_threshold_text_area

JTextArea blue_min_percentage_threshold_text_area

blue_max_percentage_threshold_text_area

JTextArea blue_max_percentage_threshold_text_area

low_brightness_threshold_text_area

JTextArea low_brightness_threshold_text_area

high_brightness_threshold_text_area

JTextArea high_brightness_threshold_text_area

vertical_run_length_threshold_text_area

JTextArea vertical_run_length_threshold_text_area

horizontal_run_length_threshold_text_area

JTextArea horizontal_run_length_threshold_text_area

number_layers_to_display_text_area

JTextArea number_layers_to_display_text_area

filter_by_colour_absolute_values_checkbox

JCheckBox filter_by_colour_absolute_values_checkbox

filter_by_colour_fractions_checkbox

JCheckBox filter_by_colour_fractions_checkbox

filter_by_brightness_checkbox

JCheckBox filter_by_brightness_checkbox

filter_by_vertical_run_length_checkbox

JCheckBox filter_by_vertical_run_length_checkbox

filter_by_horizontal_run_length_checkbox

JCheckBox filter_by_horizontal_run_length_checkbox

done_button

JButton done_button

restore_defaults_button

JButton restore_defaults_button

test_thresholds_button

JButton test_thresholds_button


Class ImagePanel implements Serializable

Serialized Fields

parent_window

MainFrame parent_window

image

BufferedImage image

image_width

int image_width

image_height

int image_height


Class MainFrame implements Serializable

Serialized Fields

image_file_name

String image_file_name

image_processor

ImagePanel image_processor

content_pane

Container content_pane

text_area

JTextArea text_area

text_scroll_pane

JScrollPane text_scroll_pane

image_scroll_pane

JScrollPane image_scroll_pane

load_file_chooser

JFileChooser load_file_chooser

save_file_chooser

JFileChooser save_file_chooser

staff_line_removal_dialog_box

HorizontalLineRemovalSettingsDialogBox staff_line_removal_dialog_box

rotate_dialog_box

RotateDialogBox rotate_dialog_box

menu_bar

JMenuBar menu_bar

file_menu

JMenu file_menu

process_image_menu

JMenu process_image_menu

settings_menu

JMenu settings_menu

load_menu_item

JMenuItem load_menu_item

save_as_menu_item

JMenuItem save_as_menu_item

quit_menu_item

JMenuItem quit_menu_item

restore_menu_item

JMenuItem restore_menu_item

rotate_menu_item

JMenuItem rotate_menu_item

remove_staff_lines_menu_item

JMenuItem remove_staff_lines_menu_item

staff_lines_settings_menu_item

JMenuItem staff_lines_settings_menu_item

button_panel

JPanel button_panel

load_button

JButton load_button

restore_button

JButton restore_button

staff_lines_settings_button

JButton staff_lines_settings_button

remove_staff_lines_button

JButton remove_staff_lines_button

save_as_button

JButton save_as_button


Class RotateDialogBox implements Serializable

Serialized Fields

parent_window

MainFrame parent_window

content_pane

Container content_pane

settings_panel

JPanel settings_panel

button_panel

JPanel button_panel

rotation_amount_text_area

JTextArea rotation_amount_text_area

done_button

JButton done_button

rotate_button

JButton rotate_button