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
/**
 * 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 PanelType.
 *
 * @author dhilshuk
 */
public class PanelType {
	
	/** The Constant PANEL_ROUNDED_RECTANGLUR. */
	public static final int PANEL_ROUNDED_RECTANGLUR = 1;
	
	/** The Constant PANEL_RECTANGULAR. */
	public static final int PANEL_RECTANGULAR = 2;
	
	/** The Constant PANEL_OVAL. */
	public static final int PANEL_OVAL = 3;
	
	/** The Constant PANEL_CIRCULAR. */
	public static final int PANEL_CIRCULAR = 4;
	
	/** The Constant PANEL_ARROW. */
	public static final int PANEL_ARROW = 5;
	
	/** The Constant PANEL_ELLIPSE. */
	public static final int PANEL_ELLIPSE = 6;
	
	/** The Constant PANEL_ROUNDED. */
	public static final int PANEL_ROUNDED = 7;

}

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

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