Subversion Repository Public Repository

Satyam

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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
/**
 * Copyright (c) 2012, Dhilshuk Reddy All rights reserved.
 * 
 * Permission to use, copy, modify, and distribute SwingJD software is freely
 * granted, provided that this notice is preserved.
 */
package com.bestray.healthcarecommonutil.util;

// TODO: Auto-generated Javadoc
/**
 * The Class Theme.
 */
public class Theme {
	// Glossy Themes
	/** The Constant DEFAULT_THEME. */
	public static final int DEFAULT_THEME = 0;
	
	/** The Constant SILVER_THEME. */
	public static final int SILVER_THEME = 1;

	/** STANDARD THEMES. */
	// SILVER THEME
	public static final int STANDARD_SILVER_THEME = 201;

	// GREEN THEME
	/** The Constant STANDARD_DARKGREEN_THEME. */
	public static final int STANDARD_DARKGREEN_THEME = 202;
	
	/** The Constant STANDARD_BLUEGREEN_THEME. */
	public static final int STANDARD_BLUEGREEN_THEME = 203;
	
	/** The Constant STANDARD_GREEN_THEME. */
	public static final int STANDARD_GREEN_THEME = 204;
	
	/** The Constant STANDARD_LIGHTGREEN_THEME. */
	public static final int STANDARD_LIGHTGREEN_THEME = 205;
	
	/** The Constant STANDARD_OLIVEGREEN_THEME. */
	public static final int STANDARD_OLIVEGREEN_THEME = 206;
	
	/** The Constant STANDARD_LIME_THEME. */
	public static final int STANDARD_LIME_THEME = 207;

	// RED THEME
	/** The Constant STANDARD_RED_THEME. */
	public static final int STANDARD_RED_THEME = 208;
	
	/** The Constant STANDARD_DARKRED_THEME. */
	public static final int STANDARD_DARKRED_THEME = 209;

	// ORANGE THEME
	/** The Constant STANDARD_ORANGE_THEME. */
	public static final int STANDARD_ORANGE_THEME = 210;
	
	/** The Constant STANDARD_LIGHTORANGE_THEME. */
	public static final int STANDARD_LIGHTORANGE_THEME = 211;

	// YELLOW THEME
	/** The Constant STANDARD_DARKYELLOW_THEME. */
	public static final int STANDARD_DARKYELLOW_THEME = 212;
	
	/** The Constant STANDARD_GREENYELLOW_THEME. */
	public static final int STANDARD_GREENYELLOW_THEME = 213;
	
	/** The Constant STANDARD_GOLD_THEME. */
	public static final int STANDARD_GOLD_THEME = 214;
	
	/** The Constant STANDARD_YELLOW_THEME. */
	public static final int STANDARD_YELLOW_THEME = 215;

	// BROWN THEME
	/** The Constant STANDARD_BROWN_THEME. */
	public static final int STANDARD_BROWN_THEME = 216;
	
	/** The Constant STANDARD_LIGHTBROWN_THEME. */
	public static final int STANDARD_LIGHTBROWN_THEME = 217;
	
	/** The Constant STANDARD_PALEBROWN_THEME. */
	public static final int STANDARD_PALEBROWN_THEME = 218;

	// BLACK THEME
	/** The Constant STANDARD_BLACK_THEME. */
	public static final int STANDARD_BLACK_THEME = 219;
	
	/** The Constant STANDARD_GRAY_THEME. */
	public static final int STANDARD_GRAY_THEME = 220;
	
	/** The Constant STANDARD_LIGHTGRAY_THEME. */
	public static final int STANDARD_LIGHTGRAY_THEME = 221;
	
	/** The Constant STANDARD_METALLICGRAY_THEME. */
	public static final int STANDARD_METALLICGRAY_THEME = 222;
	
	/** The Constant STANDARD_BLUEGRAY_THEME. */
	public static final int STANDARD_BLUEGRAY_THEME = 223;

	// BLUE THEME
	/** The Constant STANDARD_NAVYBLUE_THEME. */
	public static final int STANDARD_NAVYBLUE_THEME = 224;
	
	/** The Constant STANDARD_INDIGO_THEME. */
	public static final int STANDARD_INDIGO_THEME = 225;
	
	/** The Constant STANDARD_BLUE_THEME. */
	public static final int STANDARD_BLUE_THEME = 226;
	
	/** The Constant STANDARD_SKYBLUE_THEME. */
	public static final int STANDARD_SKYBLUE_THEME = 227;
	
	/** The Constant STANDARD_LIGHTBLUE_THEME. */
	public static final int STANDARD_LIGHTBLUE_THEME = 228;

