|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jaret.util.misc.PropertyObservableBase
de.jaret.util.date.IntervalImpl
de.jaret.util.ui.timebars.model.PPSInterval
public class PPSInterval
Special interval for holding a pps value in the xScalePPSInterval row.
Field Summary |
---|
Fields inherited from class de.jaret.util.date.IntervalImpl |
---|
_begin, _end |
Fields inherited from class de.jaret.util.misc.PropertyObservableBase |
---|
_propertyChangeSupport |
Fields inherited from interface de.jaret.util.date.Interval |
---|
PROP_BEGIN, PROP_END |
Constructor Summary | |
---|---|
PPSInterval(double pps)
Construct. |
Method Summary | |
---|---|
int |
getBreakDisplayWidth()
Retrieve the width that should be used if this pps interval denotes a break in the timeline. |
double |
getPps()
Retrieve the pps value. |
boolean |
isBreak()
Check whether the pps interval should cause a break in the timeline. |
void |
setBreak(boolean isBreak)
Set whether the pps interval will be rendered as a break in the timeline. |
void |
setBreakDisplayWidth(int breakDisplayWidth)
Set the width that should be used if the pps interval denotes a break in the timescale. |
void |
setPps(double pps)
Set the pps value. |
java.lang.String |
toString()
Simply output the pps value for displaying purposes. |
Methods inherited from class de.jaret.util.date.IntervalImpl |
---|
contains, contains, containsNonIncluding, containsStatic, getBegin, getEnd, getSeconds, intersect, intersectNonIncluding, intersects, propertyChange, setBegin, setEnd |
Methods inherited from class de.jaret.util.misc.PropertyObservableBase |
---|
addPropertyChangeListener, firePropertyChange, isRealModification, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.jaret.util.misc.PropertyObservable |
---|
addPropertyChangeListener, removePropertyChangeListener |
Constructor Detail |
---|
public PPSInterval(double pps)
pps
- pps valueMethod Detail |
---|
public double getPps()
public void setPps(double pps)
pps
- pps valuepublic java.lang.String toString()
toString
in class de.jaret.util.date.IntervalImpl
public boolean isBreak()
true
if this pps interval denotes a break in the timelinepublic void setBreak(boolean isBreak)
isBreak
- true
for rendering as a break in the timelinepublic int getBreakDisplayWidth()
public void setBreakDisplayWidth(int breakDisplayWidth)
breakDisplayWidth
- width in pixel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |