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

Variable Index

 o DEBUG
Turn debug printing on or off.

Constructor Index

 o i_FixedInt_(int)
Instantiate a i_FixedInt_ schema.

Method Index

 o Value(long)
Return a constant Vec2.

Variables

 o DEBUG
 public static final boolean DEBUG
Turn debug printing on or off.

Constructors

 o i_FixedInt_
 public i_FixedInt_(int x)
Instantiate a i_FixedInt_ schema.

Parameters:
x - int, the int to report;

Methods

 o 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