	// PURPLE THEME
	/** The Constant STANDARD_DARKPURPLE_THEME. */
	public static final int STANDARD_DARKPURPLE_THEME = 229;
	
	/** The Constant STANDARD_PURPLE_THEME. */
	public static final int STANDARD_PURPLE_THEME = 230;
	
	/** The Constant STANDARD_LAVENDER_THEME. */
	public static final int STANDARD_LAVENDER_THEME = 231;

	// PINK THEME
	/** The Constant STANDARD_DARKPINK_THEME. */
	public static final int STANDARD_DARKPINK_THEME = 232;
	
	/** The Constant STANDARD_PINK_THEME. */
	public static final int STANDARD_PINK_THEME = 233;
	
	/** The Constant STANDARD_PALEPINK_THEME. */
	public static final int STANDARD_PALEPINK_THEME = 234;
	
	/** The Constant STANDARD_VOILET_THEME. */
	public static final int STANDARD_VOILET_THEME = 235;

	/** GRADIENT THEMES. */

	// GREEN THEME
	public static final int GRADIENT_DARKGREEN_THEME = 101;
	
	/** The Constant GRADIENT_BLUEGREEN_THEME. */
	public static final int GRADIENT_BLUEGREEN_THEME = 102;
	
	/** The Constant GRADIENT_GREEN_THEME. */
	public static final int GRADIENT_GREEN_THEME = 103;
	
	/** The Constant GRADIENT_OLIVEGREEN_THEME. */
	public static final int GRADIENT_OLIVEGREEN_THEME = 104;
	
	/** The Constant GRADIENT_LIGHTGREEN_THEME. */
	public static final int GRADIENT_LIGHTGREEN_THEME = 105;
	
	/** The Constant GRADIENT_LIME_THEME. */
	public static final int GRADIENT_LIME_THEME = 106;

	// RED THEME
	/** The Constant GRADIENT_RED_THEME. */
	public static final int GRADIENT_RED_THEME = 107;
	
	/** The Constant GRADIENT_DARKRED_THEME. */
	public static final int GRADIENT_DARKRED_THEME = 108;

	// ORANGE THEME
	/** The Constant GRADIENT_ORANGE_THEME. */
	public static final int GRADIENT_ORANGE_THEME = 109;
	
	/** The Constant GRADIENT_LIGHTORANGE_THEME. */
	public static final int GRADIENT_LIGHTORANGE_THEME = 110;

	// YELLOW THEME
	/** The Constant GRADIENT_DARKYELLOW_THEME. */
	public static final int GRADIENT_DARKYELLOW_THEME = 111;
	
	/** The Constant GRADIENT_GREENYELLOW_THEME. */
	public static final int GRADIENT_GREENYELLOW_THEME = 112;
	
	/** The Constant GRADIENT_GOLD_THEME. */
	public static final int GRADIENT_GOLD_THEME = 113;
	
	/** The Constant GRADIENT_YELLOW_THEME. */
	public static final int GRADIENT_YELLOW_THEME = 114;

	// BROWN THEME
	/** The Constant GRADIENT_BROWN_THEME. */
	public static final int GRADIENT_BROWN_THEME = 115;
	
	/** The Constant GRADIENT_LIGHTBROWN_THEME. */
	public static final int GRADIENT_LIGHTBROWN_THEME = 116;
	
	/** The Constant GRADIENT_PALEBROWN_THEME. */
	public static final int GRADIENT_PALEBROWN_THEME = 117;

	// BLACK THEME
	/** The Constant GRADIENT_BLACK_THEME. */
	public static final int GRADIENT_BLACK_THEME = 118;
	
	/** The Constant GRADIENT_GRAY_THEME. */
	public static final int GRADIENT_GRAY_THEME = 119;
	
	/** The Constant GRADIENT_LIGHTGRAY_THEME. */
	public static final int GRADIENT_LIGHTGRAY_THEME = 120;
	
	/** The Constant GRADIENT_BLUEGRAY_THEME. */
	public static final int GRADIENT_BLUEGRAY_THEME = 121;
	
	/** The Constant GRADIENT_METALLICGRAY_THEME. */
	public static final int GRADIENT_METALLICGRAY_THEME = 122;

	// BLUE THEME
	/** The Constant GRADIENT_NAVYBLUE_THEME. */
	public static final int GRADIENT_NAVYBLUE_THEME = 123;
	
	/** The Constant GRADIENT_INDIGO_THEME. */
	public static final int GRADIENT_INDIGO_THEME = 124;
	
