public interface TimeSpanWidget
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent()
Return the Graphical User Interface component used for displaying the
TimeSpan or interacting with this component.
|
TimeSpan |
getDisplayedSpan()
Return the time span this time slider measures.
|
void |
setTimeSpan(TimeSpan span)
Sets the time this TimeSpanWidget measures.
|
javax.swing.JComponent getComponent()
TimeSpan getDisplayedSpan()
void setTimeSpan(TimeSpan span)
getDisplayedSpan
should be used.span
- the new TimeSpan for this ruler