public class ColorMergedRelationalInterval extends ColorRelationalInterval
COLOR| Constructor and Description |
|---|
ColorMergedRelationalInterval() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor()
Retrieve interval's Color.
|
java.lang.String |
getTitle() |
java.lang.Long |
getWaitTime() |
void |
setColor(java.awt.Color color)
set an intervals Color.
|
void |
setTitle(java.lang.String title) |
void |
setWaitTime(long l) |
java.lang.String |
toString() |
addRelation, getRelations, removeRelationcontains, contains, containsNonIncluding, containsStatic, getBegin, getEnd, getSeconds, intersect, intersectNonIncluding, intersects, propertyChange, setBegin, setEndaddPropertyChangeListener, firePropertyChange, isRealModification, removePropertyChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddRelation, getRelations, removeRelationpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
public void setColor(java.awt.Color color)
IColorRelationalIntervalsetColor in interface IColorRelationalIntervalsetColor in class ColorRelationalIntervalpublic java.awt.Color getColor()
IColorRelationalIntervalgetColor in interface IColorRelationalIntervalgetColor in class ColorRelationalIntervalpublic void setWaitTime(long l)
public java.lang.Long getWaitTime()
public java.lang.String toString()
toString in class de.jaret.util.date.IntervalImpl