	/** The Constant GRADIENT_BLUE_THEME. */
	public static final int GRADIENT_BLUE_THEME = 125;
	
	/** The Constant GRADIENT_SKYBLUE_THEME. */
	public static final int GRADIENT_SKYBLUE_THEME = 126;
	
	/** The Constant GRADIENT_LIGHTBLUE_THEME. */
	public static final int GRADIENT_LIGHTBLUE_THEME = 127;

	// PURPLE THEME
	/** The Constant GRADIENT_DARKPURPLE_THEME. */
	public static final int GRADIENT_DARKPURPLE_THEME = 128;
	
	/** The Constant GRADIENT_PURPLE_THEME. */
	public static final int GRADIENT_PURPLE_THEME = 129;
	
	/** The Constant GRADIENT_LAVENDER_THEME. */
	public static final int GRADIENT_LAVENDER_THEME = 130;
	
	/** The Constant GRADIENT_VOILET_THEME. */
	public static final int GRADIENT_VOILET_THEME = 131;

	// PINK THEME
	/** The Constant GRADIENT_DARKPINK_THEME. */
	public static final int GRADIENT_DARKPINK_THEME = 132;
	
	/** The Constant GRADIENT_PINK_THEME. */
	public static final int GRADIENT_PINK_THEME = 133;
	
	/** The Constant GRADIENT_PALEPINK_THEME. */
	public static final int GRADIENT_PALEPINK_THEME = 134;
	
	/** The Constant GRADIENT_SILVER_THEME. */
	public static final int GRADIENT_SILVER_THEME = 135;

	/** GLOSSY THEMES. */
	public static final int GLOSSY_SILVER_THEME = 1;

	// GREEN THEME
	/** The Constant GLOSSY_DARKGREEN_THEME. */
	public static final int GLOSSY_DARKGREEN_THEME = 2;
	
	/** The Constant GLOSSY_BLUEGREEN_THEME. */
	public static final int GLOSSY_BLUEGREEN_THEME = 3;
	
	/** The Constant GLOSSY_GREEN_THEME. */
	public static final int GLOSSY_GREEN_THEME = 4;
	
	/** The Constant GLOSSY_LIGHTGREEN_THEME. */
	public static final int GLOSSY_LIGHTGREEN_THEME = 5;
	
	/** The Constant GLOSSY_LIME_THEME. */
	public static final int GLOSSY_LIME_THEME = 6;
	
	/** The Constant GLOSSY_OLIVEGREEN_THEME. */
	public static final int GLOSSY_OLIVEGREEN_THEME = 7;

	// RED THEME
	/** The Constant GLOSSY_RED_THEME. */
	public static final int GLOSSY_RED_THEME = 8;
	
	/** The Constant GLOSSY_DARKRED_THEME. */
	public static final int GLOSSY_DARKRED_THEME = 9;

	// ORANGE THEME
	/** The Constant GLOSSY_ORANGE_THEME. */
	public static final int GLOSSY_ORANGE_THEME = 10;
	
	/** The Constant GLOSSY_LIGHTORANGE_THEME. */
	public static final int GLOSSY_LIGHTORANGE_THEME = 11;

	// YELLOW THEME
	/** The Constant GLOSSY_DARKYELLOW_THEME. */
	public static final int GLOSSY_DARKYELLOW_THEME = 12;
	
	/** The Constant GLOSSY_GREENYELLOW_THEME. */
	public static final int GLOSSY_GREENYELLOW_THEME = 13;
	
	/** The Constant GLOSSY_GOLD_THEME. */
	public static final int GLOSSY_GOLD_THEME = 14;
	
	/** The Constant GLOSSY_YELLOW_THEME. */
	public static final int GLOSSY_YELLOW_THEME = 15;

	// BROWN THEME
	/** The Constant GLOSSY_BROWN_THEME. */
	public static final int GLOSSY_BROWN_THEME = 16;
	
	/** The Constant GLOSSY_LIGHTBROWN_THEME. */
	public static final int GLOSSY_LIGHTBROWN_THEME = 17;
	
	/** The Constant GLOSSY_PALEBROWN_THEME. */
	public static final int GLOSSY_PALEBROWN_THEME = 18;

	// BLACK THEME
	/** The Constant GLOSSY_BLACK_THEME. */
	public static final int GLOSSY_BLACK_THEME = 19;
	
	/** The Constant GLOSSY_GRAY_THEME. */
	public static final int GLOSSY_GRAY_THEME = 20;
	
	/** The Constant GLOSSY_LIGHTGRAY_THEME. */
	public static final int GLOSSY_LIGHTGRAY_THEME = 21;
	
