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

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

Introduction

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

The text is from its open source code.

Constructor

SwitchValueInterpolator(Alpha alpha, Switch target)
Constructs a SwitchValueInterpolator behavior that varies its target Switch node's child index between 0 and n-1, where n is the number of children in the target Switch node.

Method

voidsetEnable(boolean state)
Enables or disables this Behavior.
voidsetSchedulingBounds(Bounds region)
Set the Behavior's scheduling region to the specified bounds.