Places the most recent sensor reading value for each button into
the array parameter; will throw an ArrayIndexOutOfBoundsException
if values.length is less than the number of buttons.
Places the kth-most recent sensor reading value for each button into
the array parameter; where k=0 is the most recent sensor reading, k=1
is the next most recent sensor reading, etc.; will throw an
ArrayIndexOutOfBoundsException if values.length is less than
the number of buttons.
Extracts the kth-most recent sensor reading and copies that value into
the specified argument; where 0 is the most recent sensor reading, 1 is
the next most recent sensor reading, etc.
Returns the time associated with the kth-most recent sensor reading;
where 0 is the most recent sensor reading, 1 is the next most recent
sensor reading, etc.
Deprecated.As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Performs linear sampling in both the base level
texture image and the detail texture image, and combines the two
texture values according to the detail texture mode.
Deprecated.As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Performs linear detail for the alpha
component only. The rgb components are computed using
BASE_LEVEL_LINEAR filter.
Deprecated.As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Performs linear detail for the rgb
components only. The alpha component is computed using
BASE_LEVEL_LINEAR filter.
A Locale object defines a high-resolution position within a
VirtualUniverse, and serves as a container for a collection of
BranchGroup-rooted subgraphs (branch graphs), at that position.