	/** The Constant GLOSSY_METALLICGRAY_THEME. */
	public static final int GLOSSY_METALLICGRAY_THEME = 22;
	
	/** The Constant GLOSSY_BLUEGRAY_THEME. */
	public static final int GLOSSY_BLUEGRAY_THEME = 23;

	// BLUE THEME
	/** The Constant GLOSSY_NAVYBLUE_THEME. */
	public static final int GLOSSY_NAVYBLUE_THEME = 24;
	
	/** The Constant GLOSSY_INDIGO_THEME. */
	public static final int GLOSSY_INDIGO_THEME = 25;
	
	/** The Constant GLOSSY_BLUE_THEME. */
	public static final int GLOSSY_BLUE_THEME = 26;
	
	/** The Constant GLOSSY_SKYBLUE_THEME. */
	public static final int GLOSSY_SKYBLUE_THEME = 27;
	
	/** The Constant GLOSSY_LIGHTBLUE_THEME. */
	public static final int GLOSSY_LIGHTBLUE_THEME = 28;

	// PURPLE THEME
	/** The Constant GLOSSY_DARKPURPLE_THEME. */
	public static final int GLOSSY_DARKPURPLE_THEME = 29;
	
	/** The Constant GLOSSY_PURPLE_THEME. */
	public static final int GLOSSY_PURPLE_THEME = 30;
	
	/** The Constant GLOSSY_LAVENDER_THEME. */
	public static final int GLOSSY_LAVENDER_THEME = 31;

	// PINK THEME
	/** The Constant GLOSSY_DARKPINK_THEME. */
	public static final int GLOSSY_DARKPINK_THEME = 32;
	
	/** The Constant GLOSSY_PINK_THEME. */
	public static final int GLOSSY_PINK_THEME = 33;
	
	/** The Constant GLOSSY_PALEPINK_THEME. */
	public static final int GLOSSY_PALEPINK_THEME = 34;

	/** The Constant GLOSSY_METALIC_GRAY_THEME. */
	public static final int GLOSSY_METALIC_GRAY_THEME = 35;
	
	/** The Constant GLOSSY_METALIC_BLUE_THEME. */
	public static final int GLOSSY_METALIC_BLUE_THEME = 36;

	/** The Constant GLOSSY_VOILET_THEME. */
	public static final int GLOSSY_VOILET_THEME = 37;
	
	/** The Constant GLOSSY_ORANGERED_THEME. */
	public static final int GLOSSY_ORANGERED_THEME = 38;
	
	/** The Constant GLOSSY_BLUEBLACK_THEME. */
	public static final int GLOSSY_BLUEBLACK_THEME = 39;
	
	/** The Constant GLOSSY_GREENBLACK_THEME. */
	public static final int GLOSSY_GREENBLACK_THEME = 40;
	
	/** The Constant GLOSSY_GOLDBLACK_THEME. */
	public static final int GLOSSY_GOLDBLACK_THEME = 41;
	
	/** The Constant GLOSSY_ORANGEBLACK_THEME. */
	public static final int GLOSSY_ORANGEBLACK_THEME = 42;
	
	/** The Constant GLOSSY_MULTIBLUE_THEME. */
	public static final int GLOSSY_MULTIBLUE_THEME = 43;
	
	/** The Constant GLOSSY_MULTIBLUECOLOR_THEME. */
	public static final int GLOSSY_MULTIBLUECOLOR_THEME = 44;

	/** The Constant GLOSSY_MULTIDARKGREEN_THEME. */
	public static final int GLOSSY_MULTIDARKGREEN_THEME = 45;
	
	/** The Constant GLOSSY_MULTIBLUEGREEN_THEME. */
	public static final int GLOSSY_MULTIBLUEGREEN_THEME = 46;
	
	/** The Constant GLOSSY_MULTIGREEN_THEME. */
	public static final int GLOSSY_MULTIGREEN_THEME = 47;
	
	/** The Constant GLOSSY_MULTILIGHTGREEN_THEME. */
	public static final int GLOSSY_MULTILIGHTGREEN_THEME = 48;
	
	/** The Constant GLOSSY_MULTILIME_THEME. */
	public static final int GLOSSY_MULTILIME_THEME = 49;
	
	/** The Constant GLOSSY_MULTIOLIVEGREEN_THEME. */
	public static final int GLOSSY_MULTIOLIVEGREEN_THEME = 50;

	// RED THEME
	/** The Constant GLOSSY_MULTIRED_THEME. */
	public static final int GLOSSY_MULTIRED_THEME = 51;
	
