All Packages Class Hierarchy This Package Previous Next Index
Class utils.timers.FixedKickerControl
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----utils.timers.FixedKickerControl
- public class FixedKickerControl
- extends Panel
provides a graphical control panel for a FixedKicker thread
allows the user to adjust the thread parameters and
stop/start the thread.
-
CON
-
-
PAU
-
-
FixedKickerControl(Dynamic)
- construct by specifying what will be kicked
-
action(Event, Object)
-
-
getDT()
-
-
getMaxDT()
-
-
getMaxSleep()
-
-
getMinDT()
-
-
getMinSleep()
-
-
getSleep()
-
-
scrollerAction(Event, Object)
-
-
setDTRange(double, double)
- set the range of allowed time-step intervals
-
setSleepRange(long, long)
- set the range of allowed sleep times
PAU
public static final String PAU
CON
public static final String CON
FixedKickerControl
public FixedKickerControl(Dynamic kiced)
- construct by specifying what will be kicked
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
scrollerAction
public boolean scrollerAction(Event e,
Object arg)
setSleepRange
public void setSleepRange(long sl_min,
long sl_max)
- set the range of allowed sleep times
setDTRange
public void setDTRange(double min_dt,
double max_dt)
- set the range of allowed time-step intervals
getMinDT
public double getMinDT()
getMaxDT
public double getMaxDT()
getMinSleep
public double getMinSleep()
getMaxSleep
public double getMaxSleep()
getDT
public double getDT()
getSleep
public long getSleep()
All Packages Class Hierarchy This Package Previous Next Index