Interface IColor
-
public interface IColor
Project: User: rufenec Date: 11/24/2014 Time: 3:21 PM
-
-
Field Detail
-
BLACK
static final long BLACK
- See Also:
- Constant Field Values
-
WHITE
static final long WHITE
- See Also:
- Constant Field Values
-
RED
static final long RED
- See Also:
- Constant Field Values
-
BLUE
static final long BLUE
- See Also:
- Constant Field Values
-
GREEN
static final long GREEN
- See Also:
- Constant Field Values
-
GRAY
static final long GRAY
- See Also:
- Constant Field Values
-
TRANSPARENT
static final long TRANSPARENT
- See Also:
- Constant Field Values
-
-