Subversion Repository Public Repository

Pharmacy_09_03_18

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
package com.bestray.healthcarecommonutil.util;
// TODO: Auto-generated Javadoc
/**
 * 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.
 */

public class ColorStyles {
	
	/** The Constant DEFAULT_STYLE. */
	public static final int DEFAULT_STYLE = 0;
	
	/** The Constant SILVER_STYLE. */
	public static final int SILVER_STYLE = 1;
	
	/** The Constant RED_STYLE. */
	public static final int RED_STYLE = 12;
	
	/** The Constant GREEN_STYLE. */
	public static final int GREEN_STYLE = 2;
	
	/** The Constant BLUE_STYLE. */
	public static final int BLUE_STYLE = 3;
	
	/** The Constant BLACK_METAL_STYLE. */
	public static final int BLACK_METAL_STYLE = 4;
	
	/** The Constant ORANGE_STYLE. */
	public static final int ORANGE_STYLE = 5;
	
	/** The Constant LIGHT_BLACK_METAL_STYLE. */
	public static final int LIGHT_BLACK_METAL_STYLE = 6;
	
	/** The Constant LIGHT_GREEN_STYLE. */
	public static final int LIGHT_GREEN_STYLE = 7;
	
	/** The Constant DARK_GREEN_STYLE. */
	public static final int DARK_GREEN_STYLE = 8;
	
	/** The Constant LIGHT_GRAY_STYLE. */
	public static final int LIGHT_GRAY_STYLE = 9;
	
	/** The Constant LIGHT_BLUE_STYLE. */
	public static final int LIGHT_BLUE_STYLE = 10;
	
	/** The Constant DARK_GRAY_STYLE. */
	public static final int DARK_GRAY_STYLE = 11;
	
	/** The Constant METALIC_BLUE_STYLE. */
	public static final int METALIC_BLUE_STYLE = 13;
}

Commits for Pharmacy_09_03_18/Dr Gyana ProjectSpace/DrGyanaCommonUtil/src/main/java/com/bestray/healthcarecommonutil/util/ColorStyles.java

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 27 Jul, 2018 07:30:57 +0000