| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode org.jdesktop.j3d.loaders.vrml97.impl.Node org.jdesktop.j3d.loaders.vrml97.impl.TimeSensor
TimeSensor | public class TimeSensor extends Node (Code) | | Description of the Class
|
activeCycleInterval | double activeCycleInterval(Code) | | |
activeStartTime | double activeStartTime(Code) | | |
activeStopTime | double activeStopTime(Code) | | |
simActive | boolean simActive(Code) | | |
TimeSensor | public TimeSensor(Loader loader)(Code) | | Constructor for the TimeSensor object
Parameters: loader - Description of the Parameter |
TimeSensor | public TimeSensor(Loader loader, SFTime cycleInterval, SFBool enabled, SFBool loop, SFTime startTime, SFTime stopTime)(Code) | | Constructor for the TimeSensor object
Parameters: loader - Description of the Parameter Parameters: cycleInterval - Description of the Parameter Parameters: enabled - Description of the Parameter Parameters: loop - Description of the Parameter Parameters: startTime - Description of the Parameter Parameters: stopTime - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
doneParse | void doneParse()(Code) | | Description of the Method
|
getType | public String getType()(Code) | | Gets the type attribute of the TimeSensor object
The type value |
initFields | void initFields()(Code) | | Description of the Method
|
notifyMethod | public void notifyMethod(String eventInName, double time)(Code) | | Description of the Method
Parameters: eventInName - Description of the Parameter Parameters: time - Description of the Parameter |
simTick | void simTick(double now)(Code) | | Description of the Method
Parameters: now - Description of the Parameter |
updateFraction | void updateFraction(double updateTime)(Code) | | Description of the Method
Parameters: updateTime - Description of the Parameter |
|
|