public interface IColorInterval
extends de.jaret.util.date.Interval
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
COLOR
Color of the interval
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor()
Retrieve interval's Color.
|
void |
setColor(java.awt.Color color)
set an intervals Color.
|