-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.txt
More file actions
52 lines (49 loc) · 2.7 KB
/
options.txt
File metadata and controls
52 lines (49 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
################################################################################
### Visual Sorting OPTIONS ###
### options can be in any order ###
### possibilities for string options are given below: ###
################################################################################
SORTER_CLASS can be any of: {BubbleSort, CombSort, HeapSort, InsertionSort, MergeSort, QuickSort, SelectionSort, ShellSort, TreeSort}
START_ARRAY_NUMBERS_TYPE can be any of: {UNIQUE, SOME_PAIRS, ALL_PAIRED, CHOOSE_RANDOMLY}
START_ARRAY_STRUCTURE can be any of: {ASCENDING, DESCENDING, SHUFFLED, PARTIALLY_SHUFFLED}
SOUND_PACK can be any of: folder names in snd/soundpacks folder
TRANSITION_TYPE can be any of: {LINEAR, SIGMOID, TANH, INVERSE, INVERSEINVERSE}
FONT_FAMILY can be any of: currently installed fonts recognizable to java?
################################################################################
### Sorting options ###
################################################################################
SORTER_CLASS = CombSort |string
NUM_ELEMENTS = 80 |integer, positive
CLOCK_SPEED = 50 |integer, non-negative
START_DELAY = 5000 |integer, non-negative
START_ARRAY_NUMBERS_TYPE = UNIQUE |string
START_ARRAY_STRUCTURE = SHUFFLED |string
################################################################################
### Sound options ###
################################################################################
SOUND_ENABLED = true |boolean
SOUND_PACK = sopranoSax |string
NUM_SIMUL_SOUNDS = 3 |integer, positive
QUIET_OLD_SOUNDS = true |boolean
################################################################################
### Visual options ###
################################################################################
GAP_WIDTH = 0.7 |float
DEFAULT_COLOR = 120 120 120 |color, three integers 0 - 255
SELECTED_COLOR = 0 255 180 |color, three integers 0 - 255
SWAP_COLOR_1 = 255 0 255 |color, three integers 0 - 255
SWAP_COLOR_2 = 183 74 247 |color, three integers 0 - 255
BACKGROUND_COLOR = 20 20 20 |color, three integers 0 - 255
TEXT_COLOR = 255 255 255 |color, three integers 0 - 255
IS_ANIMATED = false |boolean
TRANSITION_TYPE = SIGMOID |string
SHOW_SWAP_ARROWS = true |boolean
SHOW_TEXT = false |boolean
SWAP_ARROW_COLOR = 255 255 255 |color, three integers 0 - 255
FONT_FAMILY = Courier New |string
FONT_SIZE = 20 |integer, positive
ANTI_ALIAS_FONT = true |boolean
ANTI_ALIAS_FONT = true |boolean
GRAPH_INSETS = 250 900 20 20 |integer: up, left, down, right
WINDOW_WIDTH = 0 |integer, positive, or 0 to nearly maximize
WINDOW_HEIGHT = 0 |integer, positive, or 0 to nearly maximize