Java javax.media.j3d SceneGraphObject fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d SceneGraphObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d SceneGraphObject.

The text is from its open source code.

Method

booleangetCapability(int bit)
Retrieves the specified capability bit.
ClassgetClass()
Returns the runtime class of this Object .
ObjectgetUserData()
Retrieves the userData field from this scene graph object.
voidsetUserData(Object userData)
Sets the userData field associated with this scene graph object.