| java.lang.Object org.jdesktop.j3d.utils.capability.Capabilities
Capabilities | public class Capabilities extends Object (Code) | | Convenience class for extracting capability information from a SceneGraph Object
author: Paul Byrne version: 1.6, 01/18/02 |
getCapabilities | public static void getCapabilities(javax.media.j3d.SceneGraphObject obj, java.util.ArrayList capabilityStrings)(Code) | | Extract the names of all the SET capabilities in the object.
The names (Strings) are appended to the arrayList
Parameters: obj - The object for which to extract the capability strings Parameters: capabilityStrings - The ArrayList to which the capability names will be appended |
getCapabilities | public static int[] getCapabilities(javax.media.j3d.SceneGraphObject obj)(Code) | | Return an array of capability bits for the object
If no capabilities are set then an array of length 0 is returned
Parameters: obj - The object for which to extract the capability bits |
printCapabilities | public static void printCapabilities(javax.media.j3d.SceneGraphObject obj)(Code) | | Print a list of SET capabilities to stdout, one capability per line
Parameters: obj - The Object for which to print the capabilities |
|
|