|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RangeControllerModel
| Method Summary | |
|---|---|
void |
addRangeControllerListener(RangeControllerListener listener)
Registers a listener. |
boolean |
canUnzoom()
returns true if the selected range can be unzoomed, false otherwise |
boolean |
canZoom()
returns true if the the selected range can be zoomed, false otherwise |
Range |
getDisplayedRange()
returns the current displayed time range, i.e. |
double |
getExtent()
Returns the model's extent, the length of the inner range that begins at the model's start. |
double |
getMaximum()
returns the maximum acceptable value |
double |
getMinimum()
returns the minimum acceptable value |
double |
getMinimumExtent()
returns the minimum size of the extent |
Range |
getOverallRange()
Returns the overall time range, i.e. |
RangeModel |
getRangeModel()
returns the associated range model |
Range |
getSelectedRange()
Returns the selected time range. |
double |
getStart()
returns the start value. |
int |
getZoomLevel()
returns the current zoom level. |
boolean |
isStateAdjusting()
returns true if the change in state is part of a series of changes. |
boolean |
isUpdatesContinuous()
returns true if continuous updates or made, false otherwise |
void |
removeRangeControllerListener(RangeControllerListener listener)
Unregisters a listener. |
void |
setDisplayedRange(Range range)
set the displayed time range, i.e. |
void |
setExtent(double extent)
sets the model's extent |
void |
setExtent(double extent,
boolean startFixed)
sets the model's extent. |
void |
setMaximum(double max)
sets the model's maximum value |
void |
setMinimum(double min)
sets the model's minimum value. |
void |
setMinimumExtent(double min)
sets the minimum size of the extent |
void |
setRange(double min,
double max,
double start,
double extent)
this method sets all of the model's state in a single method call. |
void |
setRangeModel(RangeModel model)
set the associated range model |
void |
setStart(double start)
sets the model's start |
void |
setStart(double start,
boolean extentFixed)
sets the model's start. |
void |
setStateAdjusting(boolean adjusting)
if set to true, this method indicates that any upcoming changes to the state of the RangeModel are meant to be a series of changes. |
void |
setUpdatesContinuous(boolean continuous)
indicates whether continuous updates should be made or not, i.e. |
void |
unzoom()
unzoom to the previous level, i.e. |
void |
zoom()
zoom in to the next level, i.e. |
| Methods inherited from interface sonification.dataimport.visbards_resourcetoolkit.model.SettingsHolder |
|---|
getHolderID, getSettings, setSettings |
| Method Detail |
|---|
Range getOverallRange()
Range getSelectedRange()
void setDisplayedRange(Range range)
Range getDisplayedRange()
double getMinimum()
double getMaximum()
double getExtent()
double getMinimumExtent()
double getStart()
void setMinimum(double min)
void setMaximum(double max)
void setExtent(double extent)
void setExtent(double extent,
boolean startFixed)
extent - the new extentstartFixed - if true the start stays fixed. Otherwise,
the start is changed relative to the new extentvoid setMinimumExtent(double min)
void setStart(double start)
void setStateAdjusting(boolean adjusting)
boolean isStateAdjusting()
void setUpdatesContinuous(boolean continuous)
boolean isUpdatesContinuous()
void setStart(double start,
boolean extentFixed)
start - the new start positionextentFixed - if true the extent stays fixed. Otherwise,
the extent is changed relative to the new start
void setRange(double min,
double max,
double start,
double extent)
void zoom()
void unzoom()
boolean canZoom()
boolean canUnzoom()
int getZoomLevel()
void setRangeModel(RangeModel model)
RangeModel getRangeModel()
void addRangeControllerListener(RangeControllerListener listener)
void removeRangeControllerListener(RangeControllerListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||