	/** The Constant GLOSSY_MULTIDARKRED_THEME. */
	public static final int GLOSSY_MULTIDARKRED_THEME = 52;

	// ORANGE THEME
	/** The Constant GLOSSY_MULTIORANGE_THEME. */
	public static final int GLOSSY_MULTIORANGE_THEME = 53;
	
	/** The Constant GLOSSY_MULTILIGHTORANGE_THEME. */
	public static final int GLOSSY_MULTILIGHTORANGE_THEME = 54;

	// YELLOW THEME
	/** The Constant GLOSSY_MULTIDARKYELLOW_THEME. */
	public static final int GLOSSY_MULTIDARKYELLOW_THEME = 55;
	
	/** The Constant GLOSSY_MULTIGREENYELLOW_THEME. */
	public static final int GLOSSY_MULTIGREENYELLOW_THEME = 56;
	
	/** The Constant GLOSSY_MULTIGOLD_THEME. */
	public static final int GLOSSY_MULTIGOLD_THEME = 57;
	
	/** The Constant GLOSSY_MULTIYELLOW_THEME. */
	public static final int GLOSSY_MULTIYELLOW_THEME = 58;

	// BROWN THEME
	/** The Constant GLOSSY_MULTIBROWN_THEME. */
	public static final int GLOSSY_MULTIBROWN_THEME = 59;
	
	/** The Constant GLOSSY_MULTILIGHTBROWN_THEME. */
	public static final int GLOSSY_MULTILIGHTBROWN_THEME = 60;
	
	/** The Constant GLOSSY_MULTIPALEBROWN_THEME. */
	public static final int GLOSSY_MULTIPALEBROWN_THEME = 61;

	// BLACK THEME
	/** The Constant GLOSSY_MULTIBLACK_THEME. */
	public static final int GLOSSY_MULTIBLACK_THEME = 62;
	
	/** The Constant GLOSSY_MULTIGRAY_THEME. */
	public static final int GLOSSY_MULTIGRAY_THEME = 63;
	
	/** The Constant GLOSSY_MULTILIGHTGRAY_THEME. */
	public static final int GLOSSY_MULTILIGHTGRAY_THEME = 64;
	
	/** The Constant GLOSSY_MULTIMETALLICGRAY_THEME. */
	public static final int GLOSSY_MULTIMETALLICGRAY_THEME = 65;
	
	/** The Constant GLOSSY_MULTIBLUEGRAY_THEME. */
	public static final int GLOSSY_MULTIBLUEGRAY_THEME = 66;

	// BLUE THEME
	/** The Constant GLOSSY_MULTINAVYBLUE_THEME. */
	public static final int GLOSSY_MULTINAVYBLUE_THEME = 67;
	
	/** The Constant GLOSSY_MULTIINDIGO_THEME. */
	public static final int GLOSSY_MULTIINDIGO_THEME = 68;
	
	/** The Constant GLOSSY_MULTISKYBLUE_THEME. */
	public static final int GLOSSY_MULTISKYBLUE_THEME = 69;
	
	/** The Constant GLOSSY_MULTILIGHTBLUE_THEME. */
	public static final int GLOSSY_MULTILIGHTBLUE_THEME = 70;

	// PURPLE THEME
	/** The Constant GLOSSY_MULTIDARKPURPLE_THEME. */
	public static final int GLOSSY_MULTIDARKPURPLE_THEME = 71;
	
	/** The Constant GLOSSY_MULTIPURPLE_THEME. */
	public static final int GLOSSY_MULTIPURPLE_THEME = 72;
	
	/** The Constant GLOSSY_MULTILAVENDER_THEME. */
	public static final int GLOSSY_MULTILAVENDER_THEME = 73;

	// PINK THEME
	/** The Constant GLOSSY_MULTIDARKPINK_THEME. */
	public static final int GLOSSY_MULTIDARKPINK_THEME = 74;
	
	/** The Constant GLOSSY_MULTIPINK_THEME. */
	public static final int GLOSSY_MULTIPINK_THEME = 75;
	
	/** The Constant GLOSSY_MULTIPALEPINK_THEME. */
	public static final int GLOSSY_MULTIPALEPINK_THEME = 76;

	/** The Constant GLOSSY_MULTIVOILET_THEME. */
	public static final int GLOSSY_MULTIVOILET_THEME = 77;


}

Commits for Satyam/AuroCareCommonUtil/src/main/java/com/bestray/healthcarecommonutil/util/Theme.java

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 20 Jul, 2018 05:59:17 +0000