All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.clay.i_FixedInt_
java.lang.Object
|
+----EDU.gatech.cc.is.clay.Node
|
+----EDU.gatech.cc.is.clay.NodeScalar
|
+----EDU.gatech.cc.is.clay.NodeInt
|
+----EDU.gatech.cc.is.clay.i_FixedInt_
- public class i_FixedInt_
- extends NodeInt
Always reports the same int.
For detailed information on how to configure behaviors, see the
Clay page.
Copyright
(c)1997, 1998 Tucker Balch
- Version:
- $Revision: 1.2 $
- Author:
- Tucker Balch
-
DEBUG
-
Turn debug printing on or off.
-
i_FixedInt_(int)
- Instantiate a i_FixedInt_ schema.
-
Value(long)
- Return a constant Vec2.
DEBUG
public static final boolean DEBUG
- Turn debug printing on or off.
i_FixedInt_
public i_FixedInt_(int x)
- Instantiate a i_FixedInt_ schema.
- Parameters:
- x - int, the int to report;
Value
public int Value(long timestamp)
- Return a constant Vec2.
- Parameters:
- timestamp - long, not used but retained for compatibility.
- Returns:
- the int.
- Overrides:
- Value in class NodeInt
All Packages Class Hierarchy This Package Previous Next Index