public class ColorRelationalInterval extends de.jaret.util.ui.timebars.model.RelationalInterval implements IColorRelationalInterval
| Modifier and Type | Field and Description |
|---|---|
java.awt.Color |
color |
COLOR| Constructor and Description |
|---|
ColorRelationalInterval() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor()
Retrieve interval's Color.
|
void |
setColor(java.awt.Color color)
set an intervals Color.
|
addRelation, getRelations, removeRelationcontains, contains, containsNonIncluding, containsStatic, getBegin, getEnd, getSeconds, intersect, intersectNonIncluding, intersects, propertyChange, setBegin, setEnd, toStringaddPropertyChangeListener, firePropertyChange, isRealModification, removePropertyChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddRelation, getRelations, removeRelationpublic void setColor(java.awt.Color color)
IColorRelationalIntervalsetColor in interface IColorRelationalIntervalpublic java.awt.Color getColor()
IColorRelationalIntervalgetColor in interface IColorRelationalInterval