| |
|
| java.lang.Object javax.media.j3d.SceneGraphObject javax.media.j3d.Node javax.media.j3d.Leaf javax.media.j3d.Behavior com.db.viewpoint.MouseActivator
MouseActivator | public class MouseActivator extends Behavior (Code) | | A Behavior manager and scheduler for ViewControls.
|
Field Summary | |
final public static int | ACTIVE_CHANGED The event that is fired when an element from the activeList is changed. |
ACTIVE_CHANGED | final public static int ACTIVE_CHANGED(Code) | | The event that is fired when an element from the activeList is changed.
|
addToGroup | public static void addToGroup(Group group)(Code) | | Builds up a MouseActivator to be used on the Group parameter
Parameters: group - The group to which the MouseActivator is used. |
isActive | public static synchronized boolean isActive(Behavior b)(Code) | | Checks whether the behavior used as parameter is currently active or not.
A boolean that is true if the behavior is active. Parameters: b - The behavior to be checked. |
setActiveList | public static synchronized void setActiveList(Behavior[] active)(Code) | | Replaces the list of behaviors used by the MouseActivator to the array used as
parameter
Parameters: active - The array of behaviors to be used. |
|